Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c233 if (ln.len > 0 && ln.dat[ln.len - 1] == line_sep) in procfile()
262 printf("%u%c", c, line_sep); in procfile()
265 printf("%s%c", fn, line_sep); in procfile()
267 printf("%s%c", fn, line_sep); in procfile()
494 putchar(line_sep); in printline()
498 putchar(line_sep); in printline()
Dfile.c161 if ((p = memchr(bufpos, line_sep, bufrem)) != NULL) { in grep_fgetln()
185 if ((p = memchr(bufpos, line_sep, bufrem)) == NULL) in grep_fgetln()
Dgrep.h121 extern unsigned char line_sep;
Dgrep.c119 unsigned char line_sep = '\n'; /* 0 for --null-data */ variable
575 line_sep = '\0'; in main()