Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 25 of 4109) sorted by relevance

12345678910>>...165

/dports/textproc/uni2ascii/uni2ascii-4.18/
H A DSetFormat.c238 if(!regexec(&rx,fs,0,NULL,0)) {*FType = BSLU;return;} in SetFormat()
242 if(!regexec(&rx,fs,0,NULL,0)) {*FType = BSLX;return;} in SetFormat()
246 if(!regexec(&rx,fs,0,NULL,0)) {*FType = STDX;return;} in SetFormat()
250 if(!regexec(&rx,fs,0,NULL,0)) {*FType = CLSX;return;} in SetFormat()
254 if(!regexec(&rx,fs,0,NULL,0)) {*FType = RAWX;return;} in SetFormat()
262 if(!regexec(&rx,fs,0,NULL,0)) {*FType = ABUX;return;} in SetFormat()
266 if(!regexec(&rx,fs,0,NULL,0)) {*FType = JUUX;return;} in SetFormat()
270 if(!regexec(&rx,fs,0,NULL,0)) {*FType = JuUX;return;} in SetFormat()
282 if(!regexec(&rx,fs,0,NULL,0)) {*FType = XQ;return;} in SetFormat()
302 if(!regexec(&rx,fs,0,NULL,0)) {*FType = CLR;return;} in SetFormat()
[all …]
/dports/mail/mls/mls-1.3/
H A Dmls_stat.c87 if (!regexec(&r_m_ope, mail, MAX_REGMATCH, pm, 0)) { // Opera in GetMailer()
118 if (!regexec(&r_m_eud, mail, MAX_REGMATCH, pm, 0)) { // Eudora in GetMailer()
121 if (!regexec(&r_m_pos, mail, MAX_REGMATCH, pm, 0)) { // POSTIE in GetMailer()
124 if (!regexec(&r_m_pob, mail, MAX_REGMATCH, pm, 0)) { // POBOX in GetMailer()
127 if (!regexec(&r_m_kma, mail, MAX_REGMATCH, pm, 0)) { // KMail in GetMailer()
130 if (!regexec(&r_m_mut, mail, MAX_REGMATCH, pm, 0)) { // Mutt in GetMailer()
141 if (!regexec(&r_m_pin, mail, MAX_REGMATCH, pm, 0)) { // Pine in GetMailer()
151 if (!regexec(&r_m_pan, mail, MAX_REGMATCH, pm, 0)) { // Pan in GetMailer()
171 if (!regexec(&r_m_xws, mail, MAX_REGMATCH, pm, 0)) { // Xnews in GetMailer()
176 if (!regexec(&r_m_knd, mail, MAX_REGMATCH, pm, 0)) { // KNode in GetMailer()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dtest-rewb-bsd.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
H A Dtest-rewb-sysv.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dtest-rewb-sysv.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
H A Dtest-rewb-bsd.c12 if (regexec(&re, "the word is here", 0, NULL, 0)) in main()
14 if (regexec(&re, "same word", 0, NULL, 0)) in main()
16 if (regexec(&re, "word again", 0, NULL, 0)) in main()
18 if (regexec(&re, "word", 0, NULL, 0)) in main()
20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH) in main()
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH) in main()
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH) in main()
/dports/lang/yap/yap-6.2.2/library/regex/
H A DMakefile.in39 OBJS=regexp.o @NO_BUILTIN_REGEXP@ regcomp.o regexec.o regerror.o regfree.o
40 SOBJS=regexp.@SO@ @NO_BUILTIN_REGEXP@ regcomp.@SO@ regexec.@SO@ regerror.@SO@ regfree.@SO@
59 regexec.o: $(srcdir)/regexec.c
60 $(CC) -c $(CFLAGS) $(srcdir)/regexec.c -o regexec.o
65 @DO_SECOND_LD@regexp.@SO@: regexp.o @MERGE_DLL_OBJS@ regcomp.o regerror.o regfree.o regexec.o
66 …exp.@SO@ regexp.o @EXTRA_LIBS_FOR_DLLS@ @MERGE_DLL_OBJS@ regcomp.o regerror.o regfree.o regexec.o
77 @DO_SECOND_LD@regexec.@SO@: regexec.o
78 @DO_SECOND_LD@ @SHLIB_LD@ $(LDFLAGS) -o regexec.@SO@ regexec.o @EXTRA_LIBS_FOR_DLLS@
/dports/www/pound/Pound-2.8/
H A Dconfig.c159 if(!regexec(&Empty, buf, 4, matches, 0) || !regexec(&Comment, buf, 4, matches, 0)) in conf_fgets()
162 if(!regexec(&Include, buf, 4, matches, 0)) { in conf_fgets()
267 if(!regexec(&Address, lin, 4, matches, 0)) { in parse_be()
284 } else if(!regexec(&Port, lin, 4, matches, 0)) { in parse_be()
421 } else if(!regexec(&End, lin, 4, matches, 0)) { in parse_be()
448 if(!regexec(&Type, lin, 4, matches, 0)) { in parse_sess()
469 } else if(!regexec(&ID, lin, 4, matches, 0)) { in parse_sess()
590 if(!regexec(&URL, lin, 4, matches, 0)) { in IMPLEMENT_LHASH_COMP_FN()
774 if(!regexec(&Address, lin, 4, matches, 0)) { in parse_HTTP()
978 if(!regexec(&Address, lin, 4, matches, 0)) { in parse_HTTPS()
[all …]
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A Dregexp.sli55 SeeAlso: regexec, :regerror
104 SeeAlso: regexec, regcomp
117 SeeAlso: regexec
156 rx st 0 0 regexec -> 0
164 Remarks: See man regexec for further details on POSIX regexec.
165 SeeAlso: regexec, regcomp
168 /regexec trie
193 SeeAlso: regexec, regcomp, regex_replace
220 SeeAlso: regexec, regcomp, regex_replace
294 0 0 regexec
[all …]
/dports/news/knews/knews-1.0b.1/src/
H A Dk_kill.c136 regexec(node->expr_re, subj->subject, 0, NULL, 0) == 0) in s_s_kill()
150 regexec(node->expr_re, subj->subject, 0, NULL, 0) == 0) in s_s_hot()
168 regexec(node->expr_re, subj->subject, 0, NULL, 0) == 0) { in s_T_kill()
189 regexec(node->expr_re, subj->subject, 0, NULL, 0) == 0) { in s_T_hot()
253 regexec(node->expr_re, art->from, 0, NULL, 0) == 0) { in f_a_kill()
272 regexec(node->expr_re, art->from, 0, NULL, 0) == 0) { in f_a_hot()
314 regexec(node->expr_re, art->from, 0, NULL, 0) == 0) { in f_T_kill()
357 regexec(node->expr_re, art->from, 0, NULL, 0) == 0) { in f_t_kill()
379 regexec(node->expr_re, art->from, 0, NULL, 0) == 0) { in f_t_hot()
401 regexec(node->expr_re, art->xref, 0, NULL, 0) == 0) { in x_a_kill()
[all …]
/dports/security/ylva/ylva-1.7/src/
H A Dregexfind.c28 if((retval = regexec(&regex, head->title, 0, NULL, 0)) == 0) in regex_find()
30 else if((retval = regexec(&regex, head->user, 0, NULL, 0)) == 0) in regex_find()
32 else if((retval = regexec(&regex, head->url, 0, NULL, 0)) == 0) in regex_find()
34 else if((retval = regexec(&regex, head->notes, 0, NULL, 0)) == 0) in regex_find()
36 else if((retval = regexec(&regex, head->stamp, 0, NULL, 0)) == 0) in regex_find()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dregexec.texi1 @node regexec
2 @section @code{regexec}
3 @findex regexec
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/regexec.html}
7 …{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-regexec-2.html}
/dports/mail/imapfilter/imapfilter-2.7.5/src/
H A Dresponse.c123 if (!regexec(re->preg, buf, re->nmatch, re->pmatch, 0)) { in check_tag()
428 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_status()
432 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_status()
436 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_status()
440 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_status()
627 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_fetchfast()
632 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_fetchfast()
637 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_fetchfast()
668 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_fetchflags()
700 if (!regexec(re->preg, s, re->nmatch, re->pmatch, 0)) in response_fetchdate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogFilterRegex.cpp56 return ::regexec(&m_regex, message.GetActivity(), 0, nullptr, 0) == 0; in DoesMatch()
61 return ::regexec(&m_regex, message.GetActivityChain().c_str(), 0, nullptr, in DoesMatch()
67 return ::regexec(&m_regex, message.GetCategory(), 0, nullptr, 0) == 0; in DoesMatch()
78 bool match = ::regexec(&m_regex, message_text, 0, nullptr, 0) == 0; in DoesMatch()
89 return ::regexec(&m_regex, message.GetSubsystem(), 0, nullptr, 0) == 0; in DoesMatch()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogFilterRegex.cpp56 return ::regexec(&m_regex, message.GetActivity(), 0, nullptr, 0) == 0; in DoesMatch()
61 return ::regexec(&m_regex, message.GetActivityChain().c_str(), 0, nullptr, in DoesMatch()
67 return ::regexec(&m_regex, message.GetCategory(), 0, nullptr, 0) == 0; in DoesMatch()
78 bool match = ::regexec(&m_regex, message_text, 0, nullptr, 0) == 0; in DoesMatch()
89 return ::regexec(&m_regex, message.GetSubsystem(), 0, nullptr, 0) == 0; in DoesMatch()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogFilterRegex.cpp56 return ::regexec(&m_regex, message.GetActivity(), 0, nullptr, 0) == 0; in DoesMatch()
61 return ::regexec(&m_regex, message.GetActivityChain().c_str(), 0, nullptr, in DoesMatch()
67 return ::regexec(&m_regex, message.GetCategory(), 0, nullptr, 0) == 0; in DoesMatch()
78 bool match = ::regexec(&m_regex, message_text, 0, nullptr, 0) == 0; in DoesMatch()
89 return ::regexec(&m_regex, message.GetSubsystem(), 0, nullptr, 0) == 0; in DoesMatch()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogFilterRegex.cpp56 return ::regexec(&m_regex, message.GetActivity(), 0, nullptr, 0) == 0; in DoesMatch()
61 return ::regexec(&m_regex, message.GetActivityChain().c_str(), 0, nullptr, in DoesMatch()
67 return ::regexec(&m_regex, message.GetCategory(), 0, nullptr, 0) == 0; in DoesMatch()
78 bool match = ::regexec(&m_regex, message_text, 0, nullptr, 0) == 0; in DoesMatch()
89 return ::regexec(&m_regex, message.GetSubsystem(), 0, nullptr, 0) == 0; in DoesMatch()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
H A DLogFilterRegex.cpp56 return ::regexec(&m_regex, message.GetActivity(), 0, nullptr, 0) == 0; in DoesMatch()
61 return ::regexec(&m_regex, message.GetActivityChain().c_str(), 0, nullptr, in DoesMatch()
67 return ::regexec(&m_regex, message.GetCategory(), 0, nullptr, 0) == 0; in DoesMatch()
78 bool match = ::regexec(&m_regex, message_text, 0, nullptr, 0) == 0; in DoesMatch()
89 return ::regexec(&m_regex, message.GetSubsystem(), 0, nullptr, 0) == 0; in DoesMatch()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dregexec.texi1 @node regexec
2 @section @code{regexec}
3 @findex regexec
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regexec.html}
/dports/mail/neomutt/neomutt-20211029/test/regex/
H A Dmutt_regex_match.c99 const bool old = regexec(rx->regex, bob_line, 0, NULL, 0) == 0; in test_old_implementation()
112 const bool old = regexec(rx->regex, bob_line, nmatch, pmatch_1, 0) == 0; in test_old_implementation()
127 (regexec(rx->regex, bob_line, nmatch, pmatch_1, 0) == 0); in test_old_implementation()
149 (regexec(rx->regex, not_bob_line, 0, NULL, DT_REGEX_ALLOW_NOT) == 0) ^ rx->pat_not; in test_old_implementation()
166 !((regexec(rx->regex, not_bob_line, 0, NULL, 0) == 0) ^ rx->pat_not); in test_old_implementation()
178 !((regexec(rx->regex, line, 0, NULL, 0) == 0) ^ rx->pat_not); in test_old_implementation()
192 const bool old = (regexec(rx->regex, bob_line, 0, NULL, 0) == 0) ^ rx->pat_not; in test_old_implementation()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/performance/
H A Dtime_posix.cpp37 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
50 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
81 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
87 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
109 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
115 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/performance/
H A Dtime_posix.cpp37 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
50 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
81 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
87 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
109 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
115 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
/dports/databases/percona57-server/boost_1_59_0/libs/regex/performance/
H A Dtime_posix.cpp37 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
50 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
81 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
87 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
109 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
115 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/performance/
H A Dtime_posix.cpp37 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
50 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
81 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
87 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
109 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
115 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
/dports/databases/percona57-client/boost_1_59_0/libs/regex/performance/
H A Dtime_posix.cpp37 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
50 regexec(&e, text.c_str(), e.re_nsub, what, 0); in time_match()
81 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
87 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
109 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()
115 exec_result = regexec(&e, text.c_str(), 20, what, REG_STARTEND); in time_find_all()

12345678910>>...165