regexec 257 daemons/attrd/attrd_commands.c int status = regexec(r_patt, attr, 0, NULL, 0); regexec 542 daemons/attrd/attrd_commands.c if (regexec(®ex, attr, 0, NULL, 0) == 0) { regexec 105 daemons/controld/controld_metadata.c return regexec(version_format_regex, version, 0, NULL, 0) == 0; regexec 767 daemons/fenced/fenced_remote.c int status = regexec(&r_patt, node, 0, NULL, 0); regexec 151 lib/common/operations.c rc = regexec(notify_migrate_re, key, nmatch, pmatch, 0); regexec 1031 lib/common/strings.c rc = regexec(r_patt, s1, 0, NULL, 0); regexec 760 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) {