Lines Matching refs:tm
98 struct tm { struct
113 char *asctime(const struct tm *);
117 struct tm *gmtime(const time_t *);
118 struct tm *localtime(const time_t *);
119 time_t mktime(struct tm *);
121 const struct tm *__restrict)
131 struct tm *__restrict);
135 char *asctime_r(const struct tm *__restrict, char *__restrict)
139 struct tm *gmtime_r(const time_t *__restrict, struct tm *__restrict);
140 struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict);
161 const struct tm *__restrict, locale_t)
172 time_t timelocal(struct tm *);
173 time_t timegm(struct tm *);
174 time_t timeoff(struct tm *, const long);