Lines Matching refs:tm
46 struct tm { struct
65 char* asctime(const struct tm* __tm);
66 char* asctime_r(const struct tm* __tm, char* __buf);
69 time_t mktime(struct tm* __tm);
71 struct tm* localtime(const time_t* __t);
72 struct tm* localtime_r(const time_t* __t, struct tm* __tm);
74 struct tm* gmtime(const time_t* __t);
75 struct tm* gmtime_r(const time_t* __t, struct tm* __tm);
77 char* strptime(const char* __s, const char* __fmt, struct tm* __tm) __strftimelike(2);
78 char* strptime_l(const char* __s, const char* __fmt, struct tm* __tm, locale_t __l) __strftimelike(…
80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3…
82 size_t strftime_l(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm, locale_t __l) …
108 time_t timelocal(struct tm* __tm);
109 time_t timegm(struct tm* __tm);