Searched defs:UTIME_OMIT (Results 1 - 4 of 4) sorted by relevance

/external/qemu/include/sysemu/
H A Dos-posix.h43 #ifndef UTIME_OMIT
44 # define UTIME_OMIT ((1l << 30) - 2l) macro
/external/bison/linux-lib/sys/
H A Dstat.h622 # define UTIME_OMIT (-2) macro
/external/bison/darwin-lib/sys/
H A Dstat.h622 # define UTIME_OMIT (-2) macro
/external/strace/
H A Dtime.c39 #ifndef UTIME_OMIT
40 #define UTIME_OMIT ((1l << 30) - 2l) macro
93 if (tv.tv_usec == UTIME_OMIT)
94 return stpcpy(buf, "UTIME_OMIT");
107 if (tv.tv_usec == UTIME_OMIT)
108 return stpcpy(buf, "UTIME_OMIT");

Completed in 185 milliseconds