Home
last modified time | relevance | path

Searched defs:__s2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h158 return (wchar_t*)wcspbrk(__s1, __s2); in wcspbrk() argument
154 __libcpp_wcspbrk(const wchar_t * __s1,const wchar_t * __s2) __libcpp_wcspbrk() argument
156 wcspbrk(const wchar_t * __s1,const wchar_t * __s2) wcspbrk() argument
168 __libcpp_wcsstr(const wchar_t * __s1,const wchar_t * __s2) __libcpp_wcsstr() argument
170 wcsstr(const wchar_t * __s1,const wchar_t * __s2) wcsstr() argument
172 wcsstr(wchar_t * __s1,const wchar_t * __s2) wcsstr() argument
[all...]
H A Dstring.h80 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const char* __s2) { in strpbrk() argument
83 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2) { in strpbrk() argument
101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { in strstr() argument
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1324 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()