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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c316 char **aargv, **eargv, *eopts; local
362 eopts = getenv("GREP_OPTIONS");
366 if (eopts != NULL) {
370 for (j = 0; j < strlen(eopts); j++)
371 if (eopts[j] == ' ')
378 while ((str = strsep(&eopts, " ")) != NULL)

Completed in 21 milliseconds