Lines Matching defs:tm
125 struct tm {
144 char *asctime(const struct tm *);
149 struct tm *gmtime(const time_t *);
150 struct tm *localtime(const time_t *);
151 time_t mktime(struct tm *);
153 const struct tm * __restrict);
181 char *asctime_r(const struct tm *, char *);
183 struct tm *gmtime_r(const time_t *, struct tm *);
184 struct tm *localtime_r(const time_t *, struct tm *);
189 struct tm * __restrict);
195 time_t timelocal(struct tm * const);
196 time_t timegm(struct tm * const);