HomeSort by: relevance | last modified time | path
    Searched refs:wcsftime_l (Results 1 - 8 of 8) 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
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 63 extern "C" __typeof(wcsftime_l) __wcsftime_l;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 63 extern "C" __typeof(wcsftime_l) __wcsftime_l;
  /src/include/
wchar.h 244 size_t wcsftime_l(wchar_t * __restrict, size_t, const wchar_t * __restrict,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
time_members.cc 200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
time_members.cc 200 const size_t __len = wcsftime_l(__s, __maxlen, __format, __tm,
  /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 20 milliseconds