Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstring.h80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} in __libcpp_strpbrk()
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk()
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk()
101 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} in __libcpp_strstr()
103 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr()
105 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr()
H A Dwchar.h144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk()
146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk()
148 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk()
158 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, _… in __libcpp_wcsstr()
160 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr()
162 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc154 const char* __s2, std::streamsize __n2) in xwritev()
355 const char* __s2, streamsize __n2) in xsputn_2()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc140 const char* __s2, std::streamsize __n2) in xwritev()
329 const char* __s2, streamsize __n2) in xsputn_2()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h190 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l()
195 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l()
200 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc381 _Tp __s2 = __zndev in __ellint_rd() local
643 _Tp __s2 = __eb * (__c2 / _Tp(2) in __ellint_rj() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc377 _Tp __s2 = __zndev in __ellint_rd() local
634 _Tp __s2 = __eb * (__c2 / _Tp(2) in __ellint_rj() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmmintrin.h1326 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()