Searched refs:eol (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/grep/
H A Dfastgrep.c65 fg->eol = false;
93 fg->eol = false;
99 fg->eol = true;
155 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
224 if (fg->bol || fg->eol) {
229 j = fg->eol ? len - fg->len : 0;
230 if (!((fg->bol && fg->eol) && (len != fg->len)))
H A Dgrep.h112 bool eol; member in struct:__anon481
/system/core/init/
H A Dproperty_service.c492 char *key, *value, *eol, *sol, *tmp; local
495 while((eol = strchr(sol, '\n'))) {
497 *eol++ = 0;
498 sol = eol;
510 tmp = eol - 2;
/system/core/fs_mgr/
H A Dfs_mgr.c180 int eol = 0; local
198 eol = 1;
212 } else if (eol) {

Completed in 59 milliseconds