rm_so 106 lib/pacemaker/pcmk_sched_location.c && (re_match_data->pmatch[0].rm_so != -1) && !raw_score) { rm_so 576 lib/pengine/rules.c if (match_data->nregs >= i && match_data->pmatch[i].rm_so != -1 && rm_so 577 lib/pengine/rules.c match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) { rm_so 578 lib/pengine/rules.c len += p - last_match_index + (match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so); rm_so 598 lib/pengine/rules.c if (match_data->nregs >= i && match_data->pmatch[i].rm_so != -1 && rm_so 599 lib/pengine/rules.c match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) { rm_so 601 lib/pengine/rules.c int match_len = match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so; rm_so 602 lib/pengine/rules.c memcpy(p_dst, match_data->string + match_data->pmatch[i].rm_so, match_len); rm_so 519 maint/gnulib/lib/regex.h regoff_t rm_so; /* Byte offset from string's start to substring's start. */ rm_so 199 maint/gnulib/lib/regexec.c start = pmatch[0].rm_so; rm_so 441 maint/gnulib/lib/regexec.c DEBUG_ASSERT (pmatch[0].rm_so == start); rm_so 445 maint/gnulib/lib/regexec.c rval = pmatch[0].rm_so; rm_so 509 maint/gnulib/lib/regexec.c regs->start[i] = pmatch[i].rm_so; rm_so 830 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1; rm_so 833 maint/gnulib/lib/regexec.c pmatch[0].rm_so = 0; rm_so 851 maint/gnulib/lib/regexec.c if (pmatch[reg_idx].rm_so != -1) rm_so 855 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so = rm_so 856 maint/gnulib/lib/regexec.c (pmatch[reg_idx].rm_so == mctx.input.valid_len rm_so 858 maint/gnulib/lib/regexec.c : mctx.input.offsets[pmatch[reg_idx].rm_so]); rm_so 864 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so += match_first; rm_so 869 maint/gnulib/lib/regexec.c pmatch[nmatch + reg_idx].rm_so = -1; rm_so 877 maint/gnulib/lib/regexec.c pmatch[reg_idx + 1].rm_so rm_so 878 maint/gnulib/lib/regexec.c = pmatch[dfa->subexp_map[reg_idx] + 1].rm_so; rm_so 1257 maint/gnulib/lib/regexec.c naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so; rm_so 1261 maint/gnulib/lib/regexec.c || regs[subexp_idx].rm_so == -1 rm_so 1268 maint/gnulib/lib/regexec.c || (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, rm_so 1399 maint/gnulib/lib/regexec.c for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;) rm_so 1411 maint/gnulib/lib/regexec.c if (pmatch[reg_idx].rm_so > -1 && pmatch[reg_idx].rm_eo == -1) rm_so 1484 maint/gnulib/lib/regexec.c pmatch[reg_num].rm_so = cur_idx; rm_so 1494 maint/gnulib/lib/regexec.c if (pmatch[reg_num].rm_so < cur_idx) rm_so 1504 maint/gnulib/lib/regexec.c && prev_idx_match[reg_num].rm_so != -1) rm_so 53 maint/gnulib/tests/test-regex-quote.c ASSERT (match[0].rm_so == 0); rm_so 70 maint/gnulib/tests/test-regex-quote.c ASSERT (match[0].rm_so == 0); rm_so 152 maint/gnulib/tests/test-regex.c if (rm[n].rm_so != tests[i].rm[n].rm_so rm_so 155 maint/gnulib/tests/test-regex.c if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) rm_so 159 maint/gnulib/tests/test-regex.c (int) rm[n].rm_so, (int) rm[n].rm_eo);