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

/external/ltp/include/lapi/
H A Dutime.h21 #ifndef UTIME_NOW
22 # define UTIME_NOW ((1l << 30) - 1l) macro
/external/strace/
H A Dprint_timespec.c36 #ifndef UTIME_NOW
37 # define UTIME_NOW ((1l << 30) - 1l) macro
55 case UTIME_NOW:
56 tprints("UTIME_NOW");
/external/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c67 #define UTIME_NOW ((1l << 30) - 1l) macro
97 fprintf(stderr, " 'n' for UTIME_NOW\n");
174 UTIME_NOW and UTIME_OMIT, respectively. */
182 ts[0].tv_nsec = UTIME_NOW;
191 ts[1].tv_nsec = UTIME_NOW;
/external/bison/linux-lib/sys/
H A Dstat.h620 #ifndef UTIME_NOW
621 # define UTIME_NOW (-1) macro
/external/bison/darwin-lib/sys/
H A Dstat.h620 #ifndef UTIME_NOW
621 # define UTIME_NOW (-1) macro

Completed in 500 milliseconds