Searched defs:__s2 (Results 1 – 3 of 3) sorted by relevance
/external/stlport/stlport/stl/ |
D | char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare() 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move() 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy() 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) in compare() 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) in compare()
|
/external/elfutils/ |
D | config-compat-freebsd.h | 60 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t… in wmempcpy()
|
D | config-compat-darwin.h | 57 static inline wchar_t *wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, size_t… in wmempcpy()
|