Searched refs:REG_ICASE (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/sbin/devd/
H A Ddevd.cc293 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1441 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2798 re_flags |= REG_ICASE;
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c2181 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c7339 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
7358 pflags &= ~REG_ICASE;
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c458 If REG_ICASE is set, then we considers upper- and lowercase
487 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
3513 /* In case of REG_ICASE "upper" and "lower" match the both of
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c1060 if (regcomp (&re, expr, case_fold ? REG_ICASE : 0) == REG_NOERROR) {
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c7919 If REG_ICASE is set, then we considers upper- and lowercase
7945 if (cflags & REG_ICASE)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c7919 If REG_ICASE is set, then we considers upper- and lowercase
7945 if (cflags & REG_ICASE)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure24270 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 192 milliseconds

12