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

  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 58 struct timespec50 st_mtim; member in struct:cygwin_stat
85 timespec_to_timespec50(&sb->st_mtimespec, &ssb->st_mtim);
  /src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c 74 struct timespec st_mtim; member in struct:sunos_stat
94 struct timespec50 st_mtim; member in struct:sunos_stat
123 ssb->st_mtim = sb->st_mtimespec;
127 timespec_to_timespec50(&sb->st_mtimespec, &ssb->st_mtim);
  /src/sys/sys/
stat.h 70 struct timespec st_mtim; /* time of last data modification */ member in struct:stat
95 #define st_mtime st_mtim.tv_sec
103 #define st_mtimespec st_mtim
104 #define st_mtimensec st_mtim.tv_nsec

Completed in 54 milliseconds