Home
last modified time | relevance | path

Searched refs:__strftime_fmt_1 (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
H A Dtime_impl.h28 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int);
H A Dstrftime.c73 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1() function
322 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __strftime_l()
/third_party/musl/src/time/
H A Dtime_impl.h17 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int);
H A Dwcsftime.c38 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __wcsftime_l()
H A Dstrftime.c46 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1() function
269 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __strftime_l()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1() function
244 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __strftime_l()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1() function
244 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __strftime_l()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1() function
244 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad); in __strftime_l()

Completed in 3 milliseconds