Home
last modified time | relevance | path

Searched defs:tm (Results 1 - 25 of 274) sorted by relevance

1234567891011

/third_party/musl/src/time/
H A Dctime.c5 struct tm *tm = localtime(t); in ctime() local
H A Dgmtime_r.c4 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) in __gmtime_r() argument
H A Dlocaltime.c5 static struct tm tm; in localtime() local
H A Dgmtime.c6 static struct tm tm; in gmtime() local
H A Dctime_r.c5 struct tm tm, *tm_p = localtime_r(t, &tm); in ctime_r() local
H A Dlocaltime_r.c5 struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) in __localtime_r() argument
24 struct tm *localtime_noenv_ argument
[all...]
H A Dmktime.c4 time_t mktime(struct tm *tm) in mktime() argument
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
[all...]
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() argument
/third_party/musl/porting/linux/user/src/time/
H A Dgmtime_r.c19 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) in __gmtime_r() argument
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dlocaltime_r.c5 struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) in __localtime_r() argument
H A Dgmtime_r.c4 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) in __gmtime_r() argument
H A Dctime.c5 struct tm *tm = localtime(t); in ctime() local
H A Dlocaltime.c5 static struct tm tm; in localtime() local
H A Dgmtime.c6 static struct tm tm; in gmtime() local
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
[all...]
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() argument
H A Dmktime.c4 time_t mktime(struct tm *tm) in mktime() argument
H A Dctime_r.c5 struct tm tm, *tm_p = localtime_r(t, &tm); in ctime_r() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dctime.c5 struct tm *tm = localtime(t); in ctime() local
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
[all...]
H A Dasctime.c3 char *asctime(const struct tm *tm) in asctime() argument
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dctime.c5 struct tm *tm = localtime(t); in ctime() local
/third_party/musl/compat/time32/
H A Dgmtime32_r.c4 struct tm *__gmtime32_r(time32_t *t, struct tm *tm) in __gmtime32_r() argument
H A Dlocaltime32_r.c4 struct tm *__localtime32_r(time32_t *t, struct tm *tm) in __localtime32_r() argument

Completed in 5 milliseconds

1234567891011