HomeSort by: relevance | last modified time | path
    Searched defs:eopts (Results 1 - 4 of 4) 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&REG_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&REG_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)

Completed in 26 milliseconds