Searched refs:UTIME_OMIT (Results 1 – 17 of 17) sorted by relevance
36 #define UTIME_OMIT -2 macro49 else if (times[0].tv_nsec == UTIME_OMIT && in futimens()50 times[1].tv_nsec == UTIME_OMIT) in futimens()55 times[0].tv_nsec != UTIME_OMIT) { in futimens()61 times[1].tv_nsec != UTIME_OMIT) { in futimens()70 if (times[0].tv_nsec == UTIME_OMIT || in futimens()71 times[1].tv_nsec == UTIME_OMIT) { in futimens()74 if (times[0].tv_nsec == UTIME_OMIT) { in futimens()78 if (times[1].tv_nsec == UTIME_OMIT) { in futimens()
36 #define UTIME_OMIT -2 macro53 else if (times[0].tv_nsec == UTIME_OMIT && in utimensat()54 times[1].tv_nsec == UTIME_OMIT) in utimensat()59 times[0].tv_nsec != UTIME_OMIT) { in utimensat()65 times[1].tv_nsec != UTIME_OMIT) { in utimensat()74 if (times[0].tv_nsec == UTIME_OMIT || in utimensat()75 times[1].tv_nsec == UTIME_OMIT) { in utimensat()78 if (times[0].tv_nsec == UTIME_OMIT) { in utimensat()82 if (times[1].tv_nsec == UTIME_OMIT) { in utimensat()
34 #define UTIME_OMIT -2 macro
29 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 030 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 035 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 036 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
25 expect 0 open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 029 expect 0 open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
35 expect 0 -u $UID_ROOT open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT 0 UTIME_OMIT 0
144 ts[0].tv_nsec = UTIME_OMIT; in main()146 ts[1].tv_nsec = UTIME_OMIT; in main()
356 #define UTIME_OMIT -2 macro
324 ts[1].tv_nsec = UTIME_OMIT; in alter()
35 // We can use the presence of UTIME_OMIT to detect platforms that provide utimensat.36 #if defined(UTIME_OMIT)
603 tbuf[0].tv_nsec = UTIME_OMIT; in __last_write_time()
1156 times[0].tv_nsec = UTIME_OMIT; in call_syscall()1163 times[1].tv_nsec = UTIME_OMIT; in call_syscall()
563 times->tv_nsec = UTIME_OMIT; in linux_utimensat_lts_to_ts()590 if (timesp[0].tv_nsec == UTIME_OMIT && in linux_common_utimensat()591 timesp[1].tv_nsec == UTIME_OMIT) in linux_common_utimensat()653 times->tv_nsec = UTIME_OMIT; in linux_utimensat_lts64_to_ts()
706 {.tv_sec = 0, .tv_nsec = UTIME_OMIT}, in TEST_F()707 {.tv_sec = 0, .tv_nsec = UTIME_OMIT}, in TEST_F()
657 {.tv_sec = 5, .tv_nsec = UTIME_OMIT}, in TEST_F()
3187 if (tsp[0].tv_nsec == UTIME_OMIT && tsp[1].tv_nsec == UTIME_OMIT) in getutimens()3191 if (tsp[0].tv_nsec == UTIME_OMIT) in getutimens()3197 if (tsp[1].tv_nsec == UTIME_OMIT) in getutimens()
1846 case UTIME_OMIT: in print_arg()