Home
last modified time | relevance | path

Searched refs:eopts (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/grep/
Dgrep.c319 char **aargv, **eargv, *eopts; in grep_main() local
365 eopts = getenv("GREP_OPTIONS"); in grep_main()
369 if (eopts != NULL) { in grep_main()
373 for (j = 0; j < strlen(eopts); j++) in grep_main()
374 if (eopts[j] == ' ') in grep_main()
381 while ((str = strsep(&eopts, " ")) != NULL) in grep_main()