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

/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc114 xwrite(int __fd, const char* __s, std::streamsize __n) function in namespace:__anon2252
167 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
299 { return xwrite(this->fd(), __s, __n); }
310 __ret = xwrite(this->fd(), __s1, __n1);
313 __ret += xwrite(this->fd(), __s2, __n2);

Completed in 81 milliseconds