parsebuf
char *parsebuf = NULL;
if ((parsebuf = realloc(parsebuf, newdumplen)) == NULL) {
(void) memcpy(parsebuf + parsedumplen, item, itemlen);
if (parsebuf[parsedumplen] == ' ')
(void) putchar(parsebuf[i]);
static void parsebuf(char *);
else parsebuf(buf);