/third_party/musl/src/time/ |
H A D | ctime.c | 5 struct tm *tm = localtime(t); in ctime() local
|
H A D | gmtime_r.c | 4 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) in __gmtime_r() argument
|
H A D | localtime.c | 5 static struct tm tm; in localtime() local
|
H A D | gmtime.c | 6 static struct tm tm; in gmtime() local
|
H A D | ctime_r.c | 5 struct tm tm, *tm_p = localtime_r(t, &tm); in ctime_r() local
|
H A D | localtime_r.c | 5 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 D | mktime.c | 4 time_t mktime(struct tm *tm) in mktime() argument
|
H A D | asctime_r.c | 7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument [all...] |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() argument
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | gmtime_r.c | 19 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 D | localtime_r.c | 5 struct tm *__localtime_r(const time_t *restrict t, struct tm *restrict tm) in __localtime_r() argument
|
H A D | gmtime_r.c | 4 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm) in __gmtime_r() argument
|
H A D | ctime.c | 5 struct tm *tm = localtime(t); in ctime() local
|
H A D | localtime.c | 5 static struct tm tm; in localtime() local
|
H A D | gmtime.c | 6 static struct tm tm; in gmtime() local
|
H A D | asctime_r.c | 7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument [all...] |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() argument
|
H A D | mktime.c | 4 time_t mktime(struct tm *tm) in mktime() argument
|
H A D | ctime_r.c | 5 struct tm tm, *tm_p = localtime_r(t, &tm); in ctime_r() local
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | ctime.c | 5 struct tm *tm = localtime(t); in ctime() local
|
H A D | asctime_r.c | 7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument [all...] |
H A D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() argument
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | ctime.c | 5 struct tm *tm = localtime(t); in ctime() local
|
/third_party/musl/compat/time32/ |
H A D | gmtime32_r.c | 4 struct tm *__gmtime32_r(time32_t *t, struct tm *tm) in __gmtime32_r() argument
|
H A D | localtime32_r.c | 4 struct tm *__localtime32_r(time32_t *t, struct tm *tm) in __localtime32_r() argument
|