Searched refs:linep (Results 1 – 1 of 1) sorted by relevance
324 char *linep = line; in testXDump() local328 if (linep != line) { in testXDump()331 linep = line; in testXDump()332 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()335 linep += rv; in testXDump()342 assert((ALEN(line) - 4) >= (linep - line)); in testXDump()343 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()345 linep += rv; in testXDump()348 if (linep != line) { in testXDump()