regexec           481 daemons/attrd/attrd_corosync.c         if (regexec(&regex, attr, 0, NULL, 0) == 0) {
regexec           270 daemons/attrd/attrd_ipc.c             int status = regexec(&r_patt, attr, 0, NULL, 0);
regexec           877 daemons/fenced/fenced_remote.c                 int status = regexec(&r_patt, node, 0, NULL, 0);
regexec          1129 lib/common/strings.c             rc = regexec(&r_patt, s1, 0, NULL, 0);
regexec           336 lib/pacemaker/pcmk_sched_location.c             status = regexec(r_patt, 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           312 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 (&regex, literal, 1, match, 0) == 0);
regexec            69 maint/gnulib/tests/test-regex-quote.c     ASSERT (regexec (&regex, literal, 1, match, 0) == 0);
regexec           144 maint/gnulib/tests/test-regex.c       if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))