/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strftime.c | 210 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc); in __strftime_fmt_1() 215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict t… in __strftime_l() function 278 return __strftime_l(s, n, f, tm, CURRENT_LOCALE); in strftime() 281 weak_alias(__strftime_l, strftime_l);
|
D | time_impl.h | 14 hidden size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict,…
|
/third_party/musl/src/time/ |
D | strftime.c | 210 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc); in __strftime_fmt_1() 215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict t… in __strftime_l() function 278 return __strftime_l(s, n, f, tm, CURRENT_LOCALE); in strftime() 281 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strftime.c | 210 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc); in __strftime_fmt_1() 215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict t… in __strftime_l() function 278 return __strftime_l(s, n, f, tm, CURRENT_LOCALE); in strftime() 281 weak_alias(__strftime_l, strftime_l);
|
D | time_impl.h | 14 hidden size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict,…
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strftime.c | 210 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc); in __strftime_fmt_1() 215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict t… in __strftime_l() function 278 return __strftime_l(s, n, f, tm, CURRENT_LOCALE); in strftime() 281 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 278 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc); in __strftime_fmt_1() 285 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict t… in __strftime_l() function 367 return __strftime_l(s, n, f, tm, CURRENT_LOCALE); in strftime() 370 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/liteos_a/kernel/src/include/ |
D | time.h | 13 hidden size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict,…
|
/third_party/musl/src/include/ |
D | time.h | 13 hidden size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict,…
|