Lines Matching refs:tm
98 struct tm { struct
117 char *asctime(const struct tm *);
124 struct tm *gmtime(const time_t *);
125 struct tm *localtime(const time_t *);
126 time_t mktime(struct tm *);
128 const struct tm * __restrict);
156 char *asctime_r(const struct tm *, char *);
160 struct tm *gmtime_r(const time_t *, struct tm *);
161 struct tm *localtime_r(const time_t *, struct tm *);
166 struct tm * __restrict);
172 time_t timelocal(struct tm * const);
176 struct tm *offtime(const time_t *, long);
177 struct tm *offtime_r(const time_t *__restrict, long, struct tm *__restrict);
195 time_t timegm(struct tm * const);