REG_EXTENDED      290 attrd/attrd_common.c     rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB);
REG_EXTENDED      214 attrd/commands.c         if (regcomp(r_patt, regex, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED     1168 attrd/legacy.c         if (regcomp(&regex, pattern, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED       93 crmd/crmd_metadata.c         regcomp(version_format_regex, regex_string, REG_EXTENDED | REG_NOSUB);
REG_EXTENDED      725 fencing/remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED      204 lib/pengine/failcounts.c     CRM_LOG_ASSERT(regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) == 0);
REG_EXTENDED      674 pengine/constraints.c         if (regcomp(r_patt, value, REG_EXTENDED)) {