Home
last modified time | relevance | path

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

/mirbsd/src/lib/libutil/
Dpwd_check.c70 REG_EXTENDED|REG_NOSUB|REG_ICASE,
75 REG_EXTENDED|REG_NOSUB|REG_ICASE,
80 REG_EXTENDED|REG_NOSUB|REG_ICASE,
/mirbsd/src/gnu/usr.bin/binutils/include/
Dxregex2.h261 #define REG_ICASE (REG_EXTENDED << 1) macro
266 #define REG_NEWLINE (REG_ICASE << 1)
/mirbsd/src/include/
Dregex.h76 #define REG_ICASE 0002 macro
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_expr_parse.y164 REG_EXTENDED|REG_NOSUB|REG_ICASE)) == NULL) {
/mirbsd/src/usr.bin/grep/
Dgrep.c378 cflags |= REG_ICASE; in main()
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h322 #define REG_ICASE (1 << 1) macro
Dregcomp.c454 syntax |= (cflags & REG_ICASE) ? REG_IGNORE_CASE : 0; in regcomp()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_setenvif.c260 | (icase ? REG_ICASE : 0))); in add_setenvif_core()
Dmod_rewrite.c641 rc = ((regexp = ap_pregcomp(cmd->pool, cp, REG_EXTENDED|REG_ICASE)) in cmd_rewritecond()
781 mode |= REG_ICASE; in cmd_rewriterule()
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-cmds.c979 if (regcomp(&pattern,searchstr,REG_ICASE) == 0) in apropos_command()
989 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512); in apropos_command()
/mirbsd/src/usr.bin/vi/ex/
Dex_subst.c909 reflags |= REG_ICASE;
915 reflags |= REG_ICASE;
/mirbsd/src/gnu/usr.bin/cvs/src/
Dls.c348 re_set_syntax (REG_ICASE|RE_SYNTAX_EGREP); in ls_fileproc()
/mirbsd/src/lib/libc/regex/test/
Dmain.c347 o |= REG_ICASE; in options()
Dtests26 # i REG_ICASE
/mirbsd/src/lib/libc/regex/
Dregcomp.c666 if (p->g->cflags&REG_ICASE) { in p_bracket()
904 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmap.c6870 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
6889 pflags &= ~REG_ICASE;