HomeSort by: relevance | last modified time | path
    Searched defs:writeNbytes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 476 * writeNbytes - Write n bytes to stdout.
479 static void writeNbytes(const char *s, int l)
499 writeNbytes(s, strlen(s));
651 writeNbytes((*t)->buffer + (*i), j - (*i));
661 writeNbytes((*t)->buffer + (*i), j - (*i));

Completed in 26 milliseconds