regexec           294 daemons/attrd/attrd_commands.c                 int status = regexec(r_patt, attr, 0, NULL, 0);
regexec           579 daemons/attrd/attrd_commands.c         if (regexec(&regex, attr, 0, NULL, 0) == 0) {
regexec           104 daemons/controld/controld_metadata.c     return regexec(version_format_regex, version, 0, NULL, 0) == 0;
regexec           783 daemons/fenced/fenced_remote.c                 int status = regexec(&r_patt, node, 0, NULL, 0);
regexec           152 lib/common/operations.c     rc = regexec(notify_migrate_re, key, nmatch, pmatch, 0);
regexec          1123 lib/common/strings.c             rc = regexec(r_patt, s1, 0, NULL, 0);
regexec           335 lib/pacemaker/pcmk_sched_location.c             status = regexec(r_patt, r->id, nregs, pmatch, 0);
regexec           266 lib/pengine/failcounts.c         if (regexec(&failcount_re, key, 0, NULL, 0) == 0) {
regexec           268 lib/pengine/failcounts.c         } else if (regexec(&lastfailure_re, key, 0, NULL, 0) == 0) {
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           229 maint/gnulib/lib/regexec.c versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
regexec           240 maint/gnulib/lib/regexec.c   return regexec (preg, string, nmatch, pmatch,
regexec           243 maint/gnulib/lib/regexec.c compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
regexec           569 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))