| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | tre-match-utils.h | 159 && !(tnfa->cflags & REG_ICASE) \ 162 && (tnfa->cflags & REG_ICASE) \ 167 tnfa->cflags & REG_ICASE)))
|
| H A D | tre.h | 107 #define REG_ICASE (REG_EXTENDED << 1) in __weak_alias() 108 #define REG_NEWLINE (REG_ICASE << 1) in __weak_alias()
|
| H A D | tre-parse.c | 138 || ((cflags & REG_ICASE) in tre_expand_ctype() 391 if (ctx->cflags & REG_ICASE && !class && status == REG_OK && !skip) in tre_parse_bracket_items() 1234 new_cflags |= REG_ICASE; in tre_parse() 1236 new_cflags &= ~REG_ICASE; in tre_parse() 1671 if (ctx->cflags & REG_ICASE in tre_parse()
|
| /netbsd-src/external/bsd/tre/dist/tests/ |
| H A D | retest.c | 891 test_comp("(Ab|cD)*", REG_EXTENDED | REG_ICASE, 0); in main() 1024 test_comp("[[:lower:]]+", REG_EXTENDED | REG_ICASE, 0); in main() 1038 test_comp("[[:upper:]]+", REG_EXTENDED | REG_ICASE, 0); in main() 1074 test_comp("[a-c]*", REG_ICASE | REG_EXTENDED, 0); in main() 1076 test_comp("[^a-c]*", REG_ICASE | REG_EXTENDED, 0); in main() 1078 test_comp("[A-C]*", REG_ICASE | REG_EXTENDED, 0); in main() 1080 test_comp("[^A-C]*", REG_ICASE | REG_EXTENDED, 0); in main() 1086 test_comp("[[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDED, 0); in main() 1090 test_comp("[^[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDED, 0); in main() 1092 test_comp("[^[:digit:]#$%[:xdigit:]]+", REG_ICASE | REG_EXTENDED, 0); in main() [all …]
|
| H A D | randtest.c | 63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB); in main()
|
| /netbsd-src/external/bsd/tre/dist/include/tre/ |
| H A D | tre.h | 99 #define REG_ICASE (REG_EXTENDED << 1) 100 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | regex.h | 267 #define REG_ICASE (REG_EXTENDED << 1) macro 272 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl2/grep/dist/lib/posix/ |
| H A D | regex.h | 264 #define REG_ICASE (REG_EXTENDED << 1) macro 269 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/posix/ |
| H A D | regex.h | 260 #define REG_ICASE (REG_EXTENDED << 1) macro 265 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regex_impl.h | 58 #define REG_ICASE 0002 macro
|
| H A D | Regex.cpp | 34 flags |= REG_ICASE; in Regex()
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regex.h | 68 #define REG_ICASE 0002 macro
|
| /netbsd-src/include/ |
| H A D | regex.h | 99 #define REG_ICASE 0002 98 #define REG_ICASE global() macro
|
| /netbsd-src/tests/lib/libc/regex/ |
| H A D | README | 23 i REG_ICASE
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_subst.c | 906 reflags |= REG_ICASE; in re_compile() 913 reflags |= REG_ICASE; in re_compile() 922 reflags |= REG_ICASE; in re_compile()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_regexp.c | 424 pat->options = REG_EXTENDED | REG_ICASE; in dict_regexp_get_pat() 428 pat->options ^= REG_ICASE; in dict_regexp_get_pat()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/librewrite/ |
| H A D | rewrite-int.h | 231 #define REWRITE_REGEX_ICASE REG_ICASE
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| H A D | gssacl.c | 297 rc = regcomp( &re, newbuf, REG_EXTENDED|REG_ICASE ); in regex_matches()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex.h | 322 #define REG_ICASE (1 << 1) macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| H A D | config.c | 222 if ( !regcomp( &si->si_dnpat, c->argv[1], REG_EXTENDED|REG_ICASE|REG_NOSUB )) { in bs_cf_gen()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | pattern.c | 50 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
|