Home
last modified time | relevance | path

Searched refs:copts (Results 1 – 4 of 4) sorted by relevance

/src/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c45 int copts = REG_EXTENDED; variable
78 copts = options('c', optarg); in main()
108 err = regcomp(&re, argv[optind++], copts); in main()
133 if (!(copts&REG_NOSUB)) { in main()
340 int o = (type == 'c') ? copts : eopts; in options()
/src/lib/libc/regex/grot/
H A Dmain.c18 int copts = REG_EXTENDED; variable
47 copts = options('c', optarg); in main()
77 err = regcomp(&re, argv[optind++], copts); in main()
102 if ((copts & REG_NOSUB) == 0) { in main()
308 int o = (type == 'c') ? copts : eopts; in options()
/src/contrib/googletest/googletest/test/
H A DBUILD.bazel85 copts = select({
426 copts = ["-fexceptions"],
588 copts = ["-fexceptions"],
/src/contrib/googletest/
H A DBUILD.bazel111 copts = select({