Searched refs:__n2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc142 const char* __s2, std::streamsize __n2)
144 std::streamsize __nleft = __n1 + __n2;
149 __iov[1].iov_len = __n2;
169 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
177 return __n1 + __n2 - __nleft;
303 const char* __s2, streamsize __n2)
307 __ret = xwritev(this->fd(), __s1, __n1, __s2, __n2);
313 __ret += xwrite(this->fd(), __s2, __n2);
141 xwritev(int __fd, const char* __s1, std::streamsize __n1, const char* __s2, std::streamsize __n2) argument
302 xsputn_2(const char* __s1, streamsize __n1, const char* __s2, streamsize __n2) argument
H A Dbasic_file_stdio.h95 const char* __s2, streamsize __n2);
/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Dvstring.h90 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
92 if (this->max_size() - (this->size() - __n1) < __n2)
971 size_type __pos2, size_type __n2)
976 __str._M_limit(__pos2, __n2));
998 size_type __n2)
1000 __glibcxx_requires_string_len(__s, __n2);
1002 _M_limit(__pos, __n1), __s, __n2);
1044 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1046 _M_limit(__pos, __n1), __n2, __c); }
1212 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
970 replace(size_type __pos1, size_type __n1, const __versa_string& __str, size_type __pos2, size_type __n2) argument
997 replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) argument
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h316 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
318 if (this->max_size() - (this->size() - __n1) < __n2)
1216 size_type __pos2, size_type __n2)
1219 __str._M_limit(__pos2, __n2)); }
1240 size_type __n2);
1281 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1283 _M_limit(__pos, __n1), __n2, __c); }
1449 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
1454 size_type __n2);
1994 size_type __pos2, size_type __n2) cons
1215 replace(size_type __pos1, size_type __n1, const basic_string& __str, size_type __pos2, size_type __n2) argument
[all...]

Completed in 118 milliseconds