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

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl.h13 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int);
H A Dwcsftime.c39 t_mb = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad);
H A Dstrftime.c47 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) function
246 t = __strftime_fmt_1(&buf, &k, *f, tm, loc, pad);

Completed in 89 milliseconds