Searched refs:linep (Results 1 – 1 of 1) sorted by relevance
327 char *linep = line; in testXDump() local331 if (linep != line) { in testXDump()334 linep = line; in testXDump()335 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()338 linep += rv; in testXDump()345 assert((ALEN(line) - 4) >= (linep - line)); in testXDump()346 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()348 linep += rv; in testXDump()351 if (linep != line) { in testXDump()