Home
last modified time | relevance | path

Searched refs:wcsncasecmp (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsncasecmp.c28 int result = wcsncasecmp(L"hello1", L"HELLO2", 5); in wcsncasecmp_0100()
41 int result = wcsncasecmp(L"hello1", L"HELLO2", 6); in wcsncasecmp_0200()
54 int result = wcsncasecmp(L"hello2", L"HELLO1", 6); in wcsncasecmp_0300()
67 int result = wcsncasecmp(L"hello", L"HELL", 5); in wcsncasecmp_0400()
80 int result = wcsncasecmp(L"hell", L"HELLO", 5); in wcsncasecmp_0500()
93 int result = wcsncasecmp(L"foo", L"bar", 0); in wcsncasecmp_0600()
Dtest_src_functionalext_supplement_string.gni44 "wcsncasecmp",
/third_party/musl/src/string/
Dwcscasecmp.c6 return wcsncasecmp(l, r, -1); in wcscasecmp()
Dwcsncasecmp_l.c5 return wcsncasecmp(l, r, n); in wcsncasecmp_l()
Dwcsncasecmp.c4 int wcsncasecmp(const wchar_t *l, const wchar_t *r, size_t n) in wcsncasecmp() function
/third_party/musl/libc-test/src/api/
Dwchar.c87 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wcsncasecmp;} in f()
/third_party/musl/include/
Dwchar.h169 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h169 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
/third_party/musl/ndk_musl_include/
Dwchar.h158 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h171 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h171 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
/third_party/python/Modules/
Dgetpath.c421 if (wcsncasecmp(EXE_SUFFIX, progpath + n - s, s) == 0) { in add_exe_suffix()
/third_party/musl/
Dlibc.map.txt1904 wcsncasecmp;
Dmusl_src.gni1258 "src/string/wcsncasecmp.c",