/src/tests/lib/libc/regex/ |
main.c | 46 int eopts = 0; variable in typeref:typename:int 91 eopts = options('e', optarg); 132 if (eopts®_STARTEND) { 136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 354 int o = (type == 'c') ? copts : eopts;
|
main.c | 46 int eopts = 0; variable in typeref:typename:int 91 eopts = options('e', optarg); 132 if (eopts®_STARTEND) { 136 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); 354 int o = (type == 'c') ? copts : eopts;
|
/src/usr.bin/grep/ |
grep.c | 320 char **aargv, **eargv, *eopts; local in function:main 368 eopts = getenv("GREP_OPTIONS"); 372 if (eopts != NULL) { 376 for (j = 0; j < strlen(eopts); j++) 377 if (eopts[j] == ' ') 384 while ((str = strsep(&eopts, " ")) != NULL)
|
grep.c | 320 char **aargv, **eargv, *eopts; local in function:main 368 eopts = getenv("GREP_OPTIONS"); 372 if (eopts != NULL) { 376 for (j = 0; j < strlen(eopts); j++) 377 if (eopts[j] == ' ') 384 while ((str = strsep(&eopts, " ")) != NULL)
|