HomeSort by: relevance | last modified time | path
    Searched defs:st_ctime (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/sys/
stat.h 118 int32_t st_ctime; /* time of last file status change */ member in struct:stat13
160 int32_t st_ctime; /* time of last file status change */ member in struct:stat30
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.c 86 int64_t st_ctime; member in struct:ustat
586 st->st_ctime = 0;
620 ntfs_to_unix(FILETIME_to_ntfs(&info.ftCreationTime), &st->st_ctime, &st->st_ctime_nsec);
649 st->st_ctime = us->st_ctime;
  /src/sys/sys/
stat.h 78 time_t st_ctime; /* time of last file status change */ member in struct:stat
96 #define st_ctime st_ctim.tv_sec macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 256 out->st_ctime = in->st_ctime;
266 #undef st_ctime macro
295 out->st_ctim.tv_sec = in->st_ctime;
302 out->st_ctime = in->st_ctime;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 44 #undef st_ctime macro
47 #define st_ctime st_ctim macro
303 out->st_ctime = in->st_ctime;
324 out->st_ctime = in->stx_ctime.tv_sec;
336 #undef st_ctime macro
366 out->st_ctim.tv_sec = in->st_ctime;
373 out->st_ctime = in->st_ctime;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp 45 #undef st_ctime macro
48 #define st_ctime st_ctim macro
287 out->st_ctime = in->st_ctime;
298 #undef st_ctime macro
328 out->st_ctim.tv_sec = in->st_ctime;
335 out->st_ctime = in->st_ctime;

Completed in 35 milliseconds