regexec           465 daemons/attrd/attrd_corosync.c         if (regexec(&regex, attr, 0, NULL, 0) == 0) {
regexec           262 daemons/attrd/attrd_ipc.c             int status = regexec(&r_patt, attr, 0, NULL, 0);
regexec           885 daemons/fenced/fenced_remote.c                 int status = regexec(&r_patt, node, 0, NULL, 0);
regexec          1185 lib/common/strings.c             rc = regexec(&r_patt, s1, 0, NULL, 0);
regexec           439 lib/pacemaker/pcmk_sched_location.c             status = regexec(&regex, r->id, nregs, pmatch, 0);
regexec           290 lib/pengine/failcounts.c     if (regexec(&(fc_data->failcount_re), (const char *) key, 0, NULL, 0) == 0) {
regexec           310 lib/pengine/failcounts.c     if (regexec(&(fc_data->lastfailure_re), (const char *) key, 0, NULL,