Searched refs:__strftime_l (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl.h12 hidden size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc);
H A Dstrftime.c212 *l = __strftime_l(*s, sizeof *s, fmt, tm, loc);
217 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) function
282 return __strftime_l(s, n, f, tm, CURRENT_LOCALE);
285 weak_alias(__strftime_l, strftime_l);

Completed in 48 milliseconds