HomeSort by: relevance | last modified time | path
    Searched refs:wcsftime_l (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/locale/
wcsftime.c 42 __weak_alias(wcsftime_l, _wcsftime_l)
61 return wcsftime_l(wcs, maxsize, format, timeptr, _current_locale());
65 wcsftime_l(wchar_t *wcs, size_t maxsize, function in typeref:typename:size_t
  /src/include/
wchar.h 244 size_t wcsftime_l(wchar_t * __restrict, size_t, const wchar_t * __restrict,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 523 INTERCEPTOR(SIZE_T, wcsftime_l, wchar_t *s, SIZE_T max, const wchar_t *format,
525 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime_l, s, max, format, tm,
1646 INTERCEPT_FUNCTION(wcsftime_l);
  /src/lib/libc/include/
namespace.h 810 #define wcsftime_l _wcsftime_l macro

Completed in 16 milliseconds