| /freebsd-12.1/contrib/gdb/include/ |
| H A D | xregex2.h | 261 #define REG_ICASE (REG_EXTENDED << 1) macro 266 #define REG_NEWLINE (REG_ICASE << 1)
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | xregex2.h | 264 #define REG_ICASE (REG_EXTENDED << 1) macro 269 #define REG_NEWLINE (REG_ICASE << 1)
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | xregex2.h | 264 #define REG_ICASE (REG_EXTENDED << 1) macro 269 #define REG_NEWLINE (REG_ICASE << 1)
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.h | 278 #define REG_ICASE (REG_EXTENDED << 1) macro 283 #define REG_NEWLINE (REG_ICASE << 1)
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | regex.h | 64 #define REG_ICASE 0002 macro
|
| H A D | WHATSNEW | 26 serious bug that affected REs using many [] (including REG_ICASE REs
|
| H A D | regcomp.c | 724 if (p->g->cflags®_ICASE) { in p_bracket() 963 if ((p->g->cflags®_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
|
| /freebsd-12.1/contrib/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()
|
| H A D | regcomp.c | 835 if (p->g->cflags®_ICASE) { in p_bracket() 1073 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
|
| /freebsd-12.1/include/ |
| H A D | regex.h | 68 #define REG_ICASE 0002 macro
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | README | 23 i REG_ICASE
|
| H A D | t_regex_att.c | 323 flags |= REG_ICASE; in getflags()
|
| H A D | main.c | 350 o |= REG_ICASE; in options()
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-cmds.c | 972 if (regcomp(&pattern,searchstr,REG_ICASE) == 0) in apropos_command() 980 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512); in apropos_command()
|
| /freebsd-12.1/usr.sbin/iovctl/ |
| H A D | parse.c | 269 REG_EXTENDED | REG_ICASE); in parse_config_file()
|
| /freebsd-12.1/contrib/nvi/ex/ |
| H A D | ex_subst.c | 898 reflags |= REG_ICASE; in re_compile() 904 reflags |= REG_ICASE; in re_compile()
|
| /freebsd-12.1/lib/libc/regex/grot/ |
| H A D | main.c | 321 o |= REG_ICASE; in options()
|
| /freebsd-12.1/usr.bin/grep/ |
| H A D | grep.c | 510 cflags |= REG_ICASE;
|
| H A D | util.c | 405 if (cflags & REG_ICASE) in litexec()
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | WHATSNEW | 26 serious bug that affected REs using many [] (including REG_ICASE REs
|
| H A D | regcomp.c | 883 if (p->g->cflags®_ICASE) in p_bracket() 1157 if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)
|
| /freebsd-12.1/bin/pkill/ |
| H A D | pkill.c | 249 cflags |= REG_ICASE; in main()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | mansearch.c | 797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
|
| /freebsd-12.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_freetds.c | 431 if (regcomp(stmt->taint[n], arg, REG_ICASE|REG_EXTENDED) != 0) { in recurse_args()
|