Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/include/
Dtime.h74 struct tm { struct
76 int tm_sec; argument
78 int tm_min; argument
80 int tm_hour; argument
82 int tm_mday; argument
84 int tm_mon; argument
86 int tm_year; argument
88 int tm_wday; argument
90 int tm_yday; argument
92 int tm_isdst; argument
[all …]
/bionic/tests/
Dtime_test.cpp78 struct tm tm = {}; in TEST() local
91 struct tm tm = {.tm_year = 70, .tm_mon = 0, .tm_mday = 1}; in TEST() local
150 struct tm tm = {.tm_year = 2100 - 1900, .tm_mon = 2, .tm_mday = 10}; in TEST() local
233 struct tm tm = {.tm_year = 2150 - 1900, .tm_mon = 2, .tm_mday = 10, .tm_isdst = -1}; in TEST() local
339 struct tm tm = {.tm_year = 109, .tm_mon = 4, .tm_mday = 2, .tm_isdst = 0}; in TEST() local
380 struct tm tm = {.tm_year = 1996 - 1900, .tm_mon = 2, .tm_mday = 13}; in TEST() local
468 struct tm tm = {}; in TEST() local
480 struct tm tm = {.tm_hour = 12}; in TEST() local
500 struct tm tm = {}; in TEST() local
508 struct tm tm = {}; in TEST() local
[all …]
/bionic/libc/tzcode/
Dstrptime.c95 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
102 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime()
626 epoch_to_tm(const unsigned char **buf, struct tm *tm) in epoch_to_tm()
Dstrftime.c195 static const char* _safe_tm_zone(const struct tm* tm) { in _safe_tm_zone()
379 struct tm tm; in _fmt() local
Dlocaltime.c189 static struct tm tm; variable
1694 static struct tm tm; in localtime() local
1743 static struct tm tm; in gmtime() local
1756 static struct tm tm; in offtime() local
2030 int_fast32_t, struct tm *), in time2sub()
2235 int_fast32_t, struct tm *), in time2()
2254 int_fast32_t, struct tm *), in time1()
/bionic/libc/bionic/
Dtime_l.cpp32 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t) { in strptime_l()
Dtime64.c245 static int check_tm(struct TM *tm) in check_tm()
/bionic/benchmarks/
Dtime_benchmark.cpp200 struct tm tm; in BM_time_localtime_r() local
209 struct tm* tm = gmtime(&t); in BM_time_strftime() local