Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c153 static struct utimbuf utimeb;
154 struct utimbuf *utimep = &utimeb;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dutimesys.c53 utime(const char *path, const struct utimbuf *times) in utime()
55 struct utimbuf ltimes; in utime()
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c253 static struct utimbuf utims;
254 struct utimbuf *utimep = &utims;
H A Dmail.h58 struct utimbuf { struct
461 extern struct utimbuf *utimep;
/illumos-gate/usr/src/head/
H A Dutime.h40 extern int utime(const char *, const struct utimbuf *);
/illumos-gate/usr/src/uts/common/sys/
H A Dutime.h40 struct utimbuf { struct
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dutimes.c32 struct utimbuf utb; in __utimes()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dmovedir.c59 struct utimbuf times; in move_dir()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c60 extern int utime(const char*, const struct utimbuf*);
102 struct utimbuf am; in tvtouch()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h134 extern struct utimbuf *utimep; /* ???? */
H A Ddef.h310 struct utimbuf { struct
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c162 struct utimbuf tp; in touchlock()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c98 struct utimbuf times; in cppath()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c88 struct utimbuf times; in copyf()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c161 } utimbuf; in show_utimens() local
167 if (Pread(Proc, &utimbuf, sizeof (utimbuf), offset) in show_utimens()
168 != sizeof (utimbuf)) in show_utimens()
180 TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime); in show_utimens()
181 TIMESPEC32_TO_TIMESPEC(&utimbuf.mtime, &utimbuf32.mtime); in show_utimens()
185 if (utimbuf.atime.tv_nsec == UTIME_OMIT) in show_utimens()
187 else if (utimbuf.atime.tv_nsec == UTIME_NOW) in show_utimens()
190 prtimestruc(pri, "at = ", &utimbuf.atime); in show_utimens()
191 if (utimbuf.mtime.tv_nsec == UTIME_OMIT) in show_utimens()
193 else if (utimbuf.mtime.tv_nsec == UTIME_NOW) in show_utimens()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c81 extern int _utime(const char*, const struct utimbuf*);
1068 utime(const char* path, const struct utimbuf* ut) in utime()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c45 static struct utimbuf u_times;
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c52 static struct utimbuf u_times;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c148 struct utimbuf times; in cverify()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c550 struct utimbuf utbuf; in krb5_db2_db_end_update()
566 if (utime(db_ctx->db_lf_name, (struct utimbuf *) NULL)) in krb5_db2_db_end_update()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c908 if (utime(rname, (struct utimbuf *)timep) < 0 && in extractfile()
989 if (utime(rname, (struct utimbuf *)timep) < 0 && in extractfile()
H A Ddirs.c741 utime(cp, (struct utimbuf *)node.timep); in setdirmodes()
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c409 struct utimbuf newtimes; in do_copy()
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1136 struct utimbuf times; in docopytruncate()

12