Home
last modified time | relevance | path

Searched defs:__s1 (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/include/
Dwchar.h150 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()
Dstring.h81 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const… in strpbrk()
84 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2)… in strpbrk()
102 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … 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/
Dstd_cstring.h107 strchr(char* __s1, int __n) in strchr()
113 strpbrk(char* __s1, const char* __s2) in strpbrk()
119 strrchr(char* __s1, int __n) in strrchr()
125 strstr(char* __s1, const char* __s2) in strstr()
Dstd_cwchar.h217 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/
Dstd_cstring.h106 strchr(char* __s1, int __n) in strchr()
112 strpbrk(char* __s1, const char* __s2) in strpbrk()
118 strrchr(char* __s1, int __n) in strrchr()
124 strstr(char* __s1, const char* __s2) in strstr()
Dstd_cwchar.h198 wcspbrk(wchar_t* __s1, wchar_t* __s2) in wcspbrk()
210 wcsstr(wchar_t* __s1, wchar_t* __s2) in wcsstr()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dchar_traits.h122 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()
Dlocale_facets.tcc67 locale::operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dchar_traits.h149 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()
Dlocale_facets.tcc67 locale::operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
/openbsd/src/gnu/gcc/libstdc++-v3/config/io/
Dbasic_file_stdio.cc141 xwritev(int __fd, const char* __s1, std::streamsize __n1, in xwritev()
302 __basic_file<char>::xsputn_2(const char* __s1, streamsize __n1, in xsputn_2()
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc712 const xor_combine<_UniformRandomNumberGenerator1, __s1, in operator <<() argument
736 xor_combine<_UniformRandomNumberGenerator1, __s1, in operator >>() argument
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dmmintrin.h1330 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()