HomeSort by: relevance | last modified time | path
    Searched refs:strcoll_l (Results 1 - 13 of 13) 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
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
collate_members.cc 46 int __cmp = strcoll_l(__one, __two, (locale_t)_M_c_locale_collate);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
collate_members.cc 46 int __cmp = strcoll_l(__one, __two, (locale_t)_M_c_locale_collate);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
string.d 40 int strcoll_l(scope const char* s1, scope const char* s2, locale_t locale);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 47 extern "C" __typeof(strcoll_l) __strcoll_l;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h 47 extern "C" __typeof(strcoll_l) __strcoll_l;
  /src/include/
string.h 81 int strcoll_l(const char *, const char *, locale_t);
  /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
  /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
  /src/external/apache2/llvm/dist/libcxx/include/__support/win32/
locale_win32.h 242 #define strcoll_l _strcoll_l macro
  /src/lib/libc/stdio/
vfscanf.c 125 return strcoll_l(s1, s2, loc);
  /src/lib/libc/include/
namespace.h 680 #define strcoll_l _strcoll_l macro
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 718 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);

Completed in 36 milliseconds