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