Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtime.h45 struct tm { struct
46 int tm_sec; /* seconds */ argument
47 int tm_min; /* minutes */ argument
48 int tm_hour; /* hours */ argument
49 int tm_mday; /* day of the month */ argument
50 int tm_mon; /* month */ argument
51 int tm_year; /* year */ argument
52 int tm_wday; /* day of the week */ argument
53 int tm_yday; /* day in the year */ argument
54 int tm_isdst; /* daylight saving time */ argument
[all …]
/bionic/libc/unistd/
Dtime.c49 struct timespec tm; in clock() local
/bionic/libc/tzcode/
Dstrptime.c97 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
103 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime()
Dstrftime.c383 struct tm tm; local
Dlocaltime.c233 static struct tm tm; variable
/bionic/libc/bionic/
Dtime64.c251 static int check_tm(struct TM *tm) in check_tm()