HomeSort by relevance Sort by last modified time
    Searched refs:parsebuf (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/ifparse/
ifparse.c 109 /* Parsebuf, pointer to the buffer. */
110 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]);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
draw.c 162 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 180 milliseconds