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.c320 char **aargv, **eargv, *eopts; in main() local
368 eopts = getenv("GREP_OPTIONS"); in main()
372 if (eopts != NULL) { in main()
376 for (j = 0; j < strlen(eopts); j++) in main()
377 if (eopts[j] == ' ') in main()
384 while ((str = strsep(&eopts, " ")) != NULL) in main()