Home
last modified time | relevance | path

Searched refs:regexec (Results 76 – 100 of 6669) sorted by relevance

12345678910>>...267

/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/regex/
H A DMakefile18 regexec.o \
29 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/regex/
H A DMakefile18 regexec.o \
29 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/regex/
H A DMakefile18 regexec.o \
29 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/regex/
H A DMakefile15 OBJS = regcomp.o regerror.o regexec.o regfree.o regprefix.o regexport.o
23 regexec.o: regexec.c rege_dfa.c
/dports/net/sipsak/sipsak-0.9.6/
H A Dshoot.c112 if (regexec(&(regexps.redexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_3xx()
156 if (regexec(&(regexps.tmhexp), rec, 0, 0, 0) == REG_NOERROR) { in trace_reply()
174 else if (regexec(&(regexps.proexp), rec, 0, 0, 0) == REG_NOERROR) { in trace_reply()
208 if (regexec(&(regexps.okexp), rec, 0, 0, 0) == REG_NOERROR) in trace_reply()
220 if (regexec(&(regexps.proexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_default()
277 if (regexec(&(regexps.okexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_default()
292 if (regexec(&(regexps.errexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_randtrash()
334 if (regexec(&(regexps.proexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_usrloc()
352 if (regexec(&(regexps.okexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_usrloc()
462 if (regexec(&(regexps.okexp), rec, 0, 0, 0) == REG_NOERROR) { in handle_usrloc()
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/regexp/
H A Dtry.c76 i = regexec(r, argv[2]);
151 if (regexec((regexp *)NULL, "foo") || errseen == NULL) in multiple()
161 if (regexec(r, (char *)NULL) || errseen == NULL) in multiple()
180 if (regexec(&badregexp, "foo") || errseen == NULL) in multiple()
207 if (!regexec(r, fields[1])) {
/dports/math/ndiff/ndiff-2.00/regexp/
H A Dtry.c93 i = regexec(r, argv[2]); in main()
166 if (regexec((regexp *)NULL, "foo") || errseen == NULL) in multiple()
176 if (regexec(r, (char *)NULL) || errseen == NULL) in multiple()
195 if (regexec(&badregexp, "foo") || errseen == NULL) in multiple()
222 if (!regexec(r, fields[1])) { in try_re()
/dports/print/makeindex/makeindex/src-3.0/regexp/
H A Dtry.c76 i = regexec(r, argv[2]);
151 if (regexec((regexp *)NULL, "foo") || errseen == NULL) in multiple()
161 if (regexec(r, (char *)NULL) || errseen == NULL) in multiple()
180 if (regexec(&badregexp, "foo") || errseen == NULL) in multiple()
207 if (!regexec(r, fields[1])) {
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A DMakefile.mk33 regexec.o: regexec.c
34 $(CC) $(CFLAGSS) $(CPPFLAGS) $(XO5FL) $(IWCHAR) -I. -c regexec.c
59 regexec.o: colldata.h re.h regex.h wcharm.h
64 onefile.o: _collelem.c _collmult.c bracket.c regcomp.c regdfa.c regexec.c
/dports/devel/dev86/dev86-0.16.20/libc/regexp/
H A Dtry.c76 i = regexec(r, argv[2]);
151 if (regexec((regexp *)NULL, "foo") || errseen == NULL) in multiple()
161 if (regexec(r, (char *)NULL) || errseen == NULL) in multiple()
180 if (regexec(&badregexp, "foo") || errseen == NULL) in multiple()
207 if (!regexec(r, fields[1])) {
/dports/lang/gawk/gawk-5.1.1/support/
H A DChangeLog.05 regex_internal.h, regexec.c, verify.h, xalloc.h: Partial or
10 * regexec.c (proceed_next_node): Sync with GNULIB.
14 * Makefile.am, regexec.c: Update copyright year.
25 * regexec.c (proceed_next_node): Do not read past end of input buffer.
39 regexec.c: Sync with GNULIB.
92 regexec.c: Replaced with versions from GNULIB.
132 * regexec.c (push_fail_stack): Use re_realloc instead of realloc.
152 * regcomp.c regex_internal.c, regex_internal.h, regexec.c: Sync
178 regexec.c: Sync with GLIBC.
226 regexec.c, verify.h, xalloc.h: Moved here from parent directory.
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Dschema.R138 m <- regexec("^array<(.+)>$", type)
148 m <- regexec("^map<(.+),(.+)>$", type)
162 m <- regexec("^struct<(.+)>$", type)
171 m <- regexec("^(.+):(.+)$", field)
/dports/sysutils/oak/oak-1.5.0/
H A Dmatchline.c91 ret=regexec(oak_global_get_regex_soljunk(&g), tmpstr, 15, pmatch, 0); in oak_matchline_string_matches()
98 ret=regexec(oak_global_get_regex_pid(&g), tmpstr, 15, pmatch, 0); in oak_matchline_string_matches()
107 ret=regexec(oak_global_get_regex_ciscopid(&g), tmpstr, 15, pmatch, 0); in oak_matchline_string_matches()
117 ret=regexec(oak_global_get_regex_smqid(&g), tmpstr, 15, pmatch, 0); in oak_matchline_string_matches()
128 ret=regexec(&(m->regex), tmpstr, 15, pmatch, 0); in oak_matchline_string_matches()
/dports/irc/epic4/help/6_Functions/
H A Dregex4 $regexec(<compiled pattern> <string>)
17 $regexec() is used to match a previously compiled pattern against a
35 Passing a value to regexec, regerror, or regfree that was not
38 In at least some implementations of the regex calls, regexec will happily
40 to check regerror after every regcomp and regexec call if you
54 $regexec() returns 0 or 1 depending on whether the match worked or not
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DfuncCase.c445 if (regexec((regex_t *)cur_macro->md_pvt, sample, (size_t)0, in Select_Match()
459 if (regexec(&re, ag_scm2zchars(text, "text to match"), (size_t)0, in ag_scm_string_has_match_p()
478 if (regexec(&re, pzText, (size_t)0, NULL, 0) == 0) in ag_scm_string_has_eqv_match_p()
528 if (regexec((regex_t *)cur_macro->md_pvt, sample, (size_t)2, m, 0) in Select_Match_End()
547 if (regexec(&re, pzText, (size_t)2, m, 0) != 0) in ag_scm_string_end_match_p()
569 if (regexec(&re, pzText, (size_t)2, m, 0) != 0) in ag_scm_string_end_eqv_match_p()
622 if (regexec((regex_t *)cur_macro->md_pvt, sample, (size_t)2, m, 0) in Select_Match_Start()
641 if (regexec(&re, pzText, (size_t)2, m, 0) != 0) in ag_scm_string_start_match_p()
663 if (regexec(&re, pzText, (size_t)2, m, 0) != 0) in ag_scm_string_start_eqv_match_p()
744 if (regexec(&re, pzText, (size_t)2, m, 0) != 0) in ag_scm_string_match_p()
[all …]
/dports/editors/ssed/sed-3.62/pcre/
H A DChangeLog47 * regexec.c: Likewise.
64 * regexec.c: not assign offsets to optional brackets
90 * regexec.c: likewise
123 * regexec.c (pcre_exec): use the Boyer-Moore data
129 * regexec.c (pcre_match): access the `data' union in pcre_extra
140 * regexec.c (pcre_match): use re->max_match_size
142 * regexec.c (pcre_match) [DEBUG]: debug first character
265 * regexp.c(regexec): handle correctly pmatch == NULL
266 * regexec.c(pcre_exec): handle correctly pmatch == NULL
280 * regexec.c(match): added OP_BEG_WORD and OP_END_WORD
[all …]
/dports/news/knews/knews-1.0b.1/regexp/
H A DImakefile3 REGSRC = regcomp.c regexec.c regerror.c regfree.c
5 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
37 regexec.o: engine.c engine.ih
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/regex/
H A Dregexec.c64 #undef regexec
66 #define regexec _ast_regexec macro
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regexec() function
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/chartab/
H A Dctparsetable.c60 if (!regexec(&chartab.d_regex, arg, 5, pmatch, 0)) in ct_parse_table()
62 else if (!regexec(&chartab.d_regex_oct, arg, 5, pmatch, 0)) in ct_parse_table()
64 else if (!regexec(&chartab.d_regex_hex, arg, 5, pmatch, 0)) in ct_parse_table()
/dports/net/sngrep/sngrep-1.4.9/src/
H A Dsip.c239 if (regexec(&calls.reg_callid, payload, 3, pmatch, 0) == 0) { in sip_get_callid()
253 if (regexec(&calls.reg_xcallid, (const char *)payload, 3, pmatch, 0) == 0) { in sip_get_xcallid()
282 if (regexec(&calls.reg_valid, (const char *) payload, 2, pmatch, 0) != 0) { in sip_validate_packet()
288 if (regexec(&calls.reg_cl, (const char *) payload, 4, pmatch, 0) != 0) { in sip_validate_packet()
297 if (regexec(&calls.reg_body, (const char *) payload, 2, pmatch, 0) != 0) { in sip_validate_packet()
544 if (regexec(&calls.reg_method, (const char *)payload, 2, pmatch, 0) == 0) { in sip_get_msg_reqresp()
553 if (regexec(&calls.reg_cseq, (char*)payload, 2, pmatch, 0) == 0) { in sip_get_msg_reqresp()
614 if (regexec(&calls.reg_from, (const char *)payload, 4, pmatch, 0) == 0) { in sip_parse_msg_payload()
624 if (regexec(&calls.reg_to, (const char *)payload, 4, pmatch, 0) == 0) { in sip_parse_msg_payload()
754 if (regexec(&calls.reg_reason, (const char *)payload, 2, pmatch, 0) == 0) { in sip_parse_extra_headers()
[all …]
/dports/comms/libfap/libfap-1.5/src/
H A Dhelpers.c346 if ( regexec(&fapint_regex_mice_dstcall, dstcall, 0, NULL, 0) != 0 ) in fapint_parse_mice()
367 if ( error || regexec(&fapint_regex_mice_body, input+7, 0, NULL, 0) != 0 ) in fapint_parse_mice()
1252 if ( regexec(&fapint_regex_comment, input, 0, NULL, 0) == 0 ) in fapint_parse_comment()
1292 else if ( regexec(&fapint_regex_phgr, input, 0, NULL, 0) == 0 && in fapint_parse_comment()
1305 else if ( regexec(&fapint_regex_phg, input, 0, NULL, 0) == 0 && in fapint_parse_comment()
1318 else if ( regexec(&fapint_regex_rng, input, 0, NULL, 0) == 0 ) in fapint_parse_comment()
2611 else if ( regexec(&fapint_regex_wx2, input, 5, matches, 0) == 0 ) in fapint_parse_wx()
2637 else if ( regexec(&fapint_regex_wx3, input, 4, matches, 0) == 0 ) in fapint_parse_wx()
2653 else if ( regexec(&fapint_regex_wx4, input, 4, matches, 0) == 0 ) in fapint_parse_wx()
2669 else if ( regexec(&fapint_regex_wx5, input, 3, matches, 0) == 0 ) in fapint_parse_wx()
[all …]
/dports/editors/nano/nano-5.9/src/
H A Dcolor.c123 if (regexec(item->one_rgx, shibboleth, 0, NULL, 0) == 0) in found_in_list()
250 astart = (regexec(ink->start, line->data, 1, &startmatch, 0) == 0); in check_the_multis()
252 anend = (regexec(ink->end, afterstart, 1, &endmatch, 0) == 0); in check_the_multis()
262 if (astart && anend && regexec(ink->start, line->data + endmatch.rm_eo, in check_the_multis()
314 while (regexec(ink->start, line->data + index, 1, &startmatch, in precalc_multicolorinfo()
321 if (regexec(ink->end, line->data + index, 1, &endmatch, in precalc_multicolorinfo()
341 while (tailline && regexec(ink->end, tailline->data, in precalc_multicolorinfo()

12345678910>>...267