Home
last modified time | relevance | path

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

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