Home
last modified time | relevance | path

Searched refs:utimbuf (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/cmd/mailx/
H A Dinit.c155 static struct utimbuf utimeb;
156 struct utimbuf *utimep = &utimeb;
/titanic_41/usr/src/lib/libc/port/sys/
H A Dutimesys.c49 utime(const char *path, const struct utimbuf *times) in utime()
51 struct utimbuf ltimes; in utime()
/titanic_41/usr/src/cmd/mail/
H A Dinit.c255 static struct utimbuf utims;
256 struct utimbuf *utimep = &utims;
H A Dmail.h58 struct utimbuf { struct
461 extern struct utimbuf *utimep;
/titanic_41/usr/src/head/
H A Dutime.h40 extern int utime(const char *, const struct utimbuf *);
/titanic_41/usr/src/uts/common/sys/
H A Dutime.h42 struct utimbuf { struct
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dutimes.c32 struct utimbuf utb; in __utimes()
/titanic_41/usr/src/cmd/oamuser/user/
H A Dmovedir.c60 struct utimbuf times; in move_dir()
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtvtouch.c60 extern int utime(const char*, const struct utimbuf*);
102 struct utimbuf am; in tvtouch()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-misc.c96 struct utimbuf ub; in utimes()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h134 extern struct utimbuf *utimep; /* ???? */
H A Ddef.h309 struct utimbuf { struct
/titanic_41/usr/src/lib/libmail/common/
H A Dmaillock.c164 struct utimbuf tp; in touchlock()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c98 struct utimbuf times; in cppath()
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c336 s10_utime(sysret_t *rval, const char *path, const struct utimbuf *times) in s10_utime()
338 struct utimbuf ltimes; in s10_utime()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c88 struct utimbuf times; in copyf()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c160 } utimbuf; in show_utimens() local
166 if (Pread(Proc, &utimbuf, sizeof (utimbuf), offset) in show_utimens()
167 != sizeof (utimbuf)) in show_utimens()
179 TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime); in show_utimens()
180 TIMESPEC32_TO_TIMESPEC(&utimbuf.mtime, &utimbuf32.mtime); in show_utimens()
184 if (utimbuf.atime.tv_nsec == UTIME_OMIT) in show_utimens()
186 else if (utimbuf.atime.tv_nsec == UTIME_NOW) in show_utimens()
189 prtimestruc(pri, "at = ", &utimbuf.atime); in show_utimens()
190 if (utimbuf.mtime.tv_nsec == UTIME_OMIT) in show_utimens()
192 else if (utimbuf.mtime.tv_nsec == UTIME_NOW) in show_utimens()
[all …]
/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c80 extern int _utime(const char*, const struct utimbuf*);
985 utime(const char* path, const struct utimbuf* ut) in utime()
/titanic_41/usr/src/cmd/unpack/
H A Dunpack.c47 static struct utimbuf u_times;
/titanic_41/usr/src/cmd/pack/
H A Dpack.c54 static struct utimbuf u_times;
/titanic_41/usr/src/lib/libpkg/common/
H A Dverify.c148 struct utimbuf times; in cverify()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c549 struct utimbuf utbuf; in krb5_db2_db_end_update()
565 if (utime(db_ctx->db_lf_name, (struct utimbuf *) NULL)) in krb5_db2_db_end_update()
/titanic_41/usr/src/cmd/backup/restore/
H A Ddirs.c763 utime(cp, (struct utimbuf *)node.timep); in setdirmodes()
H A Dtape.c907 if (utime(rname, (struct utimbuf *)timep) < 0 && in extractfile()
988 if (utime(rname, (struct utimbuf *)timep) < 0 && in extractfile()
/titanic_41/usr/src/cmd/logadm/
H A Dmain.c1108 struct utimbuf times; in docopytruncate()

12