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

/haiku/src/libs/stdc++/legacy/
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 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
/haiku/headers/cpp/
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.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);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c88 JUMP_INIT(xsputn, INTUSE(_IO_default_xsputn)),
H A Dvswprintf.c86 JUMP_INIT(xsputn, INTUSE(_IO_wdefault_xsputn)),
H A Diofopncook.c104 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)),
223 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)),
H A Diopopen.c252 JUMP_INIT(xsputn, _IO_new_file_xsputn),
275 JUMP_INIT(xsputn, _IO_new_file_xsputn),
H A Dmemstream.c47 JUMP_INIT (xsputn, INTUSE(_IO_default_xsputn)),
71 JUMP_INIT (xsputn, (_IO_xsputn_t) INTUSE(_IO_wdefault_xsputn)),
H A Dstrops.c318 JUMP_INIT(xsputn, INTUSE(_IO_default_xsputn)),
H A Dwstrops.c319 JUMP_INIT(xsputn, INTUSE(_IO_wdefault_xsputn)),
H A Dwfileops.c870 JUMP_INIT(xsputn, INTUSE(_IO_wfile_xsputn)),
897 JUMP_INIT(xsputn, INTUSE(_IO_wfile_xsputn)),
921 JUMP_INIT(xsputn, INTUSE(_IO_wfile_xsputn)),
H A Dfileops.c1579 JUMP_INIT(xsputn, INTUSE(_IO_file_xsputn)),
1605 JUMP_INIT(xsputn, _IO_new_file_xsputn),
1629 JUMP_INIT(xsputn, _IO_new_file_xsputn),
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2090 JUMP_INIT (xsputn, INTUSE(_IO_wdefault_xsputn)),
2112 JUMP_INIT (xsputn, INTUSE(_IO_default_xsputn)),

Completed in 124 milliseconds