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

/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c120 reflags |= REG_ICASE;
132 if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT|REG_ICASE)))
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfnmatch.c42 FNM_ICASE, REG_ICASE,
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c312 int meta = ((gp->re_flags & REG_ICASE) && *ap->gl_begin != '/') ? MATCH_META : 0;
484 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE))
488 if (err = regcomp(&rei, pat, gp->re_flags|REG_ICASE))
494 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE;
514 if ((ire = gp->gl_ignore) && (gp->re_flags & REG_ICASE))
518 if (regcomp(&gp->re_ignorei, gp->gl_fignore, re_flags|REG_ICASE))
659 gp->re_flags |= REG_ICASE;
728 gp->re_flags |= REG_ICASE;
730 gp->re_flags &= ~REG_ICASE;
H A Dfastfind.c646 if (i = regcomp(&fp->decode.re, pattern, REG_SHELL|REG_AUGMENTED|(fp->decode.ignorecase?REG_ICASE:0)))
/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h47 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.h343 #define REG_ICASE (1 << 1)
341 #define REG_ICASE macro
H A Dregcomp.c467 If REG_ICASE is set, then we considers upper- and lowercase
496 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
3546 /* In case of REG_ICASE "upper" and "lower" match the both of
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h29 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregex.h29 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h29 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h29 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c159 e->map = (e->flags & REG_ICASE) ? env->MAP : env->map;
1473 if (ic = env->flags & REG_ICASE)
1722 if (env->flags & REG_ICASE)
2134 env->flags |= REG_ICASE;
2136 env->flags &= ~REG_ICASE;
2589 *s++ = (env->flags & REG_ICASE) ? toupper(c) : c;
2591 else if (c == C_ESC || (env->flags & REG_ICASE))
2594 if (env->flags & REG_ICASE)
2642 f->re.onechar = (env->flags & REG_ICASE) ? toupper(x) : x;
2939 if (a->flags & REG_ICASE)
[all...]
H A Dregnexec.c661 ic = (rex->flags & REG_ICASE);
1527 if (!(rex->flags & REG_ICASE))
1618 if (!(rex->flags & REG_ICASE))
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c771 state.options |= REG_ICASE;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1926 flags |= REG_ICASE;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c6859 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
6878 pflags &= ~REG_ICASE;

Completed in 75 milliseconds