| /src/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 …]
|
| /src/lib/libc/string/ |
| H A D | Makefile.inc | 39 strcoll.c \ 132 strcoll.3 \ 173 MLINKS+=strcoll.3 strcoll_l.3
|
| H A D | strcoll.c | 113 strcoll(const char *s, const char *s2) in strcoll() function
|
| H A D | Symbol.map | 26 strcoll;
|
| /src/lib/libc/locale/ |
| H A D | collcmp.c | 50 return (strcoll(s1, s2)); in __collate_range_cmp()
|
| H A D | DESIGN.xlocale | 150 Some functions, like `strcoll()` only work on single-byte encodings. No
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cstring | 36 int strcoll(const char* s1, const char* s2); 88 using ::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstring.inc | 21 using ::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstring.inc | 21 using std::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /src/usr.bin/ctags/ |
| H A D | tree.c | 93 dif = strcoll(node->entry, cur_node->entry); in add_node()
|
| /src/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()
|
| /src/lib/libc/tests/string/ |
| H A D | wcscoll_test.c | 136 int sr = strcoll(data[i].sval, data[j].sval); in ATF_TC_BODY()
|
| /src/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | string.h | 49 int strcoll(const char *, const char *) __LIBC_ATTRS;
|
| /src/usr.bin/find/ |
| H A D | find.c | 60 return (strcoll((*s1)->fts_name, (*s2)->fts_name)); in find_compare()
|
| /src/include/ |
| H A D | string.h | 91 int strcoll(const char *, const char *);
|
| /src/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()
|
| H A D | sh.file.c | 605 res = strcoll(p1, q1); in compare()
|
| /src/usr.bin/fortune/strfile/ |
| H A D | strfile.c | 366 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
|
| /src/usr.bin/tr/ |
| H A D | tr.c | 392 return (strcoll(sa, sb)); in charcoll()
|
| /src/bin/expr/ |
| H A D | expr.y | 340 r = strcoll(a->u.s, b->u.s); in compare_vals()
|
| /src/stand/libsa/ |
| H A D | stand.h | 67 #define strcoll(a, b) strcmp((a), (b)) macro
|
| /src/usr.bin/join/ |
| H A D | join.c | 398 return (strcoll(s1, s2)); in mbscoll()
|
| /src/sbin/restore/ |
| H A D | interactive.c | 747 return (strcoll(((struct afile *)f1)->fname, in fcmp()
|
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 27 #define strcoll(l,r) (strcmp((l),(r))) macro 216 int temp = strcoll(l, r); in l_strcmp()
|