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           770 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          1145 lib/common/strings.c             rc = regexec(r_patt, s1, 0, NULL, 0);
regexec           764 lib/pacemaker/pcmk_sched_constraints.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) {