Searched refs:UTIME_NOW (Results 1 – 7 of 7) sorted by relevance
233 if (times[0].tv_nsec == UTIME_NOW && times[1].tv_nsec == UTIME_NOW) { in qemu_utimens()238 if (times[0].tv_nsec == UTIME_NOW || times[1].tv_nsec == UTIME_NOW) { in qemu_utimens()246 if (times[i].tv_nsec == UTIME_NOW) { in qemu_utimens()
40 #ifndef UTIME_NOW41 # define UTIME_NOW ((1l << 30) - 1l) macro
36 #ifndef UTIME_NOW37 #define UTIME_NOW ((1l << 30) - 1l) macro91 if (tv.tv_usec == UTIME_NOW) in sprinttv()105 if (tv.tv_usec == UTIME_NOW) in sprinttv()
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