Searched refs:eol (Results 1 - 4 of 4) 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/upstream-netbsd/usr.bin/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.h108 bool eol; member in struct:__anon246
/system/core/init/
H A Dproperty_service.c366 char *key, *value, *eol, *sol, *tmp, *fn; local
374 while ((eol = strchr(sol, '\n'))) {
376 *eol++ = 0;
377 sol = eol;
382 tmp = eol - 2;

Completed in 155 milliseconds