Searched refs:wcscoll (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc62 int __cmp = wcscoll(__one, __two);
/freebsd-10.0-release/lib/libc/string/
H A DSymbol.map56 wcscoll;
H A DMakefile.inc18 wcschr.c wcscmp.c wcscoll.c wcscpy.c wcscspn.c wcsdup.c \
35 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
H A Dwcscoll.c44 * Placeholder implementation of wcscoll(). Attempts to use the single-byte
88 wcscoll(const wchar_t *ws1, const wchar_t *ws2) function
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h88 using std::wcscoll;
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h112 #undef wcscoll macro
182 using ::wcscoll;
/freebsd-10.0-release/usr.bin/comm/
H A Dcomm.c162 comp = wcscoll(tline1, tline2);
/freebsd-10.0-release/include/
H A Dwchar.h137 int wcscoll(const wchar_t *, const wchar_t *);
/freebsd-10.0-release/usr.bin/uniq/
H A Duniq.c200 comp = wcscoll(tthis, tprev);
/freebsd-10.0-release/contrib/tcsh/
H A Dglob.c155 return wcscoll(s1, s2);
H A Dsh.file.c600 return (wcscoll(*(Char *const *) p, *(Char *const *) q));
/freebsd-10.0-release/usr.bin/join/
H A Djoin.c411 ret = wcscoll(w1, w2);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c6264 /* If we can't look up collation data, we use wcscoll
6276 /* If wcscoll(the collating symbol, whole string) > 0,
6282 if (wcscoll (workp, d) > 0)
6311 match = wcscoll (workp, str_buf);
6417 /* If we can't look up collation data, we use wcscoll
6429 /* If wcscoll(the collating symbol, whole string) > 0,
6435 if (wcscoll (workp, d) > 0)
6464 match = wcscoll (workp, str_buf);
6551 if (wcscoll (range_start_char, str_buf+2) <= 0
6552 && wcscoll (str_bu
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c6264 /* If we can't look up collation data, we use wcscoll
6276 /* If wcscoll(the collating symbol, whole string) > 0,
6282 if (wcscoll (workp, d) > 0)
6311 match = wcscoll (workp, str_buf);
6417 /* If we can't look up collation data, we use wcscoll
6429 /* If wcscoll(the collating symbol, whole string) > 0,
6435 if (wcscoll (workp, d) > 0)
6464 match = wcscoll (workp, str_buf);
6551 if (wcscoll (range_start_char, str_buf+2) <= 0
6552 && wcscoll (str_bu
[all...]
/freebsd-10.0-release/usr.bin/sort/
H A Dbwstring.c124 ret = wcscoll(s1, s2);
/freebsd-10.0-release/bin/sh/
H A Dexpand.c127 return (wcscoll(s1, s2));
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c2676 if (wcscoll (cmp_buf, cmp_buf + 4) > 0)
2718 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0
2719 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0)
H A Dregexec.c3971 if (wcscoll (cmp_buf, cmp_buf + 2) <= 0
3972 && wcscoll (cmp_buf + 2, cmp_buf + 4) <= 0)
/freebsd-10.0-release/contrib/libreadline/
H A Dconfigure7602 echo "$as_me:$LINENO: checking for wcscoll" >&5
7603 echo $ECHO_N "checking for wcscoll... $ECHO_C" >&6
7613 /* Define wcscoll to an innocuous variant, in case <limits.h> declares wcscoll.
7615 #define wcscoll innocuous_wcscoll
7618 which can conflict with char wcscoll (); below.
7628 #undef wcscoll
7637 char wcscoll ();
7644 char (*f) () = wcscoll;
7653 return f != wcscoll;
[all...]
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Ddfa.c2550 if (wcscoll(wcbuf, wcbuf+2) >= 0 &&
2551 wcscoll(wcbuf+4, wcbuf) >= 0)
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure7079 using ::wcscoll;
[all...]

Completed in 350 milliseconds