Home
last modified time | relevance | path

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

12

/freebsd/bin/ls/
H A Dcmp.c48 return (strcoll(a->fts_name, b->fts_name)); in namecmp()
55 return (strcoll(b->fts_name, a->fts_name)); in revnamecmp()
89 return (strcoll(b->fts_name, a->fts_name)); in modcmp()
91 return (strcoll(a->fts_name, b->fts_name)); in modcmp()
118 return (strcoll(b->fts_name, a->fts_name)); in acccmp()
120 return (strcoll(a->fts_name, b->fts_name)); in acccmp()
147 return (strcoll(b->fts_name, a->fts_name)); in birthcmp()
149 return (strcoll(a->fts_name, b->fts_name)); in birthcmp()
176 return (strcoll(b->fts_name, a->fts_name)); in statcmp()
178 return (strcoll(a->fts_name, b->fts_name)); in statcmp()
[all …]
/freebsd/lib/libc/string/
H A DMakefile.inc39 strcoll.c \
132 strcoll.3 \
173 MLINKS+=strcoll.3 strcoll_l.3
H A DSymbol.map26 strcoll;
H A Dstrcoll.c113 strcoll(const char *s, const char *s2) in strcoll() function
/freebsd/lib/libc/locale/
H A Dcollcmp.c50 return (strcoll(s1, s2)); in __collate_range_cmp()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstring36 int strcoll(const char* s1, const char* s2);
88 using ::strcoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstring36 int strcoll(const char* s1, const char* s2);
91 using ::strcoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstring.inc21 using ::strcoll _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstring.cppm
H A Dcstring.inc21 using std::strcoll _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/gen/
H A Dscandir-compat11.c135 return (strcoll((*d1)->d_name, (*d2)->d_name)); in freebsd11_alphasort()
H A Dscandir.c235 return (strcoll((*d1)->d_name, (*d2)->d_name)); in alphasort()
/freebsd/usr.bin/ctags/
H A Dtree.c93 dif = strcoll(node->entry, cur_node->entry); in add_node()
/freebsd/lib/libc/tests/string/
H A Dwcscoll_test.c136 int sr = strcoll(data[i].sval, data[j].sval); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dcharacters.h42 return std::strcoll(__s1, __s2); in __strcoll()
/freebsd/usr.bin/find/
H A Dfind.c60 return (strcoll((*s1)->fts_name, (*s2)->fts_name)); in find_compare()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__posix_l_fallback.h85 return ::strcoll(__s1, __s2); in strcoll_l()
/freebsd/include/
H A Dstring.h91 int strcoll(const char *, const char *);
/freebsd/contrib/tcsh/
H A Dglob.c184 return strcoll(s1, s2); in globcharcoll()
280 return (strcoll(*(char *const *) p, *(char *const *) q)); in compare()
/freebsd/usr.bin/fortune/strfile/
H A Dstrfile.c366 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
/freebsd/usr.bin/tr/
H A Dtr.c392 return (strcoll(sa, sb)); in charcoll()
/freebsd/usr.bin/join/
H A Djoin.c398 return (strcoll(s1, s2)); in mbscoll()
/freebsd/bin/expr/
H A Dexpr.y340 r = strcoll(a->u.s, b->u.s); in compare_vals()
/freebsd/sbin/restore/
H A Dinteractive.c747 return (strcoll(((struct afile *)f1)->fname, in fcmp()
/freebsd/stand/libsa/
H A Dstand.h67 #define strcoll(a, b) strcmp((a), (b)) macro

12