Home
last modified time | relevance | path

Searched defs:st_mtim (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h229 struct target_freebsd_timespec st_mtim; /* time last data modification */ member
271 struct target_freebsd_timespec st_mtim; /* time of last data modification */ member
299 struct target_freebsd_timespec st_mtim; /* time last data modification */ member
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h218 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member