Searched defs:__s2 (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | wchar.h | 150 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk() 152 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk() 154 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() 164 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, _… in __libcpp_wcsstr() 166 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr() 168 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr()
|
H A D | string.h | 81 …_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const char* __s2) { in strpbrk() 84 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2)… in strpbrk() 102 …P_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { in strstr() 105 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cstring.h | 113 strpbrk(char* __s1, const char* __s2) in strpbrk() 125 strstr(char* __s1, const char* __s2) in strstr()
|
H A D | std_cwchar.h | 217 wcspbrk(wchar_t* __s1, const wchar_t* __s2) in wcspbrk() 229 wcsstr(wchar_t* __s1, const wchar_t* __s2) in wcsstr()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstring.h | 112 strpbrk(char* __s1, const char* __s2) in strpbrk() 124 strstr(char* __s1, const char* __s2) in strstr()
|
H A D | std_cwchar.h | 198 wcspbrk(wchar_t* __s1, wchar_t* __s2) in wcspbrk() 210 wcsstr(wchar_t* __s1, wchar_t* __s2) in wcsstr()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | char_traits.h | 149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) in compare() 184 move(char_type* __s1, const char_type* __s2, std::size_t __n) in move() 193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) in copy()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | char_traits.h | 122 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) in compare() 157 move(char_type* __s1, const char_type* __s2, std::size_t __n) in move() 166 copy(char_type* __s1, const char_type* __s2, std::size_t __n) in copy()
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/io/ |
H A D | basic_file_stdio.cc | 142 const char* __s2, std::streamsize __n2) in xwritev() 303 const char* __s2, streamsize __n2) in xsputn_2()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 88 inline _LIBCPP_HIDE_FROM_ABI_C int strcoll_l(const char* __s1, const char* __s2, locale_t) { in strcoll_l()
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | mmintrin.h | 1330 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()
|