Searched refs:UTIME_OMIT (Results 1 - 6 of 6) sorted by relevance

/external/strace/tests/
H A Dutimensat.c40 && defined UTIME_NOW && defined UTIME_OMIT
74 ts[1].tv_nsec = UTIME_OMIT;
80 puts("UTIME_NOW, UTIME_OMIT], AT_SYMLINK_NOFOLLOW) = -1 ENOENT (No such file or directory)");
/external/strace/
H A Dprint_time.c42 #ifndef UTIME_OMIT
43 # define UTIME_OMIT ((1l << 30) - 2l) macro
61 case UTIME_OMIT:
62 tprints("UTIME_OMIT");
/external/toybox/toys/posix/
H A Dtouch.c113 if (i && i!=(FLAG_a|FLAG_m)) ts[i==FLAG_m].tv_nsec = UTIME_OMIT;
/external/bison/lib/
H A Dsys_stat.in.h310 # define UTIME_OMIT (-2)
/external/bison/darwin-lib/sys/
H A Dstat.h622 # define UTIME_OMIT (-2) macro
/external/bison/linux-lib/sys/
H A Dstat.h622 # define UTIME_OMIT (-2) macro

Completed in 100 milliseconds