Searched refs:utimbuf (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dutime3d.c36 struct utimbuf
56 utime3d(const char* path, const struct utimbuf* tms)
H A Dcopy.c29 struct utimbuf struct
59 struct utimbuf ut;
H A Dtouch.c66 extern int utime(const char*, const struct utimbuf*);
83 struct utimbuf ut;
110 n = utime(file, (force < 0 || atime || mtime) ? &ut : (struct utimbuf*)0);
/ast/src/lib/libast/tm/
H A Dtvtouch.c60 extern int utime(const char*, const struct utimbuf*);
102 struct utimbuf am;
/ast/src/cmd/warp/
H A Dwarp.c110 struct utimbuf
197 typedef int (*Utime_f)(const char*, const struct utimbuf*);
812 warp_utime(register Call_t* p, const char* path, const struct utimbuf* tv)
815 struct utimbuf tb;
833 utime(const char* path, const struct utimbuf* tv)
843 _utime(const char* path, const struct utimbuf* tv)
851 __utime(const char* path, const struct utimbuf* tv)
859 _libc_utime(const char* path, const struct utimbuf* tv)
867 __libc_utime(const char* path, const struct utimbuf* tv)
/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)
/ast/src/cmd/bzip/
H A Dbzip2.c764 struct utimbuf uTimBuf;
/ast/src/cmd/ksh93/edit/
H A Dedit.c890 struct utimbuf utimes;

Completed in 39 milliseconds