Searched refs:regmatch_t (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h190 } regmatch_t; typedef in typeref:struct:__anon753
194 regmatch_t rm_extend; /* see REG_EXPECT */
236 ^ rm_detail_t *, size_t, regmatch_t [], int);
239 ^ int regexec(regex_t *, __REG_CONST char *, size_t, regmatch_t [], int);
243 ^ rm_detail_t *, size_t, regmatch_t [], int);
313 int wx_re_exec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
316 int regexec _ANSI_ARGS_((regex_t *, __REG_CONST char *, size_t, regmatch_t [], int));
319 int __REG_WIDE_EXEC _ANSI_ARGS_((regex_t *, __REG_CONST __REG_WIDE_T *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
H A Dregfronts.c66 regmatch_t pmatch[];
H A Dregexec.c101 regmatch_t *pmatch;
126 int exec _ANSI_ARGS_((regex_t *, CONST chr *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
130 static VOID zapsubs _ANSI_ARGS_((regmatch_t *, size_t));
161 ^ size_t, regmatch_t [], int);
170 regmatch_t pmatch[];
179 regmatch_t mat[LOCALMAT];
206 v->pmatch = (regmatch_t *)MALLOC((v->g->nsub + 1) *
207 sizeof(regmatch_t));
244 memcpy(VS(pmatch), VS(v->pmatch), n*sizeof(regmatch_t));
468 ^ static VOID zapsubs(regmatch_t *, size_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h75 } regmatch_t; typedef in typeref:struct:__anon2737
136 regmatch_t pmatch[], int eflags);
156 size_t nmatch, regmatch_t pmatch[], int eflags);
166 size_t nmatch, regmatch_t pmatch[], int eflags);
174 size_t nmatch, regmatch_t pmatch[], int eflags);
195 regmatch_t *pmatch; /* Submatch data. */
242 size_t nmatch, regmatch_t pmatch[], int eflags);
H A Dregexec.c52 /* Fills the POSIX.2 regmatch_t array according to the TNFA tag and match
55 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
141 tre_str_type_t type, size_t nmatch, regmatch_t pmatch[],
204 size_t nmatch, regmatch_t pmatch[], int eflags)
214 size_t nmatch, regmatch_t pmatch[], int eflags)
224 size_t nmatch, regmatch_t pmatch[], int eflags)
232 size_t nmatch, regmatch_t pmatch[], int eflags)
241 size_t nmatch, regmatch_t pmatch[], int eflags)
H A Dtre-internal.h259 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
H A Dtre-match-backtrack.c247 regmatch_t *pmatch = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h436 } regmatch_t;
539 regmatch_t __pmatch[__restrict_arr],
432 } regmatch_t; typedef in typeref:struct:__anon6661
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h426 } regmatch_t;
527 regmatch_t __pmatch[], int __eflags));
422 } regmatch_t; typedef in typeref:struct:__anon7608
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dtest-str-source.c110 regmatch_t pmatch[5];
H A Dbench.c107 regmatch_t pmatch[10];
H A Dretest.c107 static regmatch_t pmatch_global[32];
138 size_t pmatch_len, regmatch_t *pmatch, int eflags)
194 execute(const CHAR_T *data, int len, size_t pmatch_len, regmatch_t *pmatch,
223 size_t pmatch_len, regmatch_t *pmatch, int eflags)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp81 // the array of offsets for the matches, the usual POSIX regmatch_t array.
85 typedef regmatch_t *match_type;
87 wxRegExMatches(size_t n) { m_matches = new regmatch_t[n]; }
90 // we just use casts here because the fields of regmatch_t struct may be 64
104 regmatch_t *get() const { return m_matches; }
107 regmatch_t *m_matches;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c179 regmatch_t *rm = &self->am.pmatch[i];
200 regmatch_t *rm;
336 regmatch_t *pm;
349 pm = PyMem_New(regmatch_t, nsub);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c215 const regmatch_t *, unsigned);
218 const regmatch_t *, unsigned);
228 const char *, const regmatch_t *, unsigned);
229 static void expand_regexp(char *, size_t, const char *, const char *, const regmatch_t *, unsigned);
679 regmatch_t mbuf[MAX_SUBEXPR];
773 const regmatch_t *regexpr, unsigned int numexpr)
805 const regmatch_t *regexpr, unsigned int numexpr)
1263 const regmatch_t *ex, unsigned int numexp)
1289 const regmatch_t *ex, unsigned int numex)
1323 const regmatch_t *subex
[all...]
H A Dless.c468 regmatch_t match_structs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c212 regmatch_t pmatch[1];
364 regmatch_t pmatch[1];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmdev.c95 regmatch_t off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_core_lib.cpp333 regmatch_t *pmatch = new regmatch_t[nmatch];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c146 regmatch_t regmatch;
H A Dfind.c202 regmatch_t match;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dmidi_event.c15 regmatch_t match;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c216 regmatch_t re_regs[NMATCH];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dmkregtable.c638 regmatch_t match[4];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c1513 regmatch_t pmatch[2]; // TODO: why [2]? [1] is enough...
1726 regmatch_t pmatch[2];
1906 regmatch_t pmatch[10];
1977 regmatch_t pmatch[2];

Completed in 276 milliseconds

12