Searched refs:copts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c45 int copts = REG_EXTENDED; variable
78 copts = options('c', optarg);
108 err = regcomp(&re, argv[optind++], copts);
133 if (!(copts&REG_NOSUB)) {
340 int o = (type == 'c') ? copts : eopts;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c21 int copts = REG_EXTENDED; variable
50 copts = options('c', optarg);
80 err = regcomp(&re, argv[optind++], copts);
105 if ((copts & REG_NOSUB) == 0) {
311 int o = (type == 'c') ? copts : eopts;

Completed in 111 milliseconds