regexec 462 daemons/attrd/attrd_corosync.c if (regexec(®ex, attr, 0, NULL, 0) == 0) { regexec 261 daemons/attrd/attrd_ipc.c int status = regexec(&r_patt, attr, 0, NULL, 0); regexec 884 daemons/fenced/fenced_remote.c int status = regexec(&r_patt, node, 0, NULL, 0); regexec 1196 lib/common/strings.c rc = regexec(&r_patt, s1, 0, NULL, 0); regexec 387 lib/pacemaker/pcmk_sched_location.c status = regexec(®ex, r->id, nregs, pmatch, 0); regexec 302 lib/pengine/failcounts.c if (regexec(&(fc_data->failcount_re), (const char *) key, 0, NULL, 0) == 0) { regexec 322 lib/pengine/failcounts.c if (regexec(&(fc_data->lastfailure_re), (const char *) key, 0, NULL, regexec 399 maint/gnulib/lib/exclude.c ? regexec (&opts->v.re, f, 0, NULL, 0) == 0 regexec 679 maint/gnulib/lib/regex.h extern int regexec (const regex_t *_Restrict_ __preg, regexec 223 maint/gnulib/lib/regexec.c versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4); regexec 234 maint/gnulib/lib/regexec.c return regexec (preg, string, nmatch, pmatch, regexec 237 maint/gnulib/lib/regexec.c compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0); regexec 563 maint/gnulib/lib/regexec.c return 0 == regexec (&re_comp_buf, s, 0, NULL, 0); regexec 121 maint/gnulib/lib/rpmatch.c return regexec (re, response, 0, NULL, 0) == 0; regexec 52 maint/gnulib/tests/test-regex-quote.c ASSERT (regexec (®ex, literal, 1, match, 0) == 0); regexec 69 maint/gnulib/tests/test-regex-quote.c ASSERT (regexec (®ex, literal, 1, match, 0) == 0); regexec 144 maint/gnulib/tests/test-regex.c if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))