Searched refs:sputn (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | Fixed2CodingSystem.cxx | 105 sb->sputn((char *)s, n*2); in output() 116 sb->sputn((char *)s, n*2); in output() 123 sb->sputn((char *)s, n*2); in output() 132 sb->sputn(buf_, n*2); in output()
|
| H A D | UnicodeCodingSystem.cxx | 178 sb->sputn((char *)&n, 2); in startFile() 184 sb->sputn((char *)s, n*2); in output() 191 sb->sputn((char *)s, n*2); in output() 197 sb->sputn((char *)s, n*2); in output() 203 sb->sputn((char *)buf_, n*2); in output()
|
| H A D | IdentityCodingSystem.cxx | 82 sb->sputn((const char *)s, n); in output()
|
| H A D | OutputByteStream.cxx | 135 void OutputByteStream::sputn(const char *s, size_t n) in sputn() function in SP_NAMESPACE::OutputByteStream
|
| H A D | Win32CodingSystem.cxx | 192 sb->sputn(buf_, nBytes); in output()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | OutputByteStream.h | 21 void sputn(const char *, size_t); 95 sputn(s.data(), s.size());
|