Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12.1/contrib/gdb/include/
H A Dxregex2.h261 #define REG_ICASE (REG_EXTENDED << 1) macro
266 #define REG_NEWLINE (REG_ICASE << 1)
/freebsd-12.1/contrib/binutils/include/
H A Dxregex2.h264 #define REG_ICASE (REG_EXTENDED << 1) macro
269 #define REG_NEWLINE (REG_ICASE << 1)
/freebsd-12.1/contrib/gcclibs/include/
H A Dxregex2.h264 #define REG_ICASE (REG_EXTENDED << 1) macro
269 #define REG_NEWLINE (REG_ICASE << 1)
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.h278 #define REG_ICASE (REG_EXTENDED << 1) macro
283 #define REG_NEWLINE (REG_ICASE << 1)
/freebsd-12.1/contrib/nvi/regex/
H A Dregex.h64 #define REG_ICASE 0002 macro
H A DWHATSNEW26 serious bug that affected REs using many [] (including REG_ICASE REs
H A Dregcomp.c724 if (p->g->cflags&REG_ICASE) { in p_bracket()
963 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch) in ordinary()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp34 flags |= REG_ICASE; in Regex()
H A Dregcomp.c835 if (p->g->cflags&REG_ICASE) { in p_bracket()
1073 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/freebsd-12.1/include/
H A Dregex.h68 #define REG_ICASE 0002 macro
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A DREADME23 i REG_ICASE
H A Dt_regex_att.c323 flags |= REG_ICASE; in getflags()
H A Dmain.c350 o |= REG_ICASE; in options()
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-cmds.c972 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 Dparse.c269 REG_EXTENDED | REG_ICASE); in parse_config_file()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_subst.c898 reflags |= REG_ICASE; in re_compile()
904 reflags |= REG_ICASE; in re_compile()
/freebsd-12.1/lib/libc/regex/grot/
H A Dmain.c321 o |= REG_ICASE; in options()
/freebsd-12.1/usr.bin/grep/
H A Dgrep.c510 cflags |= REG_ICASE;
H A Dutil.c405 if (cflags & REG_ICASE) in litexec()
/freebsd-12.1/lib/libc/regex/
H A DWHATSNEW26 serious bug that affected REs using many [] (including REG_ICASE REs
H A Dregcomp.c883 if (p->g->cflags&REG_ICASE) in p_bracket()
1157 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd-12.1/bin/pkill/
H A Dpkill.c249 cflags |= REG_ICASE; in main()
/freebsd-12.1/contrib/mandoc/
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
/freebsd-12.1/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c431 if (regcomp(stmt->taint[n], arg, REG_ICASE|REG_EXTENDED) != 0) { in recurse_args()

12