Searched refs:rm_so (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dgrep.c176 regmatch.rm_so = 0;
183 if (regmatch.rm_so)
184 c = line[regmatch.rm_so - 1];
259 print_line(line + regmatch.rm_so, linenum, ':');
H A Dfind.c205 if (match.rm_so)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h434 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
430 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon2431
H A Ddfa.c1043 && mat.rm_so == 0 && mat.rm_eo == 1)
H A Dregex.c8162 pmatch[r].rm_so = regs.start[r];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h424 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
420 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member in struct:__anon3105
H A Dregex.c5823 pmatch[r].rm_so = regs.start[r];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dsed.c595 if (G.regmatch[backref].rm_so != -1) {
596 j = G.regmatch[backref].rm_so;
611 j = G.regmatch[0].rm_so;
649 if (!G.regmatch[0].rm_so && !G.regmatch[0].rm_eo && match_count) {
665 for (i = 0; i < G.regmatch[0].rm_so; i++)
H A Dawk.c1531 && pmatch[0].rm_so <= l
1533 l = pmatch[0].rm_so;
1751 so = pmatch[0].rm_so;
1917 so = pmatch[0].rm_so;
1943 n = pmatch[j].rm_eo - pmatch[j].rm_so;
1945 memcpy(ds + di, sp + pmatch[j].rm_so, n);
2121 pmatch[0].rm_so++;
2124 pmatch[0].rm_so = 0;
2127 setvar_i(newvar("RSTART"), pmatch[0].rm_so);
2128 setvar_i(newvar("RLENGTH"), pmatch[0].rm_eo - pmatch[0].rm_so);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dless.c504 match_structs.rm_so, str,
505 match_structs.rm_eo - match_structs.rm_so,
506 str + match_structs.rm_so);
H A Ddevfsd.c701 for (n = 0;(n < MAX_SUBEXPR) && (mbuf[n].rm_so != -1); ++n)
1324 unsigned int sublen = subexp->rm_eo - subexp->rm_so;
1329 strncpy(output, devname + subexp->rm_so, sublen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dexpr.c234 re_regs[0].rm_so == 0) {
238 v = str_value(sv->u.s + re_regs[1].rm_so);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmdev.c105 if (result || off.rm_so

Completed in 479 milliseconds