Home
last modified time | relevance | path

Searched refs:UTIME_NOW (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/tests/
H A Dutimensat.c23 { { 0, UTIME_NOW }, { 0x15263748, 123456789 }, },
24 { { 0x12345678, 987654321 }, { 0, UTIME_NOW }, },
25 { { 0, UTIME_NOW }, { 0, UTIME_NOW }, },
31 { { 0, UTIME_NOW }, { 0, UTIME_OMIT }, },
32 { { 0, UTIME_OMIT }, { 0, UTIME_NOW }, },
65 if (tptr[i][0].tv_nsec == UTIME_NOW) {
75 if (tptr[i][1].tv_nsec == UTIME_NOW) {
/xnu-10002.41.9/libsyscall/wrappers/
H A Dutimensat.c36 { .tv_nsec = UTIME_NOW },
37 { .tv_nsec = UTIME_NOW }
53 if (times_in[0].tv_nsec == UTIME_NOW || in prepare_times_array_and_attrs()
54 times_in[1].tv_nsec == UTIME_NOW) { in prepare_times_array_and_attrs()
68 if (times_in[0].tv_nsec == UTIME_NOW) { in prepare_times_array_and_attrs()
71 if (times_in[1].tv_nsec == UTIME_NOW) { in prepare_times_array_and_attrs()
/xnu-10002.41.9/bsd/sys/
H A Dstat.h578 #define UTIME_NOW -1 macro