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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c46 int eopts = 0; variable
81 eopts = options('e', optarg);
122 if (eopts&REG_STARTEND) {
126 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
340 int o = (type == 'c') ? copts : eopts;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c22 int eopts = 0; variable
53 eopts = options('e', optarg);
94 if ((eopts & REG_STARTEND) != 0) {
98 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
311 int o = (type == 'c') ? copts : eopts;
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.c346 char **aargv, **eargv, *eopts; local
395 eopts = getenv("GREP_OPTIONS");
399 if (eopts != NULL && eopts[0] != '\0') {
403 for (unsigned int j = 0; j < strlen(eopts); j++)
404 if (eopts[j] == ' ')
411 while ((str = strsep(&eopts, " ")) != NULL)

Completed in 71 milliseconds