HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 176 - 200 of 1197) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 24 extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen,
26 extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen,
32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...))
34 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
35 __bos (__s), __fmt, __va_arg_pack ());
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt,
47 return __builtin___vsprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
48 __bos (__s), __fmt, __ap);
53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 24 extern int __sprintf_chk (char *__restrict __s, int __flag, size_t __slen,
26 extern int __vsprintf_chk (char *__restrict __s, int __flag, size_t __slen,
32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...))
34 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
35 __bos (__s), __fmt, __va_arg_pack ());
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt,
47 return __builtin___vsprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
48 __bos (__s), __fmt, __ap);
53 extern int __snprintf_chk (char *__restrict __s, size_t __n, int __flag,
56 extern int __vsnprintf_chk (char *__restrict __s, size_t __n, int __flag
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
304 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
313 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
320 if (__s == __end)
323 return __s;
328 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
336 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
341 if (__s == __end)
343 return __s;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc());
305 time_get<_Ch, _InIt>::do_get_date(_InIt __s, _InIt __end,
314 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
321 if (__s == __end)
324 return __s;
329 time_get<_Ch, _InIt>::do_get_time(_InIt __s, _InIt __end,
337 = _STLP_PRIV __get_formatted_time(__s, __end, __format, __format_end,
342 if (__s == __end)
344 return __s;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.h 36 const basic_string<_CharT,_Traits,_Alloc>& __s);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) {
67 return getline(__is, __s, __is.widen('\n'));
char_traits.h 153 static size_t _STLP_CALL length(const char_type* __s) {
156 for (; !eq(__s[__i], _NullChar); ++__i) {}
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) {
161 for ( ; __n > 0 ; ++__s, --__n)
162 if (eq(*__s, __c))
163 return __s;
175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) {
177 __s[__i] = __c;
178 return __s;
228 static size_t _STLP_CALL length(const char* __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
monetary.h 40 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
48 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
monetary.h 40 extern ssize_t strfmon (char *__restrict __s, size_t __maxsize,
48 extern ssize_t strfmon_l (char *__restrict __s, size_t __maxsize,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_state.h 40 __turn(__state_type __s)
44 &inv, __s, false, __ATOMIC_ACQ_REL,

Completed in 555 milliseconds

1 2 3 4 5 6 78 91011>>