Searched refs:tm (Results 1 - 2 of 2) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | time.h | 38 struct tm {
struct 55 time_t mktime (struct tm *);
56 size_t strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict);
57 struct tm *gmtime (const time_t *);
58 struct tm *localtime (const time_t *);
59 char *asctime (const struct tm *);
71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
73 struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict);
74 struct tm *localtime_ [all...] |
H A D | wchar.h | 138 struct tm;
139 size_t wcsftime (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict);
144 size_t wcsftime_l (wchar_t *__restrict, size_t, const wchar_t *__restrict, const struct tm *__restrict, locale_t);
|
Completed in 2 milliseconds