Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 25 of 2419) sorted by relevance

12345678910>>...97

/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A Dposix-test-cases.h853 REG_ICASE,
875 REG_ICASE,
985 REG_ICASE,
1007 REG_ICASE,
1161 REG_ICASE,
1315 REG_ICASE,
1403 REG_ICASE,
1447 REG_ICASE,
1513 REG_ICASE,
1931 REG_ICASE,
[all …]
H A Dtest-cases.h853 REG_ICASE,
875 REG_ICASE,
985 REG_ICASE,
1007 REG_ICASE,
1161 REG_ICASE,
1315 REG_ICASE,
1403 REG_ICASE,
1447 REG_ICASE,
1513 REG_ICASE,
1931 REG_ICASE,
[all …]
/dports/www/pound/Pound-2.8/
H A Dconfig.c485 if(regcomp(&svc->sess_start, lin, REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_sess()
491 if(regcomp(&svc->sess_start, lin, REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_sess()
496 if(regcomp(&svc->sess_start, ";", REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_sess()
768 if(regcomp(&res->verb, xhttp[0], REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_HTTP()
802 if(regcomp(&res->verb, xhttp[n], REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_HTTP()
972 if(regcomp(&res->verb, xhttp[0], REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_HTTPS()
1001 if(regcomp(&res->verb, xhttp[n], REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in parse_HTTPS()
1445 if(regcomp(&Empty, "^[ \t]*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in config_parse()
1446 || regcomp(&Comment, "^[ \t]*#.*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in config_parse()
1460 || regcomp(&End, "^[ \t]*End[ \t]*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in config_parse()
[all …]
H A Dpound.c290 …if(regcomp(&HEADER, "^([a-z0-9!#$%&'*+.^_`|~-]+):[ \t]*(.*)[ \t]*$", REG_ICASE | REG_NEWLINE | REG… in main()
291 || regcomp(&CONN_UPGRD, "(^|[ \t,])upgrade([ \t,]|$)", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in main()
292 || regcomp(&CHUNK_HEAD, "^([0-9a-f]+).*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in main()
293 || regcomp(&RESP_SKIP, "^HTTP/1.1 100.*$", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in main()
294 …|| regcomp(&RESP_IGN, "^HTTP/1.[01] (10[1-9]|1[1-9][0-9]|204|30[456]).*$", REG_ICASE | REG_NEWLINE… in main()
295 || regcomp(&LOCATION, "(http|https)://([^/]+)(.*)", REG_ICASE | REG_NEWLINE | REG_EXTENDED) in main()
296 …|| regcomp(&AUTHORIZATION, "Authorization:[ \t]*Basic[ \t]*\"?([^ \t]*)\"?[ \t]*", REG_ICASE | REG… in main()
/dports/www/squid/squid-4.15/src/acl/
H A DRegexData.cc68 if ((i.flags&REG_ICASE) != 0) { in dump()
153 if (flags & REG_ICASE) { in compileOptimisedREs()
160 flags |= REG_ICASE; in compileOptimisedREs()
164 if ((flags & REG_ICASE) == 0) { in compileOptimisedREs()
171 flags &= ~REG_ICASE; in compileOptimisedREs()
221 flags |= REG_ICASE; in compileUnoptimisedREs()
223 flags &= ~REG_ICASE; in compileUnoptimisedREs()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/maint/
H A Dslurm_nodelist_parse.c79 REG_EXTENDED | REG_ICASE); in list_to_nodes()
83 "([[,]|^)([a-z]+[0-9]+-[a-z]+[0-9]+|[a-z]+[0-9]+)([],]|$)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
86 regcomp(&rmatch_old, "([a-z]+)([0-9]+)-([a-z]+)([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
89 regcomp(&ematch_old, "([a-z]+[0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
93 REG_EXTENDED | REG_ICASE); in list_to_nodes()
96 regcomp(&gmatch_new[1], "([[,]|^)([0-9]+-[0-9]+|[0-9]+)([],]|$)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
99 regcomp(&rmatch_new, "([0-9]+)-([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
102 regcomp(&ematch_new, "([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_parsename.c102 ow_regcomp(&rx_bus, "^bus\\.([[:digit:]]+)/?", REG_ICASE); in regex_init()
103 ow_regcomp(&rx_set, "^settings/?", REG_ICASE | REG_NOSUB); in regex_init()
105 ow_regcomp(&rx_str, "^structure/?", REG_ICASE | REG_NOSUB); in regex_init()
106 ow_regcomp(&rx_sys, "^system/?", REG_ICASE | REG_NOSUB); in regex_init()
108 ow_regcomp(&rx_tex, "^text/?", REG_ICASE | REG_NOSUB); in regex_init()
109 ow_regcomp(&rx_jso, "^json/?", REG_ICASE | REG_NOSUB); in regex_init()
110 ow_regcomp(&rx_unc, "^uncached/?", REG_ICASE | REG_NOSUB); in regex_init()
112 ow_regcomp(&rx_ala, "^alarm\?", REG_ICASE | REG_NOSUB); in regex_init()
117 ow_regcomp(&rx_all, "\\.all$", REG_ICASE); in regex_init()
118 ow_regcomp(&rx_byte, "\\.byte$", REG_ICASE); in regex_init()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/Unit/
H A Dtest_DoctoredBuffer.c152 idxGrep_recordPosition(licence_index, undoc, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
153 idxGrep_recordPosition(licence_index2, undoc, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
167 idxGrep_recordPositionDoctored(licence_index, buf, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
168 idxGrep_recordPositionDoctored(licence_index2, buf, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
177 idxGrep_recordPosition(licence_index, buf, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
178 idxGrep_recordPosition(licence_index2, buf, REG_ICASE | REG_EXTENDED); in test_doctorBuffer_fromFile()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dfilter.c83 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
88 fail_unless(res == REG_ICASE, "Expected REG_ICASE (%d), got %d", REG_ICASE, in START_TEST()
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dfilter.c55 filter->cflags |= REG_ICASE; in filter_init()
106 if(filter_init(&tmp, !(source->cflags & REG_ICASE)) != 0) in filter_assign()
127 filter->cflags &= ~REG_ICASE; in filter_change()
131 filter->cflags |= REG_ICASE; in filter_change()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/external/
H A Dslurm_query_node_list.c98 REG_EXTENDED | REG_ICASE); in list_to_nodes()
102 "([[,]|^)([a-z]+[0-9]+-[a-z]+[0-9]+|[a-z]+[0-9]+)([],]|$)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
105 regcomp(&rmatch_old, "([a-z]+)([0-9]+)-([a-z]+)([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
108 regcomp(&ematch_old, "([a-z]+[0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
112 REG_EXTENDED | REG_ICASE); in list_to_nodes()
115 regcomp(&gmatch_new[1], "([[,]|^)([0-9]+-[0-9]+|[0-9]+)([],]|$)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
118 regcomp(&rmatch_new, "([0-9]+)-([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
121 regcomp(&ematch_new, "([0-9]+)", REG_EXTENDED | REG_ICASE); in list_to_nodes()
/dports/mail/neomutt/neomutt-20211029/
H A Dalternates.c103 if (mutt_regexlist_add(&Alternates, buf->data, REG_ICASE, err) != 0) in parse_alternates()
106 if (mutt_grouplist_add_regex(&gl, buf->data, REG_ICASE, err) != 0) in parse_alternates()
134 (mutt_regexlist_add(&UnAlternates, buf->data, REG_ICASE, err) != 0)) in parse_unalternates()
/dports/mail/filtermail/filtermail-0.8.6/src/
H A Dfilter.hh29 #define CASE_DEFAULT REG_ICASE
31 #define CASE_INSENSITIVE REG_ICASE
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A DdoctorBuffer_utils.c136 while (idxGrep(_UTIL_BOL_MAGIC, cp, REG_ICASE | REG_NEWLINE | REG_EXTENDED)) in removeLineComments()
441 for (cp = buf; idxGrep(_UTIL_HYPHEN, cp, REG_ICASE); /*nada*/) in dehyphen()
492 for (cp = buf; idxGrep(_UTIL_LATEX, cp, REG_ICASE); /*nada*/) in removePunctuation()
520 for (cp = buf; idxGrep(_UTIL_PRINT, cp, REG_ICASE); /*nada*/) in ignoreFunctionCalls()
788 while (idxGrep(_UTIL_BOL_MAGIC, cp, REG_ICASE|REG_NEWLINE|REG_EXTENDED)) { in doctorBuffer_old()
1002 for (cp = buf; idxGrep(_UTIL_HYPHEN, cp, REG_ICASE); /*nada*/) { in doctorBuffer_old()
1036 for (cp = buf; idxGrep(_UTIL_LATEX, cp, REG_ICASE); /*nada*/) { in doctorBuffer_old()
1052 for (cp = buf; idxGrep(_UTIL_PRINT, cp, REG_ICASE); /*nada*/) { in doctorBuffer_old()
/dports/textproc/p5-POSIX-Regex/POSIX-Regex-1.0003/
H A Dconst-c.inc40 my @names = (qw(REG_EXTENDED REG_ICASE REG_NEWLINE REG_NOTBOL REG_NOTEOL));
53 if (memEQ(name, "REG_ICASE", 9)) {
54 #ifdef REG_ICASE
55 *iv_return = REG_ICASE;
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DRegExp.cpp97 if (regcomp(&reg, searchstring.c_str(), REG_ICASE | REG_EXTENDED | REG_DOTALL) != 0) {
99 if (regcomp(&reg, searchstring.c_str(), REG_ICASE | REG_EXTENDED) != 0) {
130 if (regcomp(&reg, exp, REG_ICASE | REG_EXTENDED | REG_DOTALL) != 0) { // compile regex
135 if (regcomp(&reg, exp, REG_ICASE | REG_EXTENDED) != 0) {
/dports/misc/sword/sword-1.8.1/src/modules/
H A Dswmodule.cpp44 #ifndef REG_ICASE
45 #define REG_ICASE std::regex::icase macro
49 #ifndef REG_ICASE
50 #define REG_ICASE UREGEX_CASE_INSENSITIVE macro
595 if ((flags & REG_ICASE) == REG_ICASE) toupperstr(term);
610 if ((flags & REG_ICASE) == REG_ICASE) {
708 if ((flags & REG_ICASE) == REG_ICASE) toupperstr(textBuf);
726 if ((flags & REG_ICASE) == REG_ICASE) toupperstr(textBuf);
800 …bool found = !(((flags & REG_ICASE) == REG_ICASE) ? sword::stricmp(i3Start->second.c_str(), words[…
804 …sres = ((flags & REG_ICASE) == REG_ICASE) ? stristr(i3Start->second.c_str(), words[3]) : strstr(i3…

12345678910>>...97