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

  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 59 struct timespec50 st_ctim; member in struct:cygwin_stat
86 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim);
  /src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c 75 struct timespec st_ctim; member in struct:sunos_stat
95 struct timespec50 st_ctim; member in struct:sunos_stat
124 ssb->st_ctim = sb->st_ctimespec;
128 timespec_to_timespec50(&sb->st_ctimespec, &ssb->st_ctim);
  /src/sys/sys/
stat.h 71 struct timespec st_ctim; /* time of last file status change */ member in struct:stat
96 #define st_ctime st_ctim.tv_sec
105 #define st_ctimespec st_ctim
106 #define st_ctimensec st_ctim.tv_nsec

Completed in 14 milliseconds