Searched refs:wcsncasecmp (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcsncasecmp.c | 28 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()
|
D | test_src_functionalext_supplement_string.gni | 44 "wcsncasecmp",
|
/third_party/musl/src/string/ |
D | wcscasecmp.c | 6 return wcsncasecmp(l, r, -1); in wcscasecmp()
|
D | wcsncasecmp_l.c | 5 return wcsncasecmp(l, r, n); in wcsncasecmp_l()
|
D | wcsncasecmp.c | 4 int wcsncasecmp(const wchar_t *l, const wchar_t *r, size_t n) in wcsncasecmp() function
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 87 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wcsncasecmp;} in f()
|
/third_party/musl/include/ |
D | wchar.h | 169 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 169 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 158 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 171 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 171 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
|
/third_party/python/Modules/ |
D | getpath.c | 421 if (wcsncasecmp(EXE_SUFFIX, progpath + n - s, s) == 0) { in add_exe_suffix()
|
/third_party/musl/ |
D | libc.map.txt | 1904 wcsncasecmp;
|
D | musl_src.gni | 1258 "src/string/wcsncasecmp.c",
|