HomeSort by relevance Sort by last modified time
    Searched refs:UTIME_OMIT (Results 1 - 17 of 17) 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");
  /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;
  /external/strace/tests/
utimensat.c 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT;
171 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
183 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
189 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
194 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
205 SKIP_MAIN_UNDEFINED("__NR_utimensat && UTIME_NOW && UTIME_OMIT")
  /external/strace/tests-m32/
utimensat.c 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT;
171 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
183 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
189 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
194 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
205 SKIP_MAIN_UNDEFINED("__NR_utimensat && UTIME_NOW && UTIME_OMIT")
  /external/strace/tests-mx32/
utimensat.c 39 #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT
169 ts[1].tv_nsec = UTIME_OMIT;
171 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
183 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
189 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
194 printf("utimensat(AT_FDCWD, %s, [UTIME_NOW, UTIME_OMIT]"
205 SKIP_MAIN_UNDEFINED("__NR_utimensat && UTIME_NOW && 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)
  /external/toybox/toys/posix/
touch.c 114 if (i && i!=(FLAG_a|FLAG_m)) ts[i!=FLAG_m].tv_nsec = UTIME_OMIT;
  /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)
  /bionic/libc/include/sys/
stat.h 187 #define UTIME_OMIT ((1L << 30) - 2L)
  /bionic/tests/headers/posix/
sys_stat_h.c 137 MACRO(UTIME_OMIT);
  /external/libcxx/src/experimental/filesystem/
filesystem_time_helper.h 20 #if !defined(UTIME_OMIT)
operations.cpp 44 // We can use the presence of UTIME_OMIT to detect platforms that provide
46 #if defined(UTIME_OMIT)
618 tbuf[0].tv_nsec = UTIME_OMIT;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
filesystem_time_helper.h 20 #if !defined(UTIME_OMIT)
operations.cpp 24 #if !defined(UTIME_OMIT)
552 // We can use the presence of UTIME_OMIT to detect platforms that do not
554 #if !defined(UTIME_OMIT)
582 tbuf[0].tv_nsec = UTIME_OMIT;
  /external/ltp/lib/
safe_file_ops.c 333 case UTIME_OMIT:
  /external/e2fsprogs/misc/
fuse2fs.c     [all...]

Completed in 364 milliseconds