HomeSort by: relevance | last modified time | path
    Searched refs:UTIME_OMIT (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/sys/
stat.h 236 #define UTIME_OMIT ((1 << 30) - 2)
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 31 // We can use the presence of UTIME_OMIT to detect platforms that provide
33 #if defined(UTIME_OMIT)
operations.cpp 1242 tbuf[0].tv_nsec = UTIME_OMIT;
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h 390 # define UTIME_OMIT (-2)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_stat.in.h 390 # define UTIME_OMIT (-2)
  /src/external/mit/libuv/dist/src/unix/
fs.c 221 return (struct timespec){UTIME_OMIT, UTIME_OMIT};
  /src/sys/kern/
vfs_syscalls.c 4113 if (ts[0].tv_nsec != UTIME_OMIT)
4116 if (ts[1].tv_nsec != UTIME_OMIT) {
4152 (tptr[0].tv_usec == UTIME_OMIT))
4162 (tptr[1].tv_usec == UTIME_OMIT))
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
stat.d 985 enum UTIME_OMIT = 0x3ffffffe;
1120 enum UTIME_OMIT = -2;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 931 ts[0].tv_nsec = UTIME_OMIT;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 916 ts[0].tv_nsec = UTIME_OMIT;
std-ops.cc 1134 ts[0].tv_nsec = UTIME_OMIT;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 1095 ts[0].tv_nsec = UTIME_OMIT;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 1066 ts[0].tv_nsec = UTIME_OMIT;
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure     [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure     [all...]

Completed in 79 milliseconds