Searched refs:wcscasecmp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/tools/regression/lib/libc/string/
H A Dtest-wcscasecmp.c45 assert(wcscasecmp(L"", L"") == 0);
48 printf("ok 1 - wcscasecmp\n");
50 assert(wcscasecmp(L"abc", L"abc") == 0);
51 assert(wcscasecmp(L"ABC", L"ABC") == 0);
52 assert(wcscasecmp(L"abc", L"ABC") == 0);
53 assert(wcscasecmp(L"ABC", L"abc") == 0);
54 printf("ok 2 - wcscasecmp\n");
56 assert(wcscasecmp(L"abc", L"xyz") < 0);
57 assert(wcscasecmp(L"ABC", L"xyz") < 0);
58 assert(wcscasecmp(
[all...]
H A DMakefile7 TESTS= test-stpncpy test-strerror test-wcscasecmp test-wcsnlen
/freebsd-10.0-release/lib/libc/string/
H A Dwcscasecmp.c34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) function
H A DSymbol.map89 wcscasecmp;
H A DMakefile.inc17 strxfrm.c swab.c wcpcpy.c wcpncpy.c wcscasecmp.c wcscat.c \
70 wmemchr.3 wcscasecmp.3 \
/freebsd-10.0-release/include/
H A Dwchar.h214 int wcscasecmp(const wchar_t *, const wchar_t *);

Completed in 169 milliseconds