Home
last modified time | relevance | path

Searched refs:wcsncmp (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/string/
H A Dwcsncmp.c37 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() function
H A Dwcsstr.c53 } while (wcsncmp(s, find, len) != 0); in wcsstr()
H A DMakefile.inc25 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \
108 wmemchr.3 wcsncmp.3 \
H A DSymbol.map60 wcsncmp;
/freebsd/contrib/expat/tests/
H A Dcommon.h66 # define xcstrncmp(s, t, n) wcsncmp((s), (t), (n))
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc48 using ::wcsncmp _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc48 using std::wcsncmp _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c47 else if (wcsncmp(buf, contents, wcslen(contents)) != 0) in assert_stream()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h361 if (!wcsncmp(ptr, L"\\\\?\\", 4)) { in realpath()
364 } else if (!wcsncmp(&ptr[4], L"UNC\\", 4)) { // \\?\UNC\server -> \\server in realpath()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar68 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dwchar.h159 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
/freebsd/contrib/libedit/
H A Dcommon.c663 if ((wcsncmp(hp, el->el_line.buffer, (size_t) in ed_search_prev_history()
718 if ((wcsncmp(hp, el->el_line.buffer, (size_t) in ed_search_next_history()
H A Dhistory.c87 #define Strncmp(d, s, n) wcsncmp(d, s, n)
/freebsd/contrib/libfido2/src/
H A Dhid_win.c290 ok = wcsncmp(parent, L"USB\\", 4) == 0; in hid_ok()
/freebsd/lib/libc/locale/
H A Dcollate.c273 compar = wcsncmp(key, p->str, l); in chainsearch()
/freebsd/contrib/tcsh/
H A Dsh.h1138 #define Strncmp(a, b, c) wcsncmp(a, b, c)
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1129 EXPECT_EQ(0, wcsncmp(L"str", utf16, 3)); in TEST()
1138 EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3)); in TEST()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc901 SYMBOL(wcsncmp, None, <wchar.h>)
H A DStdSymbolMap.inc3155 SYMBOL(wcsncmp, std::, <cwchar>)
3156 SYMBOL(wcsncmp, None, <cwchar>)
3157 SYMBOL(wcsncmp, None, <wchar.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3260 fun:wcsncmp=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3102 let Spellings = ["wcsncmp"];