Searched refs:fssh_tm (Results 1 – 2 of 2) sorted by relevance
38 struct fssh_tm { struct64 extern fssh_time_t fssh_mktime(struct fssh_tm *tm); argument66 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 *tm);[all …]
1427 #define tm fssh_tm