Searched refs:strcoll_l (Results 1 – 7 of 7) sorted by relevance
50 strcoll_l(const char *s, const char *s2, locale_t locale) in strcoll_l() function115 return strcoll_l(s, s2, __get_locale()); in strcoll()
75 MLINKS+=strcoll.3 strcoll_l.3
45 int strcoll_l(const char *, const char *, locale_t);
118 strcoll_l;
205 #define strcoll_l _strcoll_l macro
2980 fun:strcoll_l=uninstrumented
628 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l_); in do_compare()