Searched refs:pmatch (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunit_lib.h80 extern unsigned pmatch(const char *, const char *, unsigned);
H A Drunit_lib.c230 unsigned pmatch(const char *p, const char *s, unsigned len) function
H A Dsvlogd.c801 if (pmatch(s+1, line, linelen))
806 if (pmatch(s+1, line, linelen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c1513 regmatch_t pmatch[2]; // TODO: why [2]? [1] is enough... local
1530 if (regexec(icase ? spl->r.ire : spl->l.re, s, 1, pmatch, 0) == 0
1531 && pmatch[0].rm_so <= l
1533 l = pmatch[0].rm_so;
1534 if (pmatch[0].rm_eo == 0) {
1536 pmatch[0].rm_eo++;
1540 pmatch[0].rm_eo = l;
1541 if (s[l]) pmatch[0].rm_eo++;
1546 s += pmatch[0].rm_eo;
1726 regmatch_t pmatch[ local
1906 regmatch_t pmatch[10]; local
1977 regmatch_t pmatch[2]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c5777 regexec (preg, string, nmatch, pmatch, eflags)
5781 regmatch_t pmatch[];
5823 pmatch[r].rm_so = regs.start[r];
5824 pmatch[r].rm_eo = regs.end[r];
5758 regmatch_t pmatch[]; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dnatsemi.c1398 u16 pmatch[3]; local
1420 pmatch[i] = readw(ioaddr + RxFilterData);
1459 writew(pmatch[i], ioaddr + RxFilterData);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c8121 size_t nmatch, regmatch_t pmatch[], int eflags)
8162 pmatch[r].rm_so = regs.start[r];
8163 pmatch[r].rm_eo = regs.end[r];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c5056 #define pmatch(a, b) !fnmatch((a), (b), 0) macro
5564 match = pmatch(str, s);
5592 match = pmatch(str, s);
6172 if (pmatch(start, dp->d_name)) {
6369 return pmatch(preglob(pattern, 0, 0), string);

Completed in 140 milliseconds