| /freebsd-9-stable/bin/ls/ |
| D | cmp.c | 55 return (strcoll(a->fts_name, b->fts_name)); in namecmp() 62 return (strcoll(b->fts_name, a->fts_name)); in revnamecmp() 82 return (strcoll(b->fts_name, a->fts_name)); in modcmp() 84 return (strcoll(a->fts_name, b->fts_name)); in modcmp() 111 return (strcoll(b->fts_name, a->fts_name)); in acccmp() 113 return (strcoll(a->fts_name, b->fts_name)); in acccmp() 140 return (strcoll(b->fts_name, a->fts_name)); in birthcmp() 142 return (strcoll(a->fts_name, b->fts_name)); in birthcmp() 169 return (strcoll(b->fts_name, a->fts_name)); in statcmp() 171 return (strcoll(a->fts_name, b->fts_name)); in statcmp() [all …]
|
| /freebsd-9-stable/lib/libc/string/ |
| D | Makefile.inc | 13 strcat.c strcasestr.c strchr.c strcmp.c strcoll.c strcpy.c strcspn.c \ 33 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \ 51 MLINKS+=strcoll.3 strcoll_l.3
|
| D | Symbol.map | 30 strcoll;
|
| D | strcoll.c | 98 strcoll(const char *s, const char *s2) in strcoll() function
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstring.h | 63 #undef strcoll 88 using ::strcoll;
|
| /freebsd-9-stable/contrib/libstdc++/config/locale/generic/ |
| D | collate_members.cc | 46 int __cmp = strcoll(__one, __two); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstring | 37 int strcoll(const char* s1, const char* s2); 79 using ::strcoll;
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | string.h | 43 using std::strcoll;
|
| /freebsd-9-stable/contrib/gnu-sort/lib/ |
| D | memcoll.c | 47 while (! (errno = 0, (diff = strcoll (s1, s2)) || errno)) in memcoll()
|
| /freebsd-9-stable/include/ |
| D | string.h | 78 int strcoll(const char *, const char *);
|
| /freebsd-9-stable/usr.bin/ctags/ |
| D | tree.c | 99 dif = strcoll(node->entry, cur_node->entry); in add_node()
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | scandir.c | 135 return (strcoll((*d1)->d_name, (*d2)->d_name)); in alphasort()
|
| /freebsd-9-stable/usr.bin/find/ |
| D | find.c | 68 return (strcoll((*s1)->fts_name, (*s2)->fts_name)); in find_compare()
|
| /freebsd-9-stable/contrib/texinfo/lib/ |
| D | system.h | 129 extern int strcoll ();
|
| /freebsd-9-stable/contrib/diff/src/ |
| D | dir.c | 157 r = strcoll (name1, name2); in compare_names()
|
| /freebsd-9-stable/contrib/libreadline/ |
| D | util.c | 325 return (strcoll (*s1, *s2));
|
| D | config.h.in | 89 /* Define if you have the strcoll function. */
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | glob.c | 177 return strcoll(s1, s2); in globcharcoll() 272 return (strcoll(*(char *const *) p, *(char *const *) q)); in compare()
|
| /freebsd-9-stable/usr.bin/tr/ |
| D | tr.c | 360 return (strcoll(sa, sb)); in charcoll()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | cfns.gperf | 158 strcoll
|
| /freebsd-9-stable/games/fortune/strfile/ |
| D | strfile.c | 370 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 541 strcoll, enumerator
|
| /freebsd-9-stable/contrib/texinfo/ |
| D | config.h.in | 58 /* Define to 1 if you have the declaration of `strcoll', and to 0 if you 229 /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | config.in | 115 /* Define to 1 if you have the `strcoll' function. */
|
| /freebsd-9-stable/usr.bin/join/ |
| D | join.c | 408 return (strcoll(s1, s2)); in mbscoll()
|