Searched refs:wcsncmp (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsncmp.c | 42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() function
|
D | wcsstr.c | 59 } while (wcsncmp(s, find, len) != 0); in wcsstr()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 93 FUNCTION(wcsncmp, int (*f)(const wchar_t*, const wchar_t*, size_t)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 89 int wcsncmp(const wchar_t* __lhs, const wchar_t* __rhs, size_t __n);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1148 wcsncmp
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1179 wcsncmp;
|
/bionic/libc/ |
D | libc.map.txt | 1179 wcsncmp;
|
D | Android.bp | 243 "upstream-freebsd/lib/libc/string/wcsncmp.c",
|