Home
last modified time | relevance | path

Searched refs:wmemcmp (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/lib/libc/string/
Dwmemcmp.c36 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp() function
51 DEF_STRONG(wmemcmp);
DMakefile.inc13 wcsspn.c wcsstr.c wcstok.c wcswcs.c wcswidth.c wmemchr.c wmemcmp.c \
34 wcsstr.3 wcstok.3 wcswidth.3 wmemchr.3 wmemcmp.3 wmemcpy.3 wmemmove.3 \
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cwchar.h125 #undef wmemcmp
182 using ::wmemcmp;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cwchar.h135 #undef wmemcmp
201 using ::wmemcmp;
/openbsd/src/lib/libc/hidden/
Dwchar.h90 PROTO_NORMAL(wmemcmp);
/openbsd/src/gnu/llvm/libcxx/include/
Dcwchar84 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
171 using ::wmemcmp _LIBCPP_USING_IF_EXISTS;
213 return std::wmemcmp(__lhs, __rhs, __count);
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dwchar.h92 using std::wmemcmp;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dwchar.h100 using std::wmemcmp;
/openbsd/src/include/
Dwchar.h142 int wmemcmp(const wchar_t *, const wchar_t *, size_t);
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf225 wmemcmp
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf224 wmemcmp
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dchar_traits.h324 { return wmemcmp(__s1, __s2, __n); }
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dchar_traits.h295 { return wmemcmp(__s1, __s2, __n); }
/openbsd/src/lib/libc/
DSymbols.list1685 wmemcmp
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfig.h.in701 /* Define if you have the wmemcmp function. */
Dacinclude.m4988 AC_CHECK_FUNCS(wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset,, \
Daclocal.m41000 AC_CHECK_FUNCS(wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset,, \
DChangeLog-20007652 definitions, so that wmemcmp, wcslen, wmemchr, etc are properly
10058 * string/wmemcmp.c: New file.
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc934 SYMBOL(wmemcmp, None, <wchar.h>)
DStdSymbolMap.inc1296 SYMBOL(wmemcmp, std::, <cwchar>)
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltins.def1097 LIBBUILTIN(wmemcmp, "iwC*wC*z", "fE", WCHAR_H, ALL_LANGUAGES)
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3296 fun:wmemcmp=uninstrumented
/openbsd/src/distrib/sets/lists/comp/
Dmi3069 ./usr/share/man/man3/wmemcmp.3
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst3252 * ``wmemcmp``
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1368 X fgetwc mbrlen vfwprintf wcscspn wcsspn wmemcmp

12