Home
last modified time | relevance | path

Searched refs:outdelim (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/posix/
Dgrep.c69 outdelim = '\n' * !(toys.optflags&FLAG_Z); local
150 printf("%s%c", name, outdelim);
165 if (!(toys.optflags & FLAG_o)) xprintf("%s%c", line, outdelim);
168 start + matches[which].rm_so, outdelim);
185 xprintf("%d%c", mcount, outdelim);