Searched refs:linep (Results 1 – 1 of 1) sorted by relevance
325 char *linep = line; in testXDump() local329 if (linep != line) { in testXDump()332 linep = line; in testXDump()333 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()336 linep += rv; in testXDump()343 assert((ALEN(line) - 4) >= (linep - line)); in testXDump()344 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()346 linep += rv; in testXDump()349 if (linep != line) { in testXDump()