Home
last modified time | relevance | path

Searched refs:UTIME_OMIT (Results 1 – 17 of 17) sorted by relevance

/freebsd/tools/build/
H A Dfutimens.c36 #define UTIME_OMIT -2 macro
49 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()
H A Dutimensat.c36 #define UTIME_OMIT -2 macro
53 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()
H A Dstat.h34 #define UTIME_OMIT -2 macro
/freebsd/contrib/pjdfstest/tests/utimensat/
H A D07.t29 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
30 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
35 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
36 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
H A D02.t25 expect 0 open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
29 expect 0 open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
H A D06.t35 expect 0 -u $UID_ROOT open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT 0 UTIME_OMIT 0
/freebsd/usr.bin/touch/
H A Dtouch.c144 ts[0].tv_nsec = UTIME_OMIT; in main()
146 ts[1].tv_nsec = UTIME_OMIT; in main()
/freebsd/sys/sys/
H A Dstat.h356 #define UTIME_OMIT -2 macro
/freebsd/usr.bin/mail/
H A Dutil.c324 ts[1].tv_nsec = UTIME_OMIT; in alter()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h36 #if defined(UTIME_OMIT)
H A Doperations.cpp606 tbuf[0].tv_nsec = UTIME_OMIT; in __last_write_time()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1156 times[0].tv_nsec = UTIME_OMIT; in call_syscall()
1163 times[1].tv_nsec = UTIME_OMIT; in call_syscall()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c563 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()
/freebsd/tests/sys/fs/fusefs/
H A Ddefault_permissions.cc706 {.tv_sec = 0, .tv_nsec = UTIME_OMIT}, in TEST_F()
707 {.tv_sec = 0, .tv_nsec = UTIME_OMIT}, in TEST_F()
H A Dsetattr.cc657 {.tv_sec = 5, .tv_nsec = UTIME_OMIT}, in TEST_F()
/freebsd/sys/kern/
H A Dvfs_syscalls.c3186 if (tsp[0].tv_nsec == UTIME_OMIT && tsp[1].tv_nsec == UTIME_OMIT) in getutimens()
3190 if (tsp[0].tv_nsec == UTIME_OMIT) in getutimens()
3196 if (tsp[1].tv_nsec == UTIME_OMIT) in getutimens()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1846 case UTIME_OMIT: in print_arg()