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

/freebsd-11.0-release/include/xlocale/
H A D_string.h46 int strcoll_l(const char *, const char *, locale_t);
/freebsd-11.0-release/contrib/libstdc++/config/locale/gnu/
H A Dc++locale_internal.h43 extern "C" __typeof(strcoll_l) __strcoll_l;
/freebsd-11.0-release/lib/libc/string/
H A Dstrcoll.c51 strcoll_l(const char *s, const char *s2, locale_t locale) function
68 * - having strcoll/strcoll_l change *s or *s2 to null
116 return strcoll_l(s, s2, __get_locale());
H A DMakefile.inc55 MLINKS+=strcoll.3 strcoll_l.3
/freebsd-11.0-release/lib/libc/locale/
H A Dcollcmp.c54 return (strcoll_l(s1, s2, &l));
/freebsd-11.0-release/contrib/libc++/src/
H A Dlocale.cpp687 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure5859 extern __typeof(strcoll_l) __strcoll_l;
[all...]

Completed in 152 milliseconds