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

/system/core/libutils/
H A DTokenizer.cpp120 const char* eol = mCurrent; local
121 while (eol != end) {
122 char ch = *eol;
126 eol += 1;
128 return String8(mCurrent, eol - mCurrent);
/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:__anon251
/system/core/init/
H A Dproperty_service.c442 char *key, *value, *eol, *sol, *tmp; local
445 while((eol = strchr(sol, '\n'))) {
447 *eol++ = 0;
448 sol = eol;
460 tmp = eol - 2;
/system/core/fs_mgr/
H A Dfs_mgr.c250 int eol = 0; local
268 eol = 1;
282 } else if (eol) {

Completed in 6889 milliseconds