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

/barrelfish-master/lib/libc/locale/
H A Dcollcmp.c51 return (strcoll(s1, s2));
/barrelfish-master/lib/libc/string/
H A Dstrcoll.c68 * - having strcoll/strcoll_l change *s or *s2 to null
114 strcoll(const char *s, const char *s2) function
H A DMakefile.inc15 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 \
60 MLINKS+=strcoll.3 strcoll_l.3
/barrelfish-master/include/
H A Dstring.h81 int strcoll(const char *, const char *);
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h136 return ::strcoll(s1, s2);
/barrelfish-master/lib/libc/gen/
H A Dglob.c624 return (strcoll(*(char **)p, *(char **)q));
/barrelfish-master/lib/lua/src/
H A Dlvm.c215 int temp = strcoll(l, r);

Completed in 102 milliseconds