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

/haiku/headers/build/host/freebsd/sys/
H A Dstat.h9 #ifndef UTIME_NOW
10 # define UTIME_NOW (-1) macro
/haiku/headers/build/host/darwin/sys/
H A Dstat.h9 #ifndef UTIME_NOW
10 # define UTIME_NOW (-1) macro
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c65 if (times == NULL || times[0].tv_nsec == UTIME_NOW
66 || times[1].tv_nsec == UTIME_NOW) {
77 if (times[0].tv_nsec != UTIME_NOW) {
89 if (times[1].tv_nsec != UTIME_NOW) {
/haiku/headers/posix/sys/
H A Dstat.h105 #define UTIME_NOW 1000000000 macro
/haiku/src/build/libroot/
H A Dfs.cpp109 if (times[0].tv_nsec == UTIME_NOW || times[1].tv_nsec == UTIME_NOW) {
113 if (times[0].tv_nsec == UTIME_NOW)
116 if (times[1].tv_nsec == UTIME_NOW)
1277 if (times == NULL || times[0].tv_nsec == UTIME_NOW
1278 || times[1].tv_nsec == UTIME_NOW) {
1292 if (times[0].tv_nsec != UTIME_NOW) {
1304 if (times[1].tv_nsec != UTIME_NOW) {

Completed in 95 milliseconds