Searched refs:line_sep (Results 1 – 4 of 4) sorted by relevance
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 233 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()
|
D | file.c | 161 if ((p = memchr(bufpos, line_sep, bufrem)) != NULL) { in grep_fgetln() 185 if ((p = memchr(bufpos, line_sep, bufrem)) == NULL) in grep_fgetln()
|
D | grep.h | 121 extern unsigned char line_sep;
|
D | grep.c | 119 unsigned char line_sep = '\n'; /* 0 for --null-data */ variable 575 line_sep = '\0'; in main()
|