Searched refs:rm_eo (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c76 pmatch[i].rm_eo = match_eo;
78 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag];
82 if (pmatch[i].rm_so == -1 || pmatch[i].rm_eo == -1)
83 pmatch[i].rm_so = pmatch[i].rm_eo = -1;
87 submatch_data[i].eo_tag, pmatch[i].rm_eo));
95 if (pmatch[i].rm_eo == -1)
97 assert(pmatch[i].rm_so <= pmatch[i].rm_eo);
105 || pmatch[i].rm_eo > pmatch[parents[j]].rm_eo)
106 pmatch[i].rm_so = pmatch[i].rm_eo
[all...]
H A Dtre.h74 regoff_t rm_eo; member in struct:__anon2737
H A Dtre-match-backtrack.c430 eo = pmatch[bt].rm_eo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregfronts.c75 len = pmatch[0].rm_eo - pmatch[0].rm_so;
H A Dregex.h189 regoff_t rm_eo; /* end of substring */ member in struct:__anon753
H A Dregexec.c290 v->details->rm_extend.rm_eo = OFF(v->stop); /* unknown */
324 v->pmatch[0].rm_eo = OFF(end);
330 v->details->rm_extend.rm_eo = OFF(v->stop); /* unknown */
375 v->details->rm_extend.rm_eo = OFF(v->stop); /* unknown */
439 v->pmatch[0].rm_eo = OFF(end);
479 p[i].rm_eo = -1;
500 v->pmatch[t->subno].rm_eo = -1;
528 v->pmatch[n].rm_eo = OFF(end);
951 len = v->pmatch[n].rm_eo - v->pmatch[n].rm_so;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c278 next_delim_len = pmatch[0].rm_eo - pmatch[0].rm_so;
279 next_record = next_record + pmatch[0].rm_eo;
419 invert_match ? record_len : (int)pmatch[0].rm_eo);
432 pmatch[0].rm_eo += delim_len;
439 printf("%.*s", (int)(pmatch[0].rm_eo - pmatch[0].rm_so),
442 printf("%.*s", (int)(record_len - pmatch[0].rm_eo),
443 record + pmatch[0].rm_eo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dtest-str-source.c118 printf("Match: %d - %d\n", (int)pmatch[0].rm_so, (int)pmatch[0].rm_eo);
H A Dretest.c248 int rm_so, rm_eo; local
252 rm_eo = va_arg(ap, int);
259 (n = rm_eo, rm_eo = woffs[rm_eo]) < 0)
268 || pmatch[i].rm_eo != rm_eo)
281 i, rm_so, rm_eo, rm_eo - rm_so, str + rm_so,
282 (int)pmatch[i].rm_so, (int)pmatch[i].rm_eo,
[all...]
H A Dbench.c132 printf("# pmatch[%d].rm_eo = %d\n", i/2, (int)pmatch[i/2].rm_eo);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c177 regmatch.rm_eo = 0;
186 c = line[regmatch.rm_eo];
258 line[regmatch.rm_eo] = '\0';
H A Dfind.c207 if (fileName[match.rm_eo])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c181 if (rm->rm_so == (-1) && rm->rm_eo == (-1))
188 range = Py_BuildValue("(ii)", rm->rm_so, rm->rm_eo);
208 if (rm->rm_so == (-1) && rm->rm_eo == (-1))
213 result = PySequence_GetSlice(self->targ, rm->rm_so, rm->rm_eo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h435 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
431 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon6661
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h425 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
421 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member in struct:__anon7608
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c597 while (j < G.regmatch[backref].rm_eo)
612 while (j < G.regmatch[0].rm_eo)
649 if (!G.regmatch[0].rm_so && !G.regmatch[0].rm_eo && match_count) {
659 for (i = 0; i < G.regmatch[0].rm_eo; i++)
672 oldline += G.regmatch[0].rm_eo;
H A Dawk.c1534 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;
1752 eo = pmatch[0].rm_eo;
1918 eo = pmatch[0].rm_eo;
1943 n = pmatch[j].rm_eo - pmatch[j].rm_so;
2122 pmatch[0].rm_eo++;
2125 pmatch[0].rm_eo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dmkregtable.c690 buf[match[0].rm_eo] = 0;
691 buf[match[1].rm_eo] = 0;
692 buf[match[2].rm_eo] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c505 match_structs.rm_eo - match_structs.rm_so,
508 str += match_structs.rm_eo;
509 line += match_structs.rm_eo;
H A Ddevfsd.c1324 unsigned int sublen = subexp->rm_eo - subexp->rm_so;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c237 sv->u.s[re_regs[1].rm_eo] = '\0';
240 v = int_value(re_regs[0].rm_eo);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmdev.c106 || off.rm_eo != strlen(device_name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dmidi_event.c28 i = i == 0 && match.rm_so == 0 && match.rm_eo == strlen(text);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp101 return wx_truncate_cast(size_t, m_matches[n].rm_eo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_core_lib.cpp379 str_2_match += pmatch[0].rm_eo;

Completed in 229 milliseconds

12