HomeSort by: relevance | last modified time | path
    Searched defs:strcoll_l (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/string/
strcoll.c 51 __weak_alias(strcoll_l, _strcoll_l)
60 return strcoll_l(s1, s2, _current_locale());
64 strcoll_l(const char *s1, const char *s2, locale_t loc) function
strcoll.c 51 __weak_alias(strcoll_l, _strcoll_l)
60 return strcoll_l(s1, s2, _current_locale());
64 strcoll_l(const char *s1, const char *s2, locale_t loc) function
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__posix_l_fallback.h 134 inline _LIBCPP_INLINE_VISIBILITY int strcoll_l(const char *s1, const char *s2, function
__posix_l_fallback.h 134 inline _LIBCPP_INLINE_VISIBILITY int strcoll_l(const char *s1, const char *s2, function
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 190 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
xlocale.h 190 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
  /src/external/apache2/llvm/dist/libcxx/include/__support/win32/
locale_win32.h 242 #define strcoll_l _strcoll_l macro
locale_win32.h 242 #define strcoll_l _strcoll_l macro
  /src/lib/libc/include/
namespace.h 680 #define strcoll_l _strcoll_l macro
namespace.h 680 #define strcoll_l _strcoll_l macro

Completed in 39 milliseconds