Searched refs:icase (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libc/regex/
H A Dregex2.h125 int icase; member in struct:__anon117
138 if (cs->icase) {
162 else if (cs->icase)
H A Dregcomp.c1043 cs->icase = 1;
1178 cs->icase = 1;
1608 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0)
1656 if (cs->icase) {
/freebsd-current/usr.bin/sed/
H A Ddefs.h63 int icase; /* True if I flag */ member in struct:s_subst
H A Dcompile.c339 cmd->u.s->re = compile_re(re, cmd->u.s->icase);
686 s->icase = 0;
706 s->icase = 1;
901 int icase; local
903 icase = 0;
916 icase = 1;
922 a->u.r = compile_re(re, icase);
/freebsd-current/stand/libsa/
H A Dcd9660read.c176 int i, icase; local
185 icase = 1;
187 icase = 0;
193 if (!icase && toupper(*path) == *cp)
H A Dcd9660.c244 int i, icase; local
253 icase = 1;
255 icase = 0;
272 if (!icase && toupper(*path) == *cp)
/freebsd-current/lib/libc/tests/regex/
H A Dmultibyte.sh30 atf_test_case icase
91 atf_add_test_case icase
/freebsd-current/contrib/sendmail/src/
H A Dutil.c1730 ** icase -- ignore case?
1741 strcontainedin(icase, a, b)
1742 bool icase;
1753 if (icase && isascii(c) && isupper(c))
1757 if (icase)
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp11619 flags |= std::regex::icase;

Completed in 134 milliseconds