Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 8 of 8) 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/libc/tzcode/
Dstrptime.c102 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
111 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime()
Dstrftime.c355 struct tm tm; in _fmt() local
Dlocaltime.c189 static struct tm tm; variable
1880 int_fast32_t, struct tm *), in time2sub()
2077 int_fast32_t, struct tm *), in time2()
2096 int_fast32_t, struct tm *), in time1()
/bionic/benchmarks/
Dtime_benchmark.cpp74 struct tm tm; in BM_time_localtime_r() local
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c288 struct tm tm; in _fmt() local
/bionic/tests/
Dtime_test.cpp646 struct tm tm; in TEST() local
707 struct tm tm = {}; in TEST() local
/bionic/libc/bionic/
Dtime64.c245 static int check_tm(struct TM *tm) in check_tm()