Searched refs:parsebuf (Results 1 – 2 of 2) sorted by relevance
110 char *parsebuf = NULL; variable252 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()
160 static void parsebuf(char *);480 else parsebuf(buf); in drawpath()494 parsebuf(char *buf) in parsebuf() function