HomeSort by: relevance | last modified time | path
    Searched defs:copts (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/regex/
main.c 45 int copts = REG_EXTENDED; variable in typeref:typename:int
88 copts = options('c', optarg);
118 err = regcomp(&re, argv[optind++], copts);
143 if (!(copts&REG_NOSUB)) {
354 int o = (type == 'c') ? copts : eopts;
main.c 45 int copts = REG_EXTENDED; variable in typeref:typename:int
88 copts = options('c', optarg);
118 err = regcomp(&re, argv[optind++], copts);
143 if (!(copts&REG_NOSUB)) {
354 int o = (type == 'c') ? copts : eopts;

Completed in 23 milliseconds