Lines Matching refs:tm
134 struct tm struct
156 __USING_NAMESPACE_STD(tm)
194 extern time_t mktime (struct tm *__tp) __THROW;
202 __const struct tm *__restrict __tp) __THROW;
209 __const char *__restrict __fmt, struct tm *__tp)
220 __const struct tm *__restrict __tp,
224 __const char *__restrict __fmt, struct tm *__tp,
232 extern struct tm *gmtime (__const time_t *__timer) __THROW;
236 extern struct tm *localtime (__const time_t *__timer) __THROW;
242 extern struct tm *gmtime_r (__const time_t *__restrict __timer,
243 struct tm *__restrict __tp) __THROW;
247 extern struct tm *localtime_r (__const time_t *__restrict __timer,
248 struct tm *__restrict __tp) __THROW;
254 extern char *asctime (__const struct tm *__tp) __THROW;
265 extern char *asctime_r (__const struct tm *__restrict __tp,
312 extern time_t timegm (struct tm *__tp) __THROW;
315 extern time_t timelocal (struct tm *__tp) __THROW;
398 extern struct tm *getdate (__const char *__string);
413 struct tm *__restrict __resbufp);