| /freebsd-13.1/bin/ls/ |
| H A D | cmp.c | 57 return (strcoll(a->fts_name, b->fts_name)); in namecmp() 64 return (strcoll(b->fts_name, a->fts_name)); in revnamecmp() 84 return (strcoll(b->fts_name, a->fts_name)); in modcmp() 86 return (strcoll(a->fts_name, b->fts_name)); in modcmp() 113 return (strcoll(b->fts_name, a->fts_name)); in acccmp() 115 return (strcoll(a->fts_name, b->fts_name)); in acccmp() 142 return (strcoll(b->fts_name, a->fts_name)); in birthcmp() 144 return (strcoll(a->fts_name, b->fts_name)); in birthcmp() 171 return (strcoll(b->fts_name, a->fts_name)); in statcmp() 173 return (strcoll(a->fts_name, b->fts_name)); in statcmp() [all …]
|
| /freebsd-13.1/lib/libc/string/ |
| H A D | Makefile.inc | 15 strcat.c strcasestr.c strchr.c strchrnul.c strcmp.c strcoll.c strcpy.c\ 38 strchr.3 strcmp.3 strcoll.3 strcpy.3 strdup.3 strerror.3 \ 62 MLINKS+=strcoll.3 strcoll_l.3
|
| H A D | Symbol.map | 30 strcoll;
|
| H A D | strcoll.c | 116 strcoll(const char *s, const char *s2) in strcoll() function
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | collcmp.c | 53 return (strcoll(s1, s2)); in __collate_range_cmp()
|
| H A D | DESIGN.xlocale | 151 Some functions, like `strcoll()` only work on single-byte encodings. No
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | cstring | 36 int strcoll(const char* s1, const char* s2); 78 using ::strcoll _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | scandir-compat11.c | 140 return (strcoll((*d1)->d_name, (*d2)->d_name)); in freebsd11_alphasort()
|
| H A D | scandir.c | 150 return (strcoll((*d1)->d_name, (*d2)->d_name)); in alphasort()
|
| /freebsd-13.1/usr.bin/ctags/ |
| H A D | tree.c | 101 dif = strcoll(node->entry, cur_node->entry); in add_node()
|
| /freebsd-13.1/include/ |
| H A D | string.h | 86 int strcoll(const char *, const char *);
|
| /freebsd-13.1/lib/libc/tests/string/ |
| H A D | wcscoll_test.c | 139 int sr = strcoll(data[i].sval, data[j].sval); in ATF_TC_BODY()
|
| /freebsd-13.1/usr.bin/find/ |
| H A D | find.c | 67 return (strcoll((*s1)->fts_name, (*s2)->fts_name)); in find_compare()
|
| /freebsd-13.1/contrib/diff/src/ |
| H A D | dir.c | 157 r = strcoll (name1, name2); in compare_names()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/usr.bin/tr/ |
| H A D | tr.c | 372 return (strcoll(sa, sb)); in charcoll()
|
| /freebsd-13.1/usr.bin/fortune/strfile/ |
| H A D | strfile.c | 380 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | stand.h | 72 #define strcoll(a, b) strcmp((a), (b)) macro
|
| /freebsd-13.1/bin/expr/ |
| H A D | expr.y | 342 r = strcoll(a->u.s, b->u.s); in compare_vals()
|
| /freebsd-13.1/usr.bin/join/ |
| H A D | join.c | 410 return (strcoll(s1, s2)); in mbscoll()
|
| /freebsd-13.1/sbin/restore/ |
| H A D | interactive.c | 756 return (strcoll(((struct afile *)f1)->fname, in fcmp()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/bin/sh/ |
| H A D | var.c | 587 return strcoll(*sa, *sb); in var_compare()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1285 /// int strcoll(const char *s1, const char *s2); 1286 TLI_DEFINE_ENUM_INTERNAL(strcoll) 1287 TLI_DEFINE_STRING_INTERNAL("strcoll")
|