| /dragonfly/lib/libc/tre-regex/ |
| HD | regex.h | 132 #define REG_ICASE (REG_EXTENDED << 1) macro 133 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/binutils-2.34/include/ |
| HD | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/gcc-4.7/include/ |
| HD | xregex2.h | 264 #define REG_ICASE (REG_EXTENDED << 1) macro 269 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/gdb-7/include/ |
| HD | xregex2.h | 264 #define REG_ICASE (REG_EXTENDED << 1) macro 269 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/binutils-2.27/include/ |
| HD | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/gcc-8.0/include/ |
| HD | xregex2.h | 263 #define REG_ICASE (REG_EXTENDED << 1) macro 268 #define REG_NEWLINE (REG_ICASE << 1)
|
| /dragonfly/contrib/nvi2/regex/ |
| HD | regex.h | 64 #define REG_ICASE 0002 macro
|
| HD | WHATSNEW | 26 serious bug that affected REs using many [] (including REG_ICASE REs
|
| HD | regcomp.c | 724 if (p->g->cflags®_ICASE) { in p_bracket() 963 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
|
| /dragonfly/contrib/grep/lib/ |
| HD | regex.h | 314 #define REG_ICASE (1 << 1) macro
|
| HD | exclude.c | 545 ((options & FNM_CASEFOLD) ? REG_ICASE : 0); in add_exclude()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | regex.h | 322 #define REG_ICASE (1 << 1) macro
|
| /dragonfly/tools/regression/lib/libc-regex/ |
| HD | testregex.c | 354 #ifndef REG_ICASE 435 #ifndef REG_ICASE 436 #define REG_ICASE NOTEST macro 1624 cflags |= REG_ICASE; in main()
|
| HD | README | 58 i REG_ICASE ignore case
|
| /dragonfly/sbin/udevd/ |
| HD | udevd_monitor.c | 297 … error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop()
|
| /dragonfly/contrib/less/ |
| HD | pattern.c | 48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
|
| /dragonfly/contrib/tre/lib/ |
| HD | tre-match-utils.h | 405 int icase = ((tnfa->cflags & REG_ICASE) != 0); in tre_bracket_match()
|
| HD | tre-parse.c | 1737 new_cflags |= REG_ICASE; in tre_parse() 1739 new_cflags &= ~REG_ICASE; in tre_parse() 2247 if (ctx->cflags & REG_ICASE in tre_parse()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_subst.c | 891 reflags |= REG_ICASE; in re_compile() 897 reflags |= REG_ICASE; in re_compile()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | ls.c | 348 re_set_syntax (REG_ICASE|RE_SYNTAX_EGREP); in ls_fileproc()
|
| /dragonfly/usr.bin/pkill/ |
| HD | pkill.c | 252 cflags |= REG_ICASE; in main()
|
| /dragonfly/contrib/mdocml/ |
| HD | mansearch.c | 797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
|
| /dragonfly/sbin/devd/ |
| HD | devd.cc | 280 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()
|
| /dragonfly/usr.bin/sed/ |
| HD | compile.c | 537 flags |= REG_ICASE; in compile_re()
|
| /dragonfly/contrib/gdb-7/gdb/cli/ |
| HD | cli-cmds.c | 1246 code = regcomp (&pattern, searchstr, REG_ICASE); in apropos_command()
|