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

/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp68 return sputc(c);
/haiku/src/libs/stdc++/legacy/
H A Dindstream.cc62 return put_stream()->sputc(c);
H A Diostream.cc453 if (sbuf->sputc(ch) == EOF) {
471 if (_strbuf->sputc(c) == EOF) {
486 if (sb->sputc(c) == EOF) {
580 if (sbuf->sputc(ch) < 0)
776 for (i = padding; --i >= 0; ) sbuf->sputc(fill_char);
778 sbuf->sputc(sign);
780 for (i = padding; --i >= 0; ) sbuf->sputc(fill_char);
784 for (i = fpprec; --i >= 0; ) sbuf->sputc('0');
787 for (i = padding; --i >= 0; ) sbuf->sputc(fill_char);
H A Dstream.cc48 stream.sputc(0);
H A Deditbuf.cc714 dst_file.sputc(ch);
/haiku/headers/cpp/
H A Dsstream115 sputc(c);
H A Diostream.h58 ostream& put(char c) { _strbuf->sputc(c); return *this; }
H A Dstreambuf.h395 int sputc(int c) { return _IO_putc(c, this); } function in struct:streambuf

Completed in 52 milliseconds