Home
last modified time | relevance | path

Searched refs:strcoll_l (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/string/
H A Dstrcoll.c50 strcoll_l(const char *s, const char *s2, locale_t locale) in strcoll_l() function
115 return strcoll_l(s, s2, __get_locale()); in strcoll()
H A DMakefile.inc75 MLINKS+=strcoll.3 strcoll_l.3
/freebsd/include/xlocale/
H A D_string.h45 int strcoll_l(const char *, const char *, locale_t);
/freebsd/lib/libc/locale/
H A DSymbol.map118 strcoll_l;
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h205 #define strcoll_l _strcoll_l macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2980 fun:strcoll_l=uninstrumented
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp628 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l_); in do_compare()