OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eopts
(Results
1 - 2
of
2
) sorted by relevancy
/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
;
/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)
Completed in 110 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025