Searched defs:__s2 (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/
H A Dstring.h81 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const char* __s2) { argument
84 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2) { argument
102 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { argument
105 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { argument
H A Dwchar.h150 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);} argument
152 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
154 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
164 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} argument
166 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} argument
168 wcsstr( wchar_t* __s1, const wchar_t* __s2) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstring.h113 strpbrk(char* __s1, const char* __s2) argument
125 strstr(char* __s1, const char* __s2) argument
H A Dstd_cwchar.h217 wcspbrk(wchar_t* __s1, const wchar_t* __s2) argument
229 wcsstr(wchar_t* __s1, const wchar_t* __s2) argument
/openbsd-current/gnu/llvm/libcxx/include/__string.d/__string/
H A Dchar_traits.h96 int compare(const char_type* __s1, const char_type* __s2, size_t __n) { argument
124 char_type* move(char_type* __s1, const char_type* __s2, size_t __n) { argument
143 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) argument
184 move(char_type* __s1, const char_type* __s2, std::size_t __n) argument
193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) argument
253 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
265 move(char_type* __s1, const char_type* __s2, size_t __n) argument
269 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
323 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
335 move(char_type* __s1, const char_type* __s2, size_t __n) argument
339 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
H A Dvalarray_array.h306 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, _Tp* __restrict__ __dst, size_t __s2) argument
481 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dchar_traits.h122 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) argument
157 move(char_type* __s1, const char_type* __s2, std::size_t __n) argument
166 copy(char_type* __s1, const char_type* __s2, std::size_t __n) argument
224 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
236 move(char_type* __s1, const char_type* __s2, size_t __n) argument
240 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
294 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
306 move(char_type* __s1, const char_type* __s2, int_type __n) argument
310 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
H A Dvalarray_array.h265 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, _Tp* __restrict__ __dst, size_t __s2) argument
417 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstring.h112 strpbrk(char* __s1, const char* __s2) argument
124 strstr(char* __s1, const char* __s2) argument
H A Dstd_cwchar.h198 wcspbrk(wchar_t* __s1, wchar_t* __s2) argument
210 wcsstr(wchar_t* __s1, wchar_t* __s2) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt_members_unicode_char.cc55 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
68 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
H A Dcodecvt_members_unicode_wchar_t.cc54 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
67 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
H A Dctor_copy_dtor.cc76 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
89 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
/openbsd-current/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc141 xwritev(int __fd, const char* __s1, std::streamsize __n1, const char* __s2, std::streamsize __n2) argument
302 xsputn_2(const char* __s1, streamsize __n1, const char* __s2, streamsize __n2) argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dpod_char_traits.h114 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
141 move(char_type* __s1, const char_type* __s2, size_t __n) argument
148 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dcapacity.cc65 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
91 move(char_type* __s1, const char_type* __s2, size_t __n) argument
95 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_init.cc63 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
89 move(char_type* __s1, const char_type* __s2, size_t __n) argument
93 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
146 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
172 move(char_type* __s1, const char_type* __s2, size_t __n) argument
176 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h88 inline _LIBCPP_HIDE_FROM_ABI_C int strcoll_l(const char* __s1, const char* __s2, locale_t) { argument
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dmmintrin.h1330 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument

Completed in 134 milliseconds