HomeSort by relevance Sort by last modified time
    Searched refs:line_sep (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/grep/
util.c 232 if (ln.len > 0 && ln.dat[ln.len - 1] == line_sep)
261 printf("%u%c", c, line_sep);
264 printf("%s%c", fn, line_sep);
266 printf("%s%c", fn, line_sep);
492 putchar(line_sep);
496 putchar(line_sep);
file.c 158 if ((p = memchr(bufpos, line_sep, bufrem)) != NULL) {
180 if ((p = memchr(bufpos, line_sep, bufrem)) == NULL)
grep.h 125 extern unsigned char line_sep;
grep.c 119 unsigned char line_sep = '\n'; /* 0 for --null-data */ variable
570 line_sep = '\0';

Completed in 42 milliseconds