Searched refs:wcsstr (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/string/
H A Dwcsstr.c47 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) function
H A DSymbol.map69 wcsstr;
H A DMakefile.inc21 wcsrchr.c wcsspn.c wcsstr.c wcstok.c wcswidth.c wcsxfrm.c wmemchr.c \
87 wmemchr.3 wcsstr.3 \
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h124 #undef wcsstr macro
226 using ::wcsstr;
229 wcsstr(wchar_t* __s1, const wchar_t* __s2) function
230 { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h97 using std::wcsstr;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c451 if (wcsstr(name, L"Service-0x"))
455 if (!wcsstr(name, L"WinSta0"))
/freebsd-9.3-release/include/
H A Dwchar.h154 wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict)
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h91 #define Strstr(s,v) wcsstr(s,v)
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure7091 using ::wcsstr;
[all...]

Completed in 128 milliseconds