Searched refs:parsebuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/ifparse/
H A Difparse.c110 char *parsebuf = NULL; variable
252 if ((parsebuf = realloc(parsebuf, newdumplen)) == NULL) {
258 (void) memcpy(parsebuf + parsedumplen, item, itemlen);
279 if (parsebuf[parsedumplen] == ' ')
283 (void) putchar(parsebuf[i]);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c162 static void parsebuf(char *);
427 * available in parsebuf(), so if we get here we add *colorfile to the output
465 * parsebuf() to figure out what goes in the output file. It's a feeble attempt
467 * comments in parsebuf() describe what's handled.
482 else parsebuf(buf);
496 parsebuf(char *buf) function
592 } /* End of parsebuf */

Completed in 78 milliseconds