Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-9-stable/bin/ls/
Dcmp.c55 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/
DMakefile.inc13 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
DSymbol.map30 strcoll;
Dstrcoll.c98 strcoll(const char *s, const char *s2) in strcoll() function
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cstring.h63 #undef strcoll
88 using ::strcoll;
/freebsd-9-stable/contrib/libstdc++/config/locale/generic/
Dcollate_members.cc46 int __cmp = strcoll(__one, __two); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-9-stable/contrib/libc++/include/
Dcstring37 int strcoll(const char* s1, const char* s2);
79 using ::strcoll;
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstring.h43 using std::strcoll;
/freebsd-9-stable/contrib/gnu-sort/lib/
Dmemcoll.c47 while (! (errno = 0, (diff = strcoll (s1, s2)) || errno)) in memcoll()
/freebsd-9-stable/include/
Dstring.h78 int strcoll(const char *, const char *);
/freebsd-9-stable/usr.bin/ctags/
Dtree.c99 dif = strcoll(node->entry, cur_node->entry); in add_node()
/freebsd-9-stable/lib/libc/gen/
Dscandir.c135 return (strcoll((*d1)->d_name, (*d2)->d_name)); in alphasort()
/freebsd-9-stable/usr.bin/find/
Dfind.c68 return (strcoll((*s1)->fts_name, (*s2)->fts_name)); in find_compare()
/freebsd-9-stable/contrib/texinfo/lib/
Dsystem.h129 extern int strcoll ();
/freebsd-9-stable/contrib/diff/src/
Ddir.c157 r = strcoll (name1, name2); in compare_names()
/freebsd-9-stable/contrib/libreadline/
Dutil.c325 return (strcoll (*s1, *s2));
Dconfig.h.in89 /* Define if you have the strcoll function. */
/freebsd-9-stable/contrib/tcsh/
Dglob.c177 return strcoll(s1, s2); in globcharcoll()
272 return (strcoll(*(char *const *) p, *(char *const *) q)); in compare()
/freebsd-9-stable/usr.bin/tr/
Dtr.c360 return (strcoll(sa, sb)); in charcoll()
/freebsd-9-stable/contrib/gcc/cp/
Dcfns.gperf158 strcoll
/freebsd-9-stable/games/fortune/strfile/
Dstrfile.c370 if ((ret = strcoll(s1, s2)) != 0) in stable_collate_range_cmp()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h541 strcoll, enumerator
/freebsd-9-stable/contrib/texinfo/
Dconfig.h.in58 /* 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/
Dconfig.in115 /* Define to 1 if you have the `strcoll' function. */
/freebsd-9-stable/usr.bin/join/
Djoin.c408 return (strcoll(s1, s2)); in mbscoll()

123