HomeSort by relevance Sort by last modified time
    Searched defs:UTIME_OMIT (Results 1 - 6 of 6) sorted by null

  /external/ltp/include/lapi/
utime.h 25 #ifndef UTIME_OMIT
26 # define UTIME_OMIT ((1l << 30) - 2l)
  /external/strace/
print_timespec.c 42 #ifndef UTIME_OMIT
43 # define UTIME_OMIT ((1l << 30) - 2l)
62 case UTIME_OMIT:
63 tprints("UTIME_OMIT");
  /bionic/libc/include/sys/
stat.h 187 #define UTIME_OMIT ((1L << 30) - 2L)
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c 68 #define UTIME_OMIT ((1l << 30) - 2l)
98 fprintf(stderr, " 'o' for UTIME_OMIT\n");
174 UTIME_NOW and UTIME_OMIT, respectively. */
184 ts[0].tv_nsec = UTIME_OMIT;
193 ts[1].tv_nsec = UTIME_OMIT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 170 # define UTIME_OMIT ((1l << 30) - 2l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 210 # define UTIME_OMIT ((1l << 30) - 2l)

Completed in 391 milliseconds