Searched refs:utime (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/3d/
H A Dutime3d.c25 __STDPP__directive pragma pp:hide utime
27 #define utime ______utime
34 #include <utime.h>
45 __STDPP__directive pragma pp:nohide utime
47 #undef utime
H A Dtouch.c44 __STDPP__directive pragma pp:hide utime
46 #define utime ______utime
55 #include <utime.h>
59 __STDPP__directive pragma pp:nohide utime
61 #undef utime
66 extern int utime(const char*, const struct utimbuf*);
68 extern int utime(const char*, const time_t*);
110 n = utime(file, (force < 0 || atime || mtime) ? &ut : (struct utimbuf*)0);
112 n = utime(file, &ut);
117 n = utime(fil
[all...]
H A Dcopy.c27 #include <utime.h>
/ast/src/lib/libast/tm/
H A Dtvtouch.c31 __STDPP__directive pragma pp:hide utime
33 #define utime ______utime
49 #include <utime.h>
53 __STDPP__directive pragma pp:nohide utime
55 #undef utime
60 extern int utime(const char*, const struct utimbuf*);
62 extern int utime(const char*, const time_t*);
236 if (!utime(path, &am))
239 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utime(path, NiL))
287 return utime(pat
[all...]
/ast/src/cmd/proto/
H A Dproto.c159 #define utime(p,t) touch(p,t[0],t[1],0) macro
246 extern int utime(const char*, time_t*);
274 preserve = utime(oldfile, ut);
279 #undef utime macro
280 #define utime ______utime macro
/ast/src/lib/libast/comp/
H A Domitted.c8 __STDPP__directive pragma pp:hide utime utimes
10 #define utime ______utime
27 #include <utime.h>
37 __STDPP__directive pragma pp:nohide utime utimes
39 #undef utime
164 #define sysutime utime
1068 utime(const char* path, const struct utimbuf* ut) function
/ast/src/cmd/warp/
H A Dwarp.c38 __STDPP__directive pragma pp:hide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64
64 #define utime ______utime
108 #include <utime.h>
126 __STDPP__directive pragma pp:nohide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64
152 #undef utime
833 utime(const char* path, const struct utimbuf* tv) function
835 static Call_t call = { "utime", "utime" };
845 static Call_t call = { "utime", "_utime" };
853 static Call_t call = { "utime", "__utim
[all...]
/ast/src/cmd/ksh93/edit/
H A Dedit.c37 # include <utime.h>
887 # define fixtime() if(isdevtty)utime(ep->e_tty,&utimes)
/ast/src/cmd/INIT/
H A Dproto.c163 extern __MANGLE__ int utime __PROTO__((const char*, time_t*));
190 preserve = utime(oldfile, ut);
195 # undef utime macro
196 # define utime ______utime macro
/ast/src/cmd/bzip/
H A Dbzip2.c788 retVal = utime ( dstName, &uTimBuf );

Completed in 94 milliseconds