Home
last modified time | relevance | path

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

/freebsd/usr.bin/grep/
H A Dgrep.c314 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 Dmain.c46 int eopts = 0; variable
81 eopts = options('e', optarg); in main()
122 if (eopts&REG_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 Dmain.c19 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()