Lines Matching refs:utime
31 __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(path, &am);