Searched refs:UTIME_OMIT (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/build/host/freebsd/sys/
H A Dstat.h11 # define UTIME_OMIT (-2) macro
/haiku/headers/build/host/darwin/sys/
H A Dstat.h11 # define UTIME_OMIT (-2) macro
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c74 if (times[0].tv_nsec != UTIME_OMIT) {
86 if (times[1].tv_nsec != UTIME_OMIT) {
100 // UTIME_OMIT set
/haiku/headers/posix/sys/
H A Dstat.h106 #define UTIME_OMIT 1000000001 macro
/haiku/src/build/libroot/
H A Dfs.cpp90 if (times[0].tv_nsec == UTIME_OMIT || times[1].tv_nsec == UTIME_OMIT) {
95 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT)
98 if (times[0].tv_nsec == UTIME_OMIT) {
103 if (times[1].tv_nsec == UTIME_OMIT) {
1289 if (times[0].tv_nsec != UTIME_OMIT) {
1301 if (times[1].tv_nsec != UTIME_OMIT) {
1315 // UTIME_OMIT set

Completed in 29 milliseconds