regexec 220 attrd/commands.c int status = regexec(r_patt, attr, 0, NULL, 0); regexec 516 attrd/commands.c if (regexec(®ex, attr, 0, NULL, 0) == 0) { regexec 264 attrd/legacy.c if (regexec(®ex, hash_entry->id, 0, NULL, 0) == 0) { regexec 1178 attrd/legacy.c int rc = regexec(®ex, hash_entry->id, 0, NULL, 0); regexec 103 crmd/crmd_metadata.c return regexec(version_format_regex, version, 0, NULL, 0) == 0; regexec 728 fencing/remote.c int status = regexec(&r_patt, node, 0, NULL, 0); regexec 252 lib/pengine/failcounts.c if (regexec(&failcount_re, key, 0, NULL, 0) == 0) { regexec 254 lib/pengine/failcounts.c } else if (regexec(&lastfailure_re, key, 0, NULL, 0) == 0) { regexec 694 pengine/constraints.c status = regexec(r_patt, r->id, nregs, pmatch, 0);