Lines Matching defs:tm
15 arithmetic types capable of representing times; and struct tm which holds
19 implementation-defined. The tm structure shall contain at least the following
47 struct tm Holds the components of a calendar time; or broken-down time.
55 time_t mktime (struct tm *timeptr);
59 char * asctime (const struct tm *timeptr);
61 struct tm * gmtime (const time_t *timer);
62 time_t timegm (struct tm*);
63 struct tm * localtime (const time_t *timer);
66 const struct tm * __restrict timeptr);
67 char * strptime (const char *, const char * format, struct tm*);
109 Values for the tm_wday member of struct tm.
121 Values for the tm_mon member of struct tm.
141 struct tm {
200 time_t mktime(struct tm *timeptr);
229 char * asctime(const struct tm *timeptr);
251 struct tm * gmtime(const time_t *timer);
255 @param[in] tm Pointer to a broken-down time to convert into a
260 time_t timegm(struct tm*);
271 struct tm * localtime(const time_t *timer);
425 const struct tm * __restrict timeptr);
427 char *strptime(const char *, const char * format, struct tm*);