Searched defs:__s1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dstring.h80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} argument
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} argument
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} argument
101 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} argument
103 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s argument
105 strstr( char* __s1, const char* __s2) argument
[all...]
H A Dwchar.h144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);} argument
146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
148 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
158 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} argument
160 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s argument
162 wcsstr( wchar_t* __s1, const wchar_t* __s2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1326 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument

Completed in 63 milliseconds