Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/ifparse/
H A Difparse.c110 char *parsebuf = NULL; variable
252 if ((parsebuf = realloc(parsebuf, newdumplen)) == NULL) { in parse_append_buf()
258 (void) memcpy(parsebuf + parsedumplen, item, itemlen); in parse_append_buf()
279 if (parsebuf[parsedumplen] == ' ') in parse_dump_buf()
283 (void) putchar(parsebuf[i]); in parse_dump_buf()
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c162 static void parsebuf(char *);
482 else parsebuf(buf); in drawpath()
496 parsebuf(char *buf) in parsebuf() function