Searched refs:strcoll (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.0-release/bin/ls/
H A Dcmp.c55 return (strcoll(a->fts_name, b->fts_name));
62 return (strcoll(b->fts_name, a->fts_name));
82 return (strcoll(b->fts_name, a->fts_name));
84 return (strcoll(a->fts_name, b->fts_name));
111 return (strcoll(b->fts_name, a->fts_name));
113 return (strcoll(a->fts_name, b->fts_name));
140 return (strcoll(b->fts_name, a->fts_name));
142 return (strcoll(a->fts_name, b->fts_name));
169 return (strcoll(b->fts_name, a->fts_name));
171 return (strcoll(
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc46 int __cmp = strcoll(__one, __two);
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstring.h43 using std::strcoll;
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h63 #undef strcoll macro
88 using ::strcoll;
/freebsd-10.0-release/lib/libc/string/
H A DSymbol.map30 strcoll;
H A DMakefile.inc13 strcat.c strcasestr.c strchr.c strchrnul.c strcmp.c strcoll.c strcpy.c\
33 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 \
52 MLINKS+=strcoll.3 strcoll_l.3
H A Dstrcoll.c98 strcoll(const char *s, const char *s2) function
/freebsd-10.0-release/include/
H A Dstring.h81 int strcoll(const char *, const char *);
/freebsd-10.0-release/lib/libc/gen/
H A Dscandir.c129 * POSIX 2008 requires that alphasort() uses strcoll().
135 return (strcoll((*d1)->d_name, (*d2)->d_name));
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.func.c1728 errno = 0; /* strcoll sets errno, another brain-damage */
1730 rv = strcoll(sa, sb);
1735 * only documented valid errno value for strcoll [EINVAL]
1740 stderror(ERR_SYSTEM, "strcoll", strerror(errno));
H A Dglob.c163 * strcoll does not guarantee case sorting, so we pre-process now:
177 return strcoll(s1, s2);
272 return (strcoll(*(char *const *) p, *(char *const *) q));
H A Dsh.file.c608 res = strcoll(p1, q1);
/freebsd-10.0-release/usr.bin/ctags/
H A Dtree.c99 dif = strcoll(node->entry, cur_node->entry);
/freebsd-10.0-release/usr.bin/find/
H A Dfind.c68 return (strcoll((*s1)->fts_name, (*s2)->fts_name));
/freebsd-10.0-release/contrib/diff/src/
H A Ddir.c157 r = strcoll (name1, name2);
/freebsd-10.0-release/contrib/texinfo/lib/
H A Dsystem.h129 extern int strcoll ();
/freebsd-10.0-release/contrib/libreadline/
H A Dutil.c325 return (strcoll (*s1, *s2));
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lstdc227 int (strcoll)(const char *s1, const char *s2);
H A Dllib-lposix263 int (strcoll)(const char *s1, const char *s2);
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h516 /// int strcoll(const char *s1, const char *s2);
517 strcoll, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/games/fortune/strfile/
H A Dstrfile.c370 if ((ret = strcoll(s1, s2)) != 0)
/freebsd-10.0-release/usr.bin/tr/
H A Dtr.c361 return (strcoll(sa, sb));
/freebsd-10.0-release/bin/expr/
H A Dexpr.y342 r = strcoll(a->u.s, b->u.s);
/freebsd-10.0-release/bin/sh/
H A Dvar.c565 return strcoll(*sa, *sb);
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dindex.c49 /* How to compare index entries for sorting. May be set to strcoll. */
636 documentlanguage, so strcoll operates according to the document's
640 strcoll in the C (aka POSIX) locale, that is the ASCII ordering. */
645 index_compare_fn = strcoll;

Completed in 142 milliseconds

12