Searched defs:tm (Results 1 – 7 of 7) 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/libc/tzcode/ |
| D | strptime.c | 102 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()
|
| D | strftime.c | 333 struct tm tm; in _fmt() local
|
| D | localtime.c | 194 static struct tm tm; variable 1858 int_fast32_t, struct tm *), in time2sub() 2055 int_fast32_t, struct tm *), in time2() 2074 int_fast32_t, struct tm *), in time1()
|
| /bionic/libc/upstream-openbsd/lib/libc/time/ |
| D | wcsftime.c | 288 struct tm tm; in _fmt() local
|
| /bionic/libc/bionic/ |
| D | locale.cpp | 195 size_t strftime_l(char* s, size_t max, const char* format, const struct tm* tm, locale_t) { in strftime_l()
|
| D | time64.c | 245 static int check_tm(struct TM *tm) in check_tm()
|