Searched refs:__buf (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
H A Dunistd.h24 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
26 extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf,
29 (int __fd, void *__buf, size_t __nbytes,
35 read (int __fd, void *__buf, size_t __nbytes) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf));
42 if (__nbytes > __bos0 (__buf))
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
73 pread(int __fd, void *__buf, size_t __nbytes, __off_t __offset) argument
88 pread(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
106 pread64(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
140 readlink(__const char *__restrict __path, char *__restrict __buf, size_t __len) argument
174 readlinkat(int __fd, __const char *__restrict __path, char *__restrict __buf, size_t __len) argument
201 getcwd(char *__buf, size_t __size) argument
222 getwd(char *__buf) argument
241 confstr(int __name, char *__buf, size_t __len) argument
292 ttyname_r(int __fd, char *__buf, size_t __buflen) argument
318 getlogin_r(char *__buf, size_t __buflen) argument
345 gethostname(char *__buf, size_t __buflen) argument
374 getdomainname(char *__buf, size_t __buflen) argument
[all...]
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flag
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dunistd.h24 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
26 extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf,
29 (int __fd, void *__buf, size_t __nbytes,
35 read (int __fd, void *__buf, size_t __nbytes) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf));
42 if (__nbytes > __bos0 (__buf))
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
73 pread(int __fd, void *__buf, size_t __nbytes, __off_t __offset) argument
88 pread(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
106 pread64(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
140 readlink(__const char *__restrict __path, char *__restrict __buf, size_t __len) argument
174 readlinkat(int __fd, __const char *__restrict __path, char *__restrict __buf, size_t __len) argument
201 getcwd(char *__buf, size_t __size) argument
222 getwd(char *__buf) argument
241 confstr(int __name, char *__buf, size_t __len) argument
292 ttyname_r(int __fd, char *__buf, size_t __buflen) argument
318 getlogin_r(char *__buf, size_t __buflen) argument
345 gethostname(char *__buf, size_t __buflen) argument
374 getdomainname(char *__buf, size_t __buflen) argument
[all...]
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flag
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
H A Dunistd.h24 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
26 extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf,
29 (int __fd, void *__buf, size_t __nbytes,
35 read (int __fd, void *__buf, size_t __nbytes) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf));
42 if (__nbytes > __bos0 (__buf))
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
73 pread(int __fd, void *__buf, size_t __nbytes, __off_t __offset) argument
88 pread(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
106 pread64(int __fd, void *__buf, size_t __nbytes, __off64_t __offset) argument
140 readlink(__const char *__restrict __path, char *__restrict __buf, size_t __len) argument
174 readlinkat(int __fd, __const char *__restrict __path, char *__restrict __buf, size_t __len) argument
201 getcwd(char *__buf, size_t __size) argument
222 getwd(char *__buf) argument
241 confstr(int __name, char *__buf, size_t __len) argument
292 ttyname_r(int __fd, char *__buf, size_t __buflen) argument
318 getlogin_r(char *__buf, size_t __buflen) argument
345 gethostname(char *__buf, size_t __buflen) argument
374 getdomainname(char *__buf, size_t __buflen) argument
[all...]
H A Dsocket2.h24 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
26 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
29 (int __fd, void *__buf, size_t __n, size_t __buflen,
35 recv (int __fd, void *__buf, size_t __n, int __flags) argument
37 if (__bos0 (__buf) != (size_t) -1)
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flag
65 recvfrom(int __fd, void *__restrict __buf, size_t __n, int __flags, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
H A Dunistd.h47 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
51 read (int __fd, void *__buf, size_t __nbytes) argument
53 if (__ssp_bos0 (__buf) != (size_t) -1 && __nbytes > __ssp_bos0 (__buf))
55 return __read_alias (__fd, __buf, __nbytes);
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, argument
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __le
76 getcwd(char *__buf, size_t __size) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
H A Dunistd.h47 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
51 read (int __fd, void *__buf, size_t __nbytes) argument
53 if (__ssp_bos0 (__buf) != (size_t) -1 && __nbytes > __ssp_bos0 (__buf))
55 return __read_alias (__fd, __buf, __nbytes);
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, argument
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __le
76 getcwd(char *__buf, size_t __size) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
H A Dunistd.h47 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
51 read (int __fd, void *__buf, size_t __nbytes) argument
53 if (__ssp_bos0 (__buf) != (size_t) -1 && __nbytes > __ssp_bos0 (__buf))
55 return __read_alias (__fd, __buf, __nbytes);
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, argument
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __le
76 getcwd(char *__buf, size_t __size) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
H A Dstatfs.h32 extern int statfs (__const char *__file, struct statfs *__buf)
37 (__const char *__file, struct statfs *__buf),
44 extern int statfs64 (__const char *__file, struct statfs64 *__buf)
51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
62 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
H A Dstatfs.h32 extern int statfs (__const char *__file, struct statfs *__buf)
37 (__const char *__file, struct statfs *__buf),
44 extern int statfs64 (__const char *__file, struct statfs64 *__buf)
51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
62 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
H A Dstatfs.h32 extern int statfs (__const char *__file, struct statfs *__buf)
37 (__const char *__file, struct statfs *__buf),
44 extern int statfs64 (__const char *__file, struct statfs64 *__buf)
51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
62 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
H A Dinet.h60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
H A Dinet.h60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
H A Dinet.h60 void *__restrict __buf) __THROW;
66 char *__restrict __buf, socklen_t __len)
78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW;
84 char *__buf, size_t __len) __THROW;
90 void *__buf, size_t __len) __THROW;
96 unsigned char *__buf, int __len) __THROW;
101 char *__buf) __THROW;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum_methods.h41 _CharT* _M_append_fast(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf) { argument
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue());
43 return __buf + 1;
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf) argument
46 { return uninitialized_copy(__s, __s + __s_size, __buf); }
47 _CharT* _M_append_fast(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf) argument
48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); }
49 _CharT* _M_append_fast(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf) argument
50 { return _M_append_fast(__s.b_str(), __buf); }
51 _CharT* _M_append_fast(_Self const& __s, _CharT *__buf) argument
53 _M_append_fast(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf) argument
56 _M_append_fast(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf) argument
59 _M_append_fast_pos(_STLP_PRIV __char_wrapper<_CharT> __c, _CharT *__buf, size_type , size_type __n) argument
65 _M_append_fast_pos(_CharT const* __s, size_type __s_size, _CharT *__buf, size_type __pos, size_type __n) argument
68 _M_append_fast_pos(_STLP_PRIV __cstr_wrapper<_CharT> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
71 _M_append_fast_pos(_STLP_PRIV __bstr_wrapper<_CharT, _Traits, _Alloc> __s, _CharT *__buf, size_type __pos, size_type __n) argument
74 _M_append_fast_pos(_Self const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
77 _M_append_fast_pos(_STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc> const&, _CharT *__buf, size_type, size_type) argument
82 _M_append_fast_pos(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, _CharT *__buf, size_type __pos, size_type __n) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
H A Ddes_crypt.h80 extern int cbc_crypt (char *__key, char *__buf, unsigned __len,
86 extern int ecb_crypt (char *__key, char *__buf, unsigned __len,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Ddes_crypt.h80 extern int cbc_crypt (char *__key, char *__buf, unsigned __len,
86 extern int ecb_crypt (char *__key, char *__buf, unsigned __len,

Completed in 666 milliseconds

1234567891011>>