/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcsncmp.c | 28 int result = wcsncmp(L"aaaa", L"aaab", 3); in wcsncmp_0100() 41 int result = wcsncmp(L"foo", L"bar", 0); in wcsncmp_0200() 54 int result = wcsncmp(L"aaaa", L"aaab", 4); in wcsncmp_0300() 67 int result = wcsncmp(L"aaab", L"aaaa", 4); in wcsncmp_0400()
|
D | wmemcpy.c | 32 if (wcsncmp(dest, src, n)) { in wmemcpy_0100() 48 if (wcsncmp(dest, src, n)) { in wmemcpy_0200()
|
D | wmemmove.c | 34 if (wcsncmp(dest, tmp, count)) { in wmemmove_0100() 52 if (wcsncmp(dest, tmp, count)) { in wmemmove_0200()
|
D | test_src_functionalext_supplement_string.gni | 47 "wcsncmp",
|
/third_party/musl/src/string/ |
D | wcsncmp.c | 3 int wcsncmp(const wchar_t *l, const wchar_t *r, size_t n) in wcsncmp() function
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vswprintf.c | 59 if (wcsncmp(buffer, L"3.0", 3)) { in vswprintf_0200()
|
/third_party/cef/libcef/common/ |
D | string_types_impl.cc | 144 int r = wcsncmp(str1->str, str2->str, std::min(str1->length, str2->length)); in cef_string_wide_cmp() 178 int r = wcsncmp(str1->str, str2->str, std::min(str1->length, str2->length)); in cef_string_utf16_cmp()
|
/third_party/glib/glib/ |
D | gmessages.c | 1561 if (wcsncmp (name, L"\\cygwin-", length)) in win32_is_pipe_tty() 1564 if (wcsncmp (name, L"\\msys-", length)) in win32_is_pipe_tty() 1575 if (wcsncmp (name, L"-pty", length)) in win32_is_pipe_tty() 1585 if (wcsncmp (name, L"-to-master", length)) in win32_is_pipe_tty() 1588 if (wcsncmp (name, L"-from-master", length)) in win32_is_pipe_tty()
|
/third_party/python/PC/ |
D | launcher.c | 556 if ((wcsncmp(ip->version, wanted_ver, n) == 0) && in find_python_by_version() 1069 if (wcsncmp(shebang_line, vpp->shebang, plen) == 0) { in parse_shebang() 1440 if (wcsncmp(command, L"python", 6)) in maybe_handle_shebang() 1960 (!wcsncmp(p, L"-0", wcslen(L"-0")) || in process() 1961 !wcsncmp(p, L"--list", wcslen(L"--list")))) in process()
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 56 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wcsncmp;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 105 using ::wcsncmp;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 57 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 57 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/include/ |
D | wchar.h | 57 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 59 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 59 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
|
/third_party/python/Python/ |
D | preconfig.c | 595 if (wcsncmp(option, name, len) == 0 && name[len] == L'\0') { in _Py_get_xoption()
|
/third_party/libuv/src/win/ |
D | fs.c | 1255 if (len < num_x || wcsncmp(ep - num_x, L"XXXXXX", num_x)) { in fs__mktemp() 2393 is_long_path = wcsncmp(path, LONG_PATH_PREFIX, LONG_PATH_PREFIX_LEN) == 0; in fs__create_junction() 2645 if (wcsncmp(w_realpath_ptr, in fs__realpath_handle() 2651 } else if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()
|
/third_party/musl/ |
D | libc.map.txt | 1907 wcsncmp;
|
D | musl_src.gni | 1261 "src/string/wcsncmp.c",
|
D | WHATSNEW | 587 - broken wcsncmp
|
/third_party/python/Modules/ |
D | _winapi.c | 559 if (wcsncmp(src_path, L"\\??\\", prefix_len) == 0) in _winapi_CreateJunction_impl()
|
D | posixmodule.c | 1807 int is_unc_like_path = (wcsncmp(new_path, L"\\\\", 2) == 0 || in win32_wchdir() 1808 wcsncmp(new_path, L"//", 2) == 0); in win32_wchdir() 8636 if (nameLen > 4 && wcsncmp(name, L"\\??\\", 4) == 0) { in os_readlink_impl()
|
/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 1123 EXPECT_EQ(0, wcsncmp(L"str", utf16, 3)); in TEST() 1132 EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3)); in TEST()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 83 # define xcstrncmp(s, t, n) wcsncmp((s), (t), (n))
|