Searched refs:UTIME_NOW (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/tests/ |
| H A D | utimensat.c | 23 { { 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 D | utimensat.c | 36 { .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 D | stat.h | 578 #define UTIME_NOW -1 macro
|