Searched refs:ScmStreamPutLine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A Dscmrw.cpp63 rc = ScmStreamPutLine(pOut, pchLine, cchLine, enmEol);
69 rc = ScmStreamPutLine(pOut, pchLine, cchLine, enmEol);
103 rc = ScmStreamPutLine(pOut, pchLine, cchLine, enmEol);
123 rc = ScmStreamPutLine(pOut, pchChunk, cchLeft, enmEol);
166 int rc = ScmStreamPutLine(pOut, pchLine, cchLine, enmEol);
296 ScmStreamPutLine(pOut, "", 0, ScmStreamGetEol(pIn));
H A Dscmstream.h122 int ScmStreamPutLine(PSCMSTREAM pStream, const char *pchLine, size_t cchLine, SCMEOL enmEol);
H A Dscmstream.cpp938 int ScmStreamPutLine(PSCMSTREAM pStream, const char *pchLine, size_t cchLine, SCMEOL enmEol) function
1231 int rc = ScmStreamPutLine(pDst, pchLine, cchLine, enmEol);

Completed in 48 milliseconds