Lines Matching refs:tm
33 struct tm struct
48 time_t _EXFUN(mktime, (struct tm *_timeptr));
51 char *_EXFUN(asctime, (const struct tm *_tblock));
53 struct tm *_EXFUN(gmtime, (const time_t *_timer));
54 struct tm *_EXFUN(localtime,(const time_t *_timer));
56 size_t _EXFUN(strftime, (char *_s, size_t _maxsize, const char *_fmt, const struct tm *_t));
58 char *_EXFUN(asctime_r, (const struct tm *, char *));
60 struct tm *_EXFUN(gmtime_r, (const time_t *, struct tm *));
61 struct tm *_EXFUN(localtime_r, (const time_t *, struct tm *));
274 char *_EXFUN(strptime, (const char *, const char *, struct tm *));
305 struct tm * _EXFUN(getdate, (const char *));
318 int _EXFUN(getdate_r, (const char *, struct tm *));