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

/haiku/src/system/libroot/posix/musl/time/
H A Dwcsftime.c8 size_t __wcsftime_l(wchar_t *restrict s, size_t n, const wchar_t *restrict f, const struct tm *restrict tm, locale_t loc) function
69 return __wcsftime_l(wcs, n, f, tm, CURRENT_LOCALE);
72 weak_alias(__wcsftime_l, wcsftime_l);

Completed in 62 milliseconds