/freebsd/lib/libc/string/ |
H A D | wcsncmp.c | 37 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp() function
|
H A D | wcsstr.c | 53 } while (wcsncmp(s, find, len) != 0); in wcsstr()
|
H A D | Makefile.inc | 25 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \ 108 wmemchr.3 wcsncmp.3 \
|
H A D | Symbol.map | 60 wcsncmp;
|
/freebsd/contrib/expat/tests/ |
H A D | common.h | 66 # define xcstrncmp(s, t, n) wcsncmp((s), (t), (n))
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cwchar.inc | 48 using ::wcsncmp _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cwchar.cppm |
|
H A D | cwchar.inc | 48 using std::wcsncmp _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libc/tests/stdio/ |
H A D | open_wmemstream_test.c | 47 else if (wcsncmp(buf, contents, wcslen(contents)) != 0) in assert_stream()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 361 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 D | cwchar | 68 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n); 167 using ::wcsncmp _LIBCPP_USING_IF_EXISTS;
|
/freebsd/include/ |
H A D | wchar.h | 159 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
|
/freebsd/contrib/libedit/ |
H A D | common.c | 663 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 D | history.c | 87 #define Strncmp(d, s, n) wcsncmp(d, s, n)
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_win.c | 290 ok = wcsncmp(parent, L"USB\\", 4) == 0; in hid_ok()
|
/freebsd/lib/libc/locale/ |
H A D | collate.c | 273 compar = wcsncmp(key, p->str, l); in chainsearch()
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 1138 #define Strncmp(a, b, c) wcsncmp(a, b, c)
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1129 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 D | CSymbolMap.inc | 901 SYMBOL(wcsncmp, None, <wchar.h>)
|
H A D | StdSymbolMap.inc | 3155 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 D | libc_ubuntu1404_abilist.txt | 3260 fun:wcsncmp=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3102 let Spellings = ["wcsncmp"];
|