Searched refs:linep (Results 1 – 1 of 1) sorted by relevance
326 char *linep = line; in testXDump() local330 if (linep != line) { in testXDump()333 linep = line; in testXDump()334 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()337 linep += rv; in testXDump()344 assert((ALEN(line) - 4) >= (linep - line)); in testXDump()345 rv = snprintf(linep, ALEN(line) - (linep - line), in testXDump()347 linep += rv; in testXDump()350 if (linep != line) { in testXDump()