Searched refs:icase (Results 1 – 11 of 11) 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; 1608 if (cs->nranges != 0 || cs->ntypes != 0 || cs->icase != 0) 1656 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 | 244 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 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/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/ |
H A D | regex | 27 icase = unspecified, 118 bool icase = false) const; 137 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase; 842 icase = 1 << 0, 2294 static const regex_constants::syntax_option_type icase = regex_constants::icase; 2654 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::icase; 3550 char_class_type __class_type = __traits_.lookup_classname(__first, __temp, __flags_ & icase); 4082 if (flags() & icase) 4145 if (flags() & icase) 4168 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3828 SYMBOL(icase, std::regex_constants::, <regex>)
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11619 flags |= std::regex::icase; in match()
|