Searched refs:fssh_time_t (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_time.h13 typedef int32_t fssh_time_t; typedef
15 typedef int64_t fssh_time_t; typedef
29 fssh_time_t tv_sec; /* seconds */
63 extern double fssh_difftime(fssh_time_t time1, fssh_time_t time2);
64 extern fssh_time_t fssh_mktime(struct fssh_tm *tm);
65 extern fssh_time_t fssh_time(fssh_time_t *timer);
69 extern char *fssh_ctime(const fssh_time_t *timer);
70 extern char *fssh_ctime_r(const fssh_time_t *time
[all...]
H A Dfssh_fs_index.h16 fssh_time_t modification_time;
17 fssh_time_t creation_time;
H A Dfssh_api_wrapper.h1410 #define time_t fssh_time_t
/haiku/src/tools/fs_shell/
H A Dtime.cpp66 fssh_time_t
67 fssh_time(fssh_time_t *timer)

Completed in 100 milliseconds