Home
last modified time | relevance | path

Searched refs:sputn (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DFixed2CodingSystem.cxx105 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 DUnicodeCodingSystem.cxx178 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 DIdentityCodingSystem.cxx82 sb->sputn((const char *)s, n); in output()
H A DOutputByteStream.cxx135 void OutputByteStream::sputn(const char *s, size_t n) in sputn() function in SP_NAMESPACE::OutputByteStream
H A DWin32CodingSystem.cxx192 sb->sputn(buf_, nBytes); in output()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DOutputByteStream.h21 void sputn(const char *, size_t);
95 sputn(s.data(), s.size());