Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtime.h46 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/
Dtime_test.cpp76 struct tm tm = {}; in TEST() local
306 struct tm tm = {}; in TEST() local
318 struct tm tm = {.tm_hour = 12}; in TEST() local
338 struct tm tm = {}; in TEST() local
346 struct tm tm = {}; in TEST() local
360 struct tm tm = {}; in TEST() local
853 struct tm tm; in TEST() local
914 struct tm tm = {}; in TEST() local
923 const struct tm tm = {}; in TEST() local
928 const struct tm tm = {}; in TEST() local
[all …]
/bionic/libc/tzcode/
Dstrptime.c104 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
113 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime()
495 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l()
Dlocaltime.c189 static struct tm tm; variable
1835 int_fast32_t, struct tm *), in time2sub()
2032 int_fast32_t, struct tm *), in time2()
2051 int_fast32_t, struct tm *), in time1()
Dstrftime.c355 struct tm tm; in _fmt() local
/bionic/libc/bionic/
Dwchar_l.cpp44 size_t wcsftime_l(wchar_t* buf, size_t n, const wchar_t* fmt, const struct tm* tm, locale_t) { in wcsftime_l()
Dtime64.c245 static int check_tm(struct TM *tm) in check_tm()
/bionic/benchmarks/
Dtime_benchmark.cpp185 struct tm tm; in BM_time_localtime_r() local
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c288 struct tm tm; in _fmt() local