Lines Matching refs:line
147 char line[MAXSTR];
151 vsnprintf(line, sizeof(line), fmt, args);
153 ALOG(LOG_ERROR, logCatTag, "%s", line);
155 ALOG(LOG_INFO, logCatTag, "%s", line);
311 * Each line of output is indented by a number of spaces that
323 char line[MAXSTR];
326 char *linep = line;
330 if (linep != line) {
331 testPrintE("%s", line);
333 linep = line;
334 rv = snprintf(linep, ALEN(line) - (linep - line),
344 assert((ALEN(line) - 4) >= (linep - line));
345 rv = snprintf(linep, ALEN(line) - (linep - line),
350 if (linep != line) {
351 testPrintE("%s", line);
355 // Set an indent of spaces for each line of hex dump output
410 // Obtain and display each line of output from the executed command