Searched refs:wcsncmp (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/lib/libc/string/
H A Dwcsncmp.c36 __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $");
44 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) function
H A Dwcsstr.c61 } while (wcsncmp(s, find, len) != 0);
H A DMakefile.inc24 wcslcat.c wcslcpy.c wcslen.c wcsncasecmp.c wcsncat.c wcsncmp.c \
94 wmemchr.3 wcsncmp.3 \
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c50 else if (wcsncmp(buf, contents, wcslen(contents)) != 0)
/freebsd-13-stable/include/
H A Dwchar.h154 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
/freebsd-13-stable/contrib/libedit/
H A Dcommon.c663 if ((wcsncmp(hp, el->el_line.buffer, (size_t)
718 if ((wcsncmp(hp, el->el_line.buffer, (size_t)
H A Dhistory.c87 #define Strncmp(d, s, n) wcsncmp(d, s, n)
/freebsd-13-stable/lib/libc/locale/
H A Dcollate.c259 compar = wcsncmp(key, p->str, l);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.h1138 #define Strncmp(a, b, c) wcsncmp(a, b, c)
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1072 EXPECT_EQ(0, wcsncmp(L"str", utf16, 3));
1081 EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3));
/freebsd-13-stable/contrib/expat/tests/
H A Druntests.c93 # define xcstrncmp(s, t, n) wcsncmp((s), (t), (n))

Completed in 285 milliseconds