OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_sep
(Results
1 - 4
of
4
) sorted by null
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c
233
if (ln.len > 0 && ln.dat[ln.len - 1] ==
line_sep
)
262
printf("%u%c", c,
line_sep
);
265
printf("%s%c", fn,
line_sep
);
267
printf("%s%c", fn,
line_sep
);
493
putchar(
line_sep
);
497
putchar(
line_sep
);
file.c
160
if ((p = memchr(bufpos,
line_sep
, bufrem)) != NULL) {
182
if ((p = memchr(bufpos,
line_sep
, bufrem)) == NULL)
grep.h
121
extern unsigned char
line_sep
;
grep.c
119
unsigned char
line_sep
= '\n'; /* 0 for --null-data */
variable
567
line_sep
= '\0';
Completed in 259 milliseconds