Home
last modified time | relevance | path

Searched refs:wcsstr (Results 1 – 16 of 16) sorted by relevance

/src/contrib/llvm-project/libcxx/include/
H A Dwchar.h179 return (wchar_t*)wcsstr(__s1, __s2); in __libcpp_wcsstr()
182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() function
185 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcsstr(wchar_t* __s1, const wchar_… in wcsstr() function
H A Dcwchar79 const wchar_t* wcsstr(const wchar_t* s1, const wchar_t* s2);
80 wchar_t* wcsstr( wchar_t* s1, const wchar_t* s2);
172 using ::wcsstr _LIBCPP_USING_IF_EXISTS;
/src/crypto/openssl/crypto/
H A Dcryptlib.c87 if (wcsstr(name, L"Service-0x")) in OPENSSL_isservice()
91 if (!wcsstr(name, L"WinSta0")) in OPENSSL_isservice()
/src/lib/libc/string/
H A Dwcsstr.c41 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr() function
H A DMakefile.inc87 wcsstr.c \
214 wmemchr.3 wcsstr.3 \
H A DSymbol.map65 wcsstr;
/src/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc53 using ::wcsstr _LIBCPP_USING_IF_EXISTS;
/src/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt87 wcsstr
/src/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc53 using std::wcsstr _LIBCPP_USING_IF_EXISTS;
/src/usr.bin/sort/
H A Dbwstring.c836 if (wmonths[i].ab && (s == wcsstr(s, wmonths[i].ab))) in bws_month_score()
838 if (wmonths[i].mon && (s == wcsstr(s, wmonths[i].mon))) in bws_month_score()
840 if (wmonths[i].alt && (s == wcsstr(s, wmonths[i].alt))) in bws_month_score()
/src/include/
H A Dwchar.h166 wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict)
/src/contrib/libedit/
H A Dsearch.c129 if (wcsstr(str, pat) != 0) in el_match()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc910 SYMBOL(wcsstr, None, <wchar.h>)
H A DStdSymbolMap.inc3173 SYMBOL(wcsstr, std::, <cwchar>)
3174 SYMBOL(wcsstr, None, <cwchar>)
3175 SYMBOL(wcsstr, None, <wchar.h>)
/src/contrib/googletest/googletest/src/
H A Dgtest.cc1850 return wcsstr(haystack, needle) != nullptr; in IsSubstringPred()
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3268 fun:wcsstr=uninstrumented