Searched refs:eopts (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/grep/ |
H A D | grep.c | 314 char **aargv, **eargv, *eopts; local 349 eopts = getenv("GREP_OPTIONS"); 353 if (eopts != NULL && eopts[0] != '\0') { 357 for (unsigned int j = 0; j < strlen(eopts); j++) 358 if (eopts[j] == ' ') 365 while ((str = strsep(&eopts, " ")) != NULL)
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | 46 int eopts = 0; variable 81 eopts = options('e', optarg); in main() 122 if (eopts®_STARTEND) { in main() 126 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); in main() 340 int o = (type == 'c') ? copts : eopts; in options()
|
/freebsd/lib/libc/regex/grot/ |
H A D | main.c | 19 int eopts = 0; variable 50 eopts = options('e', optarg); in main() 91 if ((eopts & REG_STARTEND) != 0) { in main() 95 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); in main() 308 int o = (type == 'c') ? copts : eopts; in options()
|