Home
last modified time | relevance | path

Searched refs:regexec (Results 126 – 150 of 6797) sorted by relevance

12345678910>>...272

/dports/print/cups/cups-2.3.3op2/vcnet/regex/
H A DMakefile20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
23 REGSRC=regcomp.c regerror.c regexec.c regfree.c
28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
56 regexec.o: engine.c engine.ih
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/regex/
H A DMakefile20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
23 REGSRC=regcomp.c regerror.c regexec.c regfree.c
28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
56 regexec.o: engine.c engine.ih
/dports/devel/z88dk/z88dk/ext/regex/
H A DMakefile20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
23 REGSRC=regcomp.c regerror.c regexec.c regfree.c
28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
56 regexec.o: engine.c engine.ih
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcregex.cc131 if (core->nosub) return ::regexec(&core->rbuf, str.c_str(), 0, NULL, 0) == 0; in match()
133 return ::regexec(&core->rbuf, str.c_str(), 1, subs, 0) == 0; in match()
153 if (::regexec(&core->rbuf, str.c_str(), sizeof(subs) / sizeof(*subs), subs, 0) != 0) in replace()
158 while (sp[0] != '\0' && ::regexec(&core->rbuf, sp, 10, subs, first ? 0 : REG_NOTBOL) == 0) { in replace()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Drpmatch.c73 if (regexec(&yes, response, 0, NULL, 0) == 0) in rpmatch()
75 else if (regexec(&no, response, 0, NULL, 0) == 0) in rpmatch()
/dports/x11-wm/wmii/wmii-3.6/libregexp/
H A Dtest2.c14 if(regexec(p, s, rs, 10)) in main()
17 if(regexec(p, s, rs, 10)) in main()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libregexp/
H A Dtest2.c14 if(regexec(p, s, rs, 10)) in main()
17 if(regexec(p, s, rs, 10)) in main()
/dports/devel/9base/9base-6/lib9/regex/
H A Dtest2.c14 if(regexec(p, s, rs, 10)) in main()
17 if(regexec(p, s, rs, 10)) in main()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Drpmatch.c79 if (regexec(&yes, response, 0, NULL, 0) == 0)
81 else if (regexec(&no, response, 0, NULL, 0) == 0)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libregexp/
H A Dtest2.c13 if(regexec(p, s, rs, 10)) in main()
16 if(regexec(p, s, rs, 10)) in main()
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DPatternCompiler.h21 return regexec(&regex, target, 0, NULL, 0) == 0; in isMatch()
25 return regexec(&regex, target, nmatch, pmatch, 0) == 0; in isMatch()
/dports/deskutils/taskd/taskd-1.1.0/src/
H A DRX.cpp113 return regexec (&_regex, in.c_str (), 0, NULL, 0) == 0 ? true : false; in match()
127 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
153 while (regexec (&_regex, in.c_str () + offset, 2, &rm[0], 0) == 0 && in match()
/dports/lang/mosml/mosml-ver-2.10.1/src/dynlibs/mregex/
H A Dnotes1 Sigh. The regexec matcher in libc 5.4.44 = GNU regex-0.12 loops on this:
3 - regexec (regcomp "\\(\\*([^\\*]*(\\*|[^\\)])?)*\\*\\)" [Extended]) [] "(*hjdshf * *)sds(*bad *)…
22 int matcherror = regexec(&patbuf, str, nmatch, pmatch, 0);
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/lib/
H A Dregexec.lo1 # regexec.lo - a libtool object file
8 pic_object='.libs/regexec.o'
/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/rx-posix-tests/
H A DDESC12 subexpression positions returned by `regexec'.
52 version of regcomp/regexec).
73 `regcomp' and `regexec' flags, and definitions
78 for `regcomp', regexec', `regerror', and
86 linked to a program that calls `regexec', `regcomp',
/dports/japanese/skkinput3/skkinput-3.0.6/lib/regex/
H A DImakefile4 regexec.c regexec_2.c
6 regexec.o regexec_2.o
/dports/net/sems/sems-f89581a/apps/dsm/mods/mod_regex/
H A DModRegex.cpp101 int res = it->second.regexec(val.c_str(), it->second.get_nsub(), matches, 0); in MATCH_CONDITION_START()
145 int res = it->second.regexec(val.c_str(), it->second.get_nsub()+1, matches, 0); in EXEC_ACTION_START()
191 int TsRegex::regexec(const char *_string, size_t nmatch, in regexec() function in TsRegex
198 int res = ::regexec(&reg, _string, nmatch, pmatch, eflags); in regexec()
/dports/chinese/celvis/celvis/
H A Dmove2.c119 while (regexec(re, &line[pos], (pos == 0)))
198 while (regexec(re, line, 1) && (int)(re->startp[0] - line) < pos)
206 && regexec(re, &line[try], FALSE)
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Dregexp.h7 #define regexec js_regexec macro
19 int regexec(Reprog *prog, const char *string, Resub *sub, int eflags);
/dports/lang/mujs/mujs-1.2.0/
H A Dregexp.h7 #define regexec js_regexec macro
19 int regexec(Reprog *prog, const char *string, Resub *sub, int eflags);
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Dregexp.h7 #define regexec js_regexec macro
19 int regexec(Reprog *prog, const char *string, Resub *sub, int eflags);
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dregexp.c89 if(regexec(re, str, 2, matches, 0) != 0 || matches[1].rm_so == -1) in get_group_match()
116 if(regexec(&re, line, ARRAY_LEN(matches), matches, 0) != 0) in regexp_replace()
157 while(regexec(re, buf + off, 10, matches, 0) == 0); in regexp_gsubst()
/dports/mail/mls/mls-1.3/
H A Dmls_mime.c46 while (!regexec(&r_hex, encoded, 10, pm, 0)) { in Decode_QuotedPrint()
116 while (!regexec(&r_qp, txt, 10, pm, 0)) { in Decode_mime_string()
125 while (!regexec(&r_base64, txt, 10, pm, 0)) { in Decode_mime_string()
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Db.c123 if ((err = regexec(&f->re, (char *)p, (size_t)0, (regmatch_t *)0, 0)) == 0) in match()
137 if ((err = regexec(&f->re, (char *)p, (size_t)1, &m, f->notbol)) == 0) in pmatch()
158 if ((err = regexec(&f->re, (char *)p, (size_t)1, &m, in nematch()
/dports/mail/notmuch/notmuch-0.34.2/lib/
H A Dregexp-fields.cc110 if (regexec (&regexp_, value.c_str (), 0, NULL, 0) == 0) in next()
122 if (regexec (&regexp_, value.c_str (), 0, NULL, 0) == 0) in skip_to()
133 return (regexec (&regexp_, (*it_).c_str (), 0, NULL, 0) == 0); in check()
185 if (regexec (&regexp, (*it).c_str () + term_prefix.size (), in _notmuch_regexp_to_query()

12345678910>>...272