Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/include/gdb/
H A Dfileio.h100 typedef __uint32_t fio_uint_t, fio_mode_t, fio_time_t;
115 typedef char fio_time_t[FIO_TIME_LEN]; typedef
134 fio_time_t fst_atime;
135 fio_time_t fst_mtime;
136 fio_time_t fst_ctime;
140 fio_time_t ftv_sec;
/dflybsd-src/contrib/gdb-7/gdb/
H A Dremote-fileio.c408 remote_fileio_to_fio_time (time_t num, fio_time_t fnum) in remote_fileio_to_fio_time()