Searched refs:fssh_tm (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_time.h38 struct fssh_tm { struct
64 extern fssh_time_t fssh_mktime(struct fssh_tm *tm);
66 extern char *fssh_asctime(const struct fssh_tm *tm);
67 extern char *fssh_asctime_r(const struct fssh_tm *timep,
71 extern struct fssh_tm *fssh_gmtime(const fssh_time_t *timer);
72 extern struct fssh_tm *fssh_gmtime_r(const fssh_time_t *timer,
73 struct fssh_tm *tm);
74 extern struct fssh_tm *fssh_localtime(const fssh_time_t *timer);
75 extern struct fssh_tm *fssh_localtime_r(const fssh_time_t *timer,
76 struct fssh_tm *t
[all...]
H A Dfssh_api_wrapper.h1424 #define tm fssh_tm

Completed in 43 milliseconds