Lines Matching refs:tm
46 struct tm { struct
65 char* _Nullable asctime(const struct tm* _Nonnull __tm);
66 char* _Nullable asctime_r(const struct tm* _Nonnull __tm, char* _Nonnull __buf);
69 time_t mktime(struct tm* _Nonnull __tm);
71 struct tm* _Nullable localtime(const time_t* _Nonnull __t);
72 struct tm* _Nullable localtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
74 struct tm* _Nullable gmtime(const time_t* _Nonnull __t);
75 struct tm* _Nullable gmtime_r(const time_t* _Nonnull __t, struct tm* _Nonnull __tm);
77 char* _Nullable strptime(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnull …
78 char* _Nullable strptime_l(const char* _Nonnull __s, const char* _Nonnull __fmt, struct tm* _Nonnul…
80 size_t strftime(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _Nul…
81 size_t strftime_l(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _N…
105 time_t timelocal(struct tm* _Nonnull __tm);
106 time_t timegm(struct tm* _Nonnull __tm);