Searched refs:__strftime_fmt_1 (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/src/time/ |
| A D | wcsftime.c | 7 const char* __strftime_fmt_1(char (*s)[100], size_t* l, int f, const struct tm* tm, locale_t loc); 41 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc); in __wcsftime_l()
|
| A D | strftime.c | 47 const char* __strftime_fmt_1(char (*s)[100], size_t* l, int f, const struct tm* tm) { in __strftime_fmt_1() function 251 t = __strftime_fmt_1(&buf, &k, *f, tm); in strftime()
|
Completed in 3 milliseconds