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

/haiku-buildtools/legacy/gcc/libio/
H A Dstdiostream.cc132 streamsize stdiobuf::xsputn(const char* s, streamsize n) function in class:stdiobuf
137 return streambuf::xsputn(s, n);
H A Dbuiltinbuf.cc39 streamsize builtinbuf::xsputn(const char* buf, streamsize n) function in class:builtinbuf
H A Dbuiltinbuf.h44 virtual streamsize xsputn(const char *, streamsize);
H A Dindstream.h65 virtual streamsize xsputn(const char* s, streamsize n);
H A Dstdiostream.h53 streamsize xsputn(const char* s, streamsize n);
H A Dstreambuf.cc68 streamsize streambuf::xsputn(register const char* s, streamsize n) function in class:streambuf
143 { return ((streambuf*)fp)->xsputn((const char*)s, n); }
193 JUMP_INIT(xsputn, _IO_sb_xsputn),
H A Dindstream.cc47 streamsize indirectbuf::xsputn(const char* s, streamsize n) function in class:indirectbuf
H A Dfilebuf.cc211 streamsize filebuf::xsputn(const char *s, streamsize n) function in class:filebuf
H A Diopopen.c236 JUMP_INIT(xsputn, _IO_file_xsputn),
H A Dstreambuf.h356 virtual streamsize xsputn(const char* s, streamsize n);
388 streamsize sputn(const char* s, streamsize n) { return xsputn(s, n); }
448 streamsize xsputn(const char* s, streamsize n);
H A Dstrops.c291 JUMP_INIT(xsputn, _IO_default_xsputn),
H A Dfileops.c799 JUMP_INIT(xsputn, _IO_file_xsputn),
H A Diovfprintf.c108 JUMP_INIT(xsputn, _IO_default_xsputn),
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h108 xsputn(const char* __s, streamsize __n);
H A Dbasic_file_stdio.cc298 __basic_file<char>::xsputn(const char* __s, streamsize __n) function in class:__basic_file
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h187 xsputn(const char_type* __s, std::streamsize __n);
251 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) function in class:stdio_sync_filebuf
294 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s, function in class:stdio_sync_filebuf
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvsnprintf.c86 JUMP_INIT(xsputn, _IO_default_xsputn),
H A Dobprintf.c101 JUMP_INIT(xsputn, _IO_obstack_xsputn),
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_conv.h400 xsputn(const typename _Wide_streambuf::char_type* __s, streamsize __n) function in class:wbuffer_convert

Completed in 209 milliseconds