Home
last modified time | relevance | path

Searched refs:__time_t (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h51 __time_t st_atime; /* Time of last access. */
52 __time_t st_mtime; /* Time of last modification. */
53 __time_t st_ctime; /* Time of last status change. */
98 __time_t st_atime; /* Time of last access. */
99 __time_t st_mtime; /* Time of last modification. */
100 __time_t st_ctime; /* Time of last status change. */
H A Dtypes.h146 typedef __TIME_T_TYPE __time_t; /* Seconds since the Epoch. */ typedef