Searched refs:UTIME_OMIT (Results 1 – 7 of 7) sorted by relevance
130 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()141 if (times[0].tv_nsec == UTIME_OMIT || times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()149 } else if (times[i].tv_nsec == UTIME_OMIT) { in qemu_utimensat()
46 #ifndef UTIME_OMIT47 # define UTIME_OMIT ((1l << 30) - 2l) macro
47 #ifndef UTIME_OMIT48 #define UTIME_OMIT ((1l << 30) - 2l) macro93 tv.tv_usec == UTIME_OMIT) in printtv_bitness()106 tv.tv_usec == UTIME_OMIT) in printtv_bitness()
1167 * time.c (UTIME_NOW, UTIME_OMIT): Define if not already
310 # define UTIME_OMIT (-2)
622 # define UTIME_OMIT (-2) macro