Searched refs:wcscmp (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | wcstok.c | 157 if(wcscmp(t,L"a")) errs++; in main() 159 if(wcscmp(t,L"??b")) errs++; in main() 163 if(wcscmp(t,L"c")) errs++; in main()
|
D | wcscoll.c | 40 return wcscmp (a, b); in wcscoll()
|
D | wcscmp.c | 69 wcscmp (const wchar_t * s1, in wcscmp() function
|
D | wcscoll_l.c | 46 return wcscmp (a, b); in wcscoll_l()
|
D | wcstrings.tex | 17 * Function wcscmp:: Wide-character string compare 66 @include string/wcscmp.def
|
D | CMakeLists.txt | 107 wcscmp.c
|
D | meson.build | 106 'wcscmp.c',
|
/picolibc-latest/newlib/testsuite/newlib.stdio/ |
D | swprintf.c | 25 CHECK (wcscmp(wcbuf, wcbuf2) == 0); in main()
|
/picolibc-latest/test/ |
D | printf-tests.c | 268 if (wcscmp(wbuf, expect)) { in testw()
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 185 int wcscmp (const wchar_t *, const wchar_t *);
|
/picolibc-latest/test/libc-testsuite/ |
D | sscanf.c | 40 !wcscmp((s),(x)) || \
|
/picolibc-latest/ |
D | COPYING.picolibc | 1431 newlib/libc/string/wcscmp.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 12392 * libc/string/wcscmp.c: Likewise. 16643 * libc/string/wcscmp.c: Delete wrong and unnecessary type cast. 16710 * libc/string/wcscmp.c: Ditto.
|