| /freebsd/bin/ls/ |
| H A D | cmp.c | 48 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 D | Makefile.inc | 39 strcoll.c \ 132 strcoll.3 \ 173 MLINKS+=strcoll.3 strcoll_l.3
|
| H A D | Symbol.map | 26 strcoll;
|
| H A D | strcoll.c | 113 strcoll(const char *s, const char *s2) in strcoll() function
|
| /freebsd/lib/libc/locale/ |
| H A D | collcmp.c | 50 return (strcoll(s1, s2)); in __collate_range_cmp()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cstring | 36 int strcoll(const char* s1, const char* s2); 88 using ::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstring | 36 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 D | cstring.inc | 21 using ::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstring.cppm | |
| H A D | cstring.inc | 21 using std::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/libc/gen/ |
| H A D | scandir-compat11.c | 135 return (strcoll((*d1)->d_name, (*d2)->d_name)); in freebsd11_alphasort()
|
| H A D | scandir.c | 235 return (strcoll((*d1)->d_name, (*d2)->d_name)); in alphasort()
|
| /freebsd/usr.bin/ctags/ |
| H A D | tree.c | 93 dif = strcoll(node->entry, cur_node->entry); in add_node()
|
| /freebsd/lib/libc/tests/string/ |
| H A D | wcscoll_test.c | 136 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 D | characters.h | 42 return std::strcoll(__s1, __s2); in __strcoll()
|
| /freebsd/usr.bin/find/ |
| H A D | find.c | 60 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.h | 85 return ::strcoll(__s1, __s2); in strcoll_l()
|
| /freebsd/include/ |
| H A D | string.h | 91 int strcoll(const char *, const char *);
|
| /freebsd/contrib/tcsh/ |
| H A D | glob.c | 184 return strcoll(s1, s2); in globcharcoll() 280 return (strcoll(*(char *const *) p, *(char *const *) q)); in compare()
|
| /freebsd/usr.bin/fortune/strfile/ |
| H A D | strfile.c | 366 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
|
| /freebsd/usr.bin/tr/ |
| H A D | tr.c | 392 return (strcoll(sa, sb)); in charcoll()
|
| /freebsd/usr.bin/join/ |
| H A D | join.c | 398 return (strcoll(s1, s2)); in mbscoll()
|
| /freebsd/bin/expr/ |
| H A D | expr.y | 340 r = strcoll(a->u.s, b->u.s); in compare_vals()
|
| /freebsd/sbin/restore/ |
| H A D | interactive.c | 747 return (strcoll(((struct afile *)f1)->fname, in fcmp()
|
| /freebsd/stand/libsa/ |
| H A D | stand.h | 67 #define strcoll(a, b) strcmp((a), (b)) macro
|