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

  /src/lib/libc/string/
strxfrm.c 51 __weak_alias(strxfrm_l, _strxfrm_l)
59 strxfrm_l(char *dst, const char *src, size_t n, locale_t loc)
84 return strxfrm_l(dst, src, n, _current_locale());
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
collate_members.cc 54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
collate_members.cc 54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
string.d 52 size_t strxfrm_l(char* s1, scope const char* s2, size_t n, locale_t locale);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 52 extern "C" __typeof(strxfrm_l) __strxfrm_l;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 52 extern "C" __typeof(strxfrm_l) __strxfrm_l;
  /src/include/
string.h 133 size_t strxfrm_l(char * __restrict, const char * __restrict, size_t,
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__posix_l_fallback.h 139 inline _LIBCPP_INLINE_VISIBILITY size_t strxfrm_l(char *dest, const char *src, function
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 200 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) function
  /src/external/apache2/llvm/dist/libcxx/include/__support/win32/
locale_win32.h 243 #define strxfrm_l _strxfrm_l macro
  /src/lib/libc/include/
namespace.h 697 #define strxfrm_l _strxfrm_l macro
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 730 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char());
731 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 6678 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
6680 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
6685 COMMON_INTERCEPT_FUNCTION(strxfrm_l);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7146 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
7148 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
7153 COMMON_INTERCEPT_FUNCTION(strxfrm_l);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7152 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
7154 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
7159 COMMON_INTERCEPT_FUNCTION(strxfrm_l);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 16722 # Use strxfrm_l if available.
16731 char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 16537 # Use strxfrm_l if available.
16546 char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);
    [all...]

Completed in 92 milliseconds