Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/lib/libc/string/
Dstrcoll.c57 strcoll(const char *s1, const char *s2) in __weak_alias()
DMakefile.inc12 strcasecmp.c strncasecmp.c strcasestr.c strcoll.c strdup.c \
51 rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
Dcollate_members.cc45 int __cmp = strcoll(__one, __two); in _M_compare()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcstring56 #undef strcoll
83 using ::strcoll;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcstring56 #undef strcoll
84 using ::strcoll;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dstring.h43 using std::strcoll;
/netbsd/src/tests/lib/libc/string/
Dt_strcoll.c76 ATF_REQUIRE(strcoll(*a, *b) < 0); in h_ordering()
/netbsd/src/include/
Dstring.h79 int strcoll(const char *, const char *);
/netbsd/src/usr.bin/comm/
Dcomm.c79 compare = strcoll; in main()
/netbsd/src/usr.bin/find/
Dfind.c153 return (strcoll((*e1)->fts_name, (*e2)->fts_name)); in ftscompare()
/netbsd/src/bin/expr/
Dexpr.y256 l = strcoll(left, right); in eval_compare()
/netbsd/src/external/mit/lua/dist/src/
Dluaconf.h864 #define strcoll strcmp macro
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch.c204 # define STRCOLL(S1, S2) strcoll (S1, S2)
Dglob.c927 return strcoll (s1, s2); in libc_hidden_def()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcfns.gperf171 strcoll, 89 keyword
/netbsd/src/sbin/restore/
Dinteractive.c771 return (strcoll(((const struct afile *)f1)->fname, in fcmp()
/netbsd/src/bin/csh/
Dglob.c932 return (int)strcoll(buf, short2str(*b)); in sortscmp()
/netbsd/src/usr.bin/xlint/llib/
Dllib-lstdc227 int (strcoll)(const char *s1, const char *s2);
Dllib-lposix263 int (strcoll)(const char *s1, const char *s2);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-crtlmap.map760 strcoll
/netbsd/src/lib/libc/gen/
Dglob.c583 return strcoll(*(const char * const *)p, *(const char * const *)q); in compare()
/netbsd/src/bin/sh/
Dvar.c833 return strcoll(t1, t2); in sort_var()
/netbsd/src/external/historical/nawk/dist/
DFIXES.1e631 i have rescinded the attempt to use strcoll in expanding shorthands in
638 the issue appears to be that strcoll is meant for sorting, where
685 locales, using strcoll and iswhatever tests for posix character
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dnm.c893 return strcoll (xn, yn); in non_numeric_forward()
/netbsd/src/lib/libedit/
Dreadline.c2477 return strcoll(*s1, *s2); in _rl_qsort_string_compare()

12