Searched refs:linep (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/lib/testUtil/
H A DtestUtil.c326 char *linep = line; local
330 if (linep != line) {
333 linep = line;
334 rv = snprintf(linep, ALEN(line) - (linep - line),
337 linep += rv;
344 assert((ALEN(line) - 4) >= (linep - line));
345 rv = snprintf(linep, ALEN(line) - (linep - line),
347 linep
[all...]

Completed in 662 milliseconds