Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/regex/
H A Dregex2.h125 int icase; member
138 if (cs->icase) { in CHIN1()
162 else if (cs->icase) in CHIN()
H A Dregcomp.c1043 cs->icase = 1; in p_bracket()
1178 cs->icase = 1;
1608 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0)
1656 if (cs->icase) {
/freebsd/stand/libsa/
H A Dcd9660read.c176 int i, icase; in dirmatch() local
185 icase = 1; in dirmatch()
187 icase = 0; in dirmatch()
193 if (!icase && toupper(*path) == *cp) in dirmatch()
H A Dcd9660.c244 int i, icase; in dirmatch() local
253 icase = 1; in dirmatch()
255 icase = 0; in dirmatch()
272 if (!icase && toupper(*path) == *cp) in dirmatch()
/freebsd/lib/libc/tests/regex/
H A Dmultibyte.sh30 atf_test_case icase
91 atf_add_test_case icase
/freebsd/usr.bin/sed/
H A Dcompile.c339 cmd->u.s->re = compile_re(re, cmd->u.s->icase); in compile_stream()
686 s->icase = 0; in compile_flags()
706 s->icase = 1; in compile_flags()
901 int icase; in compile_addr() local
903 icase = 0; in compile_addr()
916 icase = 1; in compile_addr()
922 a->u.r = compile_re(re, icase); in compile_addr()
H A Ddefs.h63 int icase; /* True if I flag */ member
/freebsd/contrib/sendmail/src/
H A Dutil.c1741 strcontainedin(icase, a, b) in strcontainedin() argument
1742 bool icase; in strcontainedin()
1753 if (icase && isascii(c) && isupper(c))
1757 if (icase)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex27 icase = unspecified,
118 bool icase = false) const;
137 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
843 icase = 1 << 0,
2296 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2656 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
3552 char_class_type __class_type = __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4084 if (flags() & icase)
4147 if (flags() & icase)
4170 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3828 SYMBOL(icase, std::regex_constants::, <regex>)
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11619 flags |= std::regex::icase; in match()