Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/string/
Dstrcoll_l.c10 strcoll_l(const char *s1, const char *s2, in strcoll_l() function
DMakefile.inc7 strcasecmp.c strcasecmp_l.c strcasestr.c strcoll.c strcoll_l.c \
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dc++locale_internal.h43 extern "C" __typeof(strcoll_l) __strcoll_l;
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dc++locale_internal.h38 extern "C" __typeof(strcoll_l) __strcoll_l;
/openbsd/src/lib/libc/hidden/
Dstring.h51 PROTO_DEPRECATED(strcoll_l);
/openbsd/src/include/
Dstring.h112 int strcoll_l(const char *, const char *, locale_t);
/openbsd/src/lib/libc/
DSymbols.list1629 strcoll_l
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dacinclude.m41226 extern __typeof(strcoll_l) __strcoll_l;
Daclocal.m41238 extern __typeof(strcoll_l) __strcoll_l;
DChangeLog3017 * acinclude.m4: Include string.h when testing strcoll_l.
Dconfigure3044 extern __typeof(strcoll_l) __strcoll_l;
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2975 fun:strcoll_l=uninstrumented
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp762 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l_); in do_compare()