Searched defs:tm (Results 1 – 10 of 10) sorted by relevance
| /bionic/libc/include/ |
| D | time.h | 46 struct tm { struct 47 int tm_sec; argument 48 int tm_min; argument 49 int tm_hour; argument 50 int tm_mday; argument 51 int tm_mon; argument 52 int tm_year; argument 53 int tm_wday; argument 54 int tm_yday; argument 55 int tm_isdst; argument [all …]
|
| /bionic/tests/ |
| D | time_test.cpp | 75 struct tm tm = {}; in TEST() local 88 struct tm tm = {.tm_year = 70, .tm_mon = 0, .tm_mday = 1}; in TEST() local 147 struct tm tm = {.tm_year = 2100 - 1900, .tm_mon = 2, .tm_mday = 10}; in TEST() local 213 struct tm tm = {.tm_year = 2150 - 1900, .tm_mon = 2, .tm_mday = 10, .tm_isdst = -1}; in TEST() local 320 struct tm tm = {.tm_year = 109, .tm_mon = 4, .tm_mday = 2, .tm_isdst = 0}; in TEST() local 361 struct tm tm = {.tm_year = 1996 - 1900, .tm_mon = 2, .tm_mday = 13}; in TEST() local 449 struct tm tm = {}; in TEST() local 461 struct tm tm = {.tm_hour = 12}; in TEST() local 481 struct tm tm = {}; in TEST() local 489 struct tm tm = {}; in TEST() local [all …]
|
| /bionic/libc/tzcode/ |
| D | strptime.c | 94 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() 101 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime() 625 epoch_to_tm(const unsigned char **buf, struct tm *tm) in epoch_to_tm()
|
| D | strftime.c | 195 static const char* _safe_tm_zone(const struct tm* tm) { in _safe_tm_zone() 377 struct tm tm; in _fmt() local
|
| D | localtime.c | 196 static struct tm tm; variable 1996 int_fast32_t, struct tm *), in time2sub() 2195 int_fast32_t, struct tm *), in time2() 2214 int_fast32_t, struct tm *), in time1()
|
| /bionic/libc/bionic/ |
| D | time_l.cpp | 32 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t) { in strptime_l()
|
| D | wchar_l.cpp | 44 size_t wcsftime_l(wchar_t* buf, size_t n, const wchar_t* fmt, const struct tm* tm, locale_t) { in wcsftime_l()
|
| D | time64.c | 245 static int check_tm(struct TM *tm) in check_tm()
|
| /bionic/benchmarks/ |
| D | time_benchmark.cpp | 200 struct tm tm; in BM_time_localtime_r() local 209 struct tm* tm = gmtime(&t); in BM_time_strftime() local
|
| /bionic/libc/upstream-openbsd/lib/libc/time/ |
| D | wcsftime.c | 288 struct tm tm; in _fmt() local
|