Lines Matching defs:tm
75 struct tm {
90 char *asctime(const struct tm *);
95 struct tm *gmtime(const time_t *) __RENAME(__gmtime50);
96 struct tm *localtime(const time_t *) __RENAME(__locatime50);
98 time_t mktime(struct tm *) __RENAME(__mktime50);
101 const struct tm * __restrict)
131 struct tm * __restrict);
136 struct tm *getdate(const char *);
176 char *asctime_r(const struct tm * __restrict, char * __restrict);
185 struct tm *gmtime_r(const time_t * __restrict, struct tm * __restrict)
187 struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict)
198 const struct tm * __restrict, locale_t)
209 time_t timegm(struct tm *) __RENAME(__timegm50);
210 time_t timeoff(struct tm *, long) __RENAME(__timeoff50);
211 time_t timelocal(struct tm *) __RENAME(__timelocal50);
212 struct tm *offtime(const time_t *, long) __RENAME(__offtime50);
215 struct tm *offtime_r(const time_t *, long, struct tm *) __RENAME(__offtime_r50);
216 struct tm *localtime_rz(timezone_t __restrict, const time_t * __restrict,
217 struct tm * __restrict) __RENAME(__localtime_rz50);
220 time_t mktime_z(timezone_t __restrict, struct tm * __restrict)
222 time_t timelocal_z(timezone_t __restrict, struct tm *)
233 const char * __restrict, const struct tm * __restrict, locale_t)
236 const char * __restrict, const struct tm * __restrict)
239 struct tm * __restrict, locale_t);