Searched refs:icase (Results 1 – 13 of 13) sorted by relevance
| /freebsd/lib/libc/regex/ |
| H A D | regex2.h | 125 int icase; member 138 if (cs->icase) { in CHIN1() 162 else if (cs->icase) in CHIN()
|
| H A D | regcomp.c | 1043 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 D | cd9660read.c | 176 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 D | cd9660.c | 245 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 D | multibyte.sh | 30 atf_test_case icase 91 atf_add_test_case icase
|
| /freebsd/usr.bin/sed/ |
| H A D | compile.c | 339 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 D | defs.h | 63 int icase; /* True if I flag */ member
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | regex.cpp | 60 flags |= std::regex::icase; in k5_regcomp()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | util.c | 1741 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 D | regex | 27 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 D | regex | 27 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 D | StdSymbolMap.inc | 3930 SYMBOL(icase, std::regex_constants::, <regex>)
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 11619 flags |= std::regex::icase; in match()
|