re                 42 include/crm/pengine/common_compat.h     pe_re_match_data_t *re;
re                292 lib/common/schemas.c     const char *re = NULL;
re                300 lib/common/schemas.c     re = "upgrade-[[:digit:]]{1,3}\\.[[:digit:]]{1,3}-[[:digit:]]{1,3}\\.xsl";
re                302 lib/common/schemas.c     if (!pcmk__str_eq(entry->d_name, re, pcmk__str_regex)) {
re                210 lib/pengine/failcounts.c                     regex_t *re)
re                223 lib/pengine/failcounts.c     if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) {
re                 66 lib/pengine/rules_compat.c         if (old->match_data->re != NULL) {
re                 67 lib/pengine/rules_compat.c             new->rsc_id = old->match_data->re->string;
re                 68 lib/pengine/rules_compat.c             new->rsc_id_submatches = old->match_data->re->pmatch;
re                 69 lib/pengine/rules_compat.c             new->rsc_id_nmatches = old->match_data->re->nregs;