Home
last modified time | relevance | path

Searched refs:icase (Results 1 – 13 of 13) 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;
1609 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0)
1657 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.c245 int i, icase; in dirmatch() local
254 icase = 1; in dirmatch()
256 icase = 0; in dirmatch()
273 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/crypto/krb5/src/util/support/
H A Dregex.cpp60 flags |= std::regex::icase; in k5_regcomp()
/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/__cxx03/
H A Dregex27 icase = unspecified,
118 bool icase = false) const;
137 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
832 icase = 1 << 0,
2281 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2614 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
3510 char_class_type __class_type = __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4042 if (flags() & icase)
4105 if (flags() & icase)
4128 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
/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;
849 icase = 1 << 0,
2302 static const regex_constants::syntax_option_type icase = regex_constants::icase;
2662 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase;
3558 char_class_type __class_type = __traits_.lookup_classname(__first, __temp, __flags_ & icase);
4090 if (flags() & icase)
4153 if (flags() & icase)
4176 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3930 SYMBOL(icase, std::regex_constants::, <regex>)
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11619 flags |= std::regex::icase; in match()