Searched refs:UTIME_NOW (Results 1 – 16 of 16) sorted by relevance
34 #ifndef UTIME_NOW35 #define UTIME_NOW -1 macro46 if (times == NULL || (times[0].tv_nsec == UTIME_NOW && in futimens()47 times[1].tv_nsec == UTIME_NOW)) in futimens()54 times[0].tv_nsec != UTIME_NOW && in futimens()60 times[1].tv_nsec != UTIME_NOW && in futimens()83 if (times[0].tv_nsec == UTIME_NOW || in futimens()84 times[1].tv_nsec == UTIME_NOW) { in futimens()87 if (times[0].tv_nsec == UTIME_NOW) in futimens()89 if (times[1].tv_nsec == UTIME_NOW) in futimens()
34 #ifndef UTIME_NOW35 #define UTIME_NOW -1 macro50 if (times == NULL || (times[0].tv_nsec == UTIME_NOW && in utimensat()51 times[1].tv_nsec == UTIME_NOW)) in utimensat()58 times[0].tv_nsec != UTIME_NOW && in utimensat()64 times[1].tv_nsec != UTIME_NOW && in utimensat()87 if (times[0].tv_nsec == UTIME_NOW || in utimensat()88 times[1].tv_nsec == UTIME_NOW) { in utimensat()91 if (times[0].tv_nsec == UTIME_NOW) in utimensat()93 if (times[1].tv_nsec == UTIME_NOW) in utimensat()
32 #ifndef UTIME_NOW33 #define UTIME_NOW -1 macro
27 expect EACCES -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 032 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 040 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
28 expect 0 open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
38 #ifndef UTIME_NOW
356 #define UTIME_NOW -1355 #define UTIME_NOW global() macro
68 ts[0].tv_nsec = ts[1].tv_nsec = UTIME_NOW; in main()
1154 times[0].tv_nsec = UTIME_NOW; in call_syscall()1161 times[1].tv_nsec = UTIME_NOW; in call_syscall()
713 {.tv_sec = 0, .tv_nsec = UTIME_NOW}, in TEST_F()714 {.tv_sec = 0, .tv_nsec = UTIME_NOW}, in TEST_F()
673 {.tv_sec = 0, .tv_nsec = UTIME_NOW}, in TEST_F()674 {.tv_sec = 0, .tv_nsec = UTIME_NOW}, in TEST_F()
684 ts[0].tv_nsec = UTIME_NOW; in extract_file()
3228 if (tsp[0].tv_nsec == UTIME_NOW && tsp[1].tv_nsec == UTIME_NOW) in getutimens()3232 else if (tsp[0].tv_nsec == UTIME_NOW) in getutimens()3238 else if (tsp[1].tv_nsec == UTIME_NOW) in getutimens()
172 struct timespec timebuf[2] = { {0, UTIME_NOW} }; in UTIL_utime()
566 times->tv_nsec = UTIME_NOW; in linux_utimensat_lts_to_ts()656 times->tv_nsec = UTIME_NOW; in linux_utimensat_lts64_to_ts()
1843 case UTIME_NOW: in print_arg()