Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/ifparse/
H A Difparse.c116 unsigned parsedumplen = 0; variable
248 newdumplen = parsedumplen + itemlen; in parse_append_buf()
258 (void) memcpy(parsebuf + parsedumplen, item, itemlen); in parse_append_buf()
260 parsedumplen = newdumplen; in parse_append_buf()
276 (parsemode & parsetype) != 0 && parsedumplen != 0) { in parse_dump_buf()
279 if (parsebuf[parsedumplen] == ' ') in parse_dump_buf()
280 parsedumplen--; in parse_dump_buf()
282 for (i = 0; i < parsedumplen; i++) in parse_dump_buf()
288 parsedumplen = 0; in parse_dump_buf()