Searched refs:UTIME_NOW (Results 1 – 7 of 7) sorted by relevance
133 if (times[0].tv_nsec == UTIME_NOW && times[1].tv_nsec == UTIME_NOW) { in qemu_utimensat()138 if (times[0].tv_nsec == UTIME_NOW || times[1].tv_nsec == UTIME_NOW) { in qemu_utimensat()146 if (times[i].tv_nsec == UTIME_NOW) { in qemu_utimensat()
43 #ifndef UTIME_NOW44 # define UTIME_NOW ((1l << 30) - 1l) macro
44 #ifndef UTIME_NOW45 #define UTIME_NOW ((1l << 30) - 1l) macro90 tv.tv_usec == UTIME_NOW) in printtv_bitness()103 tv.tv_usec == UTIME_NOW) in printtv_bitness()
1167 * time.c (UTIME_NOW, UTIME_OMIT): Define if not already
308 #ifndef UTIME_NOW309 # define UTIME_NOW (-1)
620 #ifndef UTIME_NOW621 # define UTIME_NOW (-1) macro