Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dutimensat.c27 { { 0, UTIME_OMIT }, { 0x15263748, 123456789 }, },
28 { { 0x12345678, 987654321 }, { 0, UTIME_OMIT }, },
29 { { 0, UTIME_OMIT }, { 0, UTIME_OMIT }, },
31 { { 0, UTIME_NOW }, { 0, UTIME_OMIT }, },
32 { { 0, UTIME_OMIT }, { 0, UTIME_NOW }, },
67 } else if (tptr[i][0].tv_nsec == UTIME_OMIT) {
77 } else if (tptr[i][1].tv_nsec == UTIME_OMIT) {
/xnu-8019.80.24/libsyscall/wrappers/
H A Dutimensat.c48 if (times_in[0].tv_nsec == UTIME_OMIT && in prepare_times_array_and_attrs()
49 times_in[1].tv_nsec == UTIME_OMIT) { in prepare_times_array_and_attrs()
79 if (times_in[1].tv_nsec != UTIME_OMIT) { in prepare_times_array_and_attrs()
84 if (times_in[0].tv_nsec != UTIME_OMIT) { in prepare_times_array_and_attrs()
/xnu-8019.80.24/bsd/sys/
H A Dstat.h576 #define UTIME_OMIT -2 macro