Searched refs:strcoll_l (Results 1 – 13 of 13) sorted by relevance
10 strcoll_l(const char *s1, const char *s2, in strcoll_l() function
7 strcasecmp.c strcasecmp_l.c strcasestr.c strcoll.c strcoll_l.c \
43 extern "C" __typeof(strcoll_l) __strcoll_l;
38 extern "C" __typeof(strcoll_l) __strcoll_l;
51 PROTO_DEPRECATED(strcoll_l);
112 int strcoll_l(const char *, const char *, locale_t);
1629 strcoll_l
1226 extern __typeof(strcoll_l) __strcoll_l;
1238 extern __typeof(strcoll_l) __strcoll_l;
3017 * acinclude.m4: Include string.h when testing strcoll_l.
3044 extern __typeof(strcoll_l) __strcoll_l;
2975 fun:strcoll_l=uninstrumented
762 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l_); in do_compare()