HomeSort by relevance Sort by last modified time
    Searched defs:st_ctime (Results 76 - 87 of 87) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 93 # define st_ctime st_ctim.tv_sec macro
99 __time_t st_ctime; /* Time of last status change. */ member in struct:stat
154 # define st_ctime st_ctim.tv_sec macro
160 __time_t st_ctime; /* Time of last status change. */ member in struct:stat64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 93 # define st_ctime st_ctim.tv_sec macro
99 __time_t st_ctime; /* Time of last status change. */ member in struct:stat
154 # define st_ctime st_ctim.tv_sec macro
160 __time_t st_ctime; /* Time of last status change. */ member in struct:stat64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 93 # define st_ctime st_ctim.tv_sec macro
99 __time_t st_ctime; /* Time of last status change. */ member in struct:stat
154 # define st_ctime st_ctim.tv_sec macro
160 __time_t st_ctime; /* Time of last status change. */ member in struct:stat64
  /external/strace/
file.c 117 int st_ctime; member in struct:stat
135 long st_ctime; member in struct:stat_sparc64
194 # undef st_ctime macro
826 timestruct_t st_ctime; member in struct:solstat
870 tprintf("st_ctime=%s}", sprinttime(statbuf.st_ctime.tv_sec));
917 tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime));
942 unsigned int st_ctime; member in struct:stat_powerpc32
983 tprintf("st_ctime=%s", sprinttime(statbuf.st_ctime))
1170 unsigned int st_ctime; member in struct:stat64
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 335 unsigned long st_ctime; member in struct:vki_stat
vki-ppc32-linux.h 417 unsigned long st_ctime; member in struct:vki_stat
440 long st_ctime; member in struct:vki_stat64
    [all...]
vki-ppc64-linux.h 453 unsigned long st_ctime; member in struct:vki_stat
480 int st_ctime; /* Time of last status change. */ member in struct:vki_stat64
vki-s390x-linux.h 406 unsigned long st_ctime; member in struct:vki_stat
434 unsigned long st_ctime; member in struct:vki_stat64
455 unsigned long st_ctime; member in struct:vki_stat
vki-x86-linux.h 373 unsigned long st_ctime; member in struct:vki_stat
407 unsigned long st_ctime; member in struct:vki_stat64
vki-arm-linux.h 335 unsigned long st_ctime; member in struct:vki_stat
369 unsigned long st_ctime; member in struct:vki_stat64
vki-mips32-linux.h 401 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
408 long st_ctime; member in struct:vki_stat
439 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
448 long st_ctime; member in struct:vki_stat64
449 unsigned long st_ctime_nsec; /* Reserved for st_ctime expansion */
    [all...]
vki-darwin.h 149 #define st_ctime st_ctimespec.tv_sec macro

Completed in 654 milliseconds

1 2 34