REG_EXTENDED 251 daemons/attrd/attrd_commands.c if (regcomp(r_patt, regex, REG_EXTENDED|REG_NOSUB)) { REG_EXTENDED 287 daemons/attrd/attrd_utils.c rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB); REG_EXTENDED 95 daemons/controld/controld_metadata.c regcomp(version_format_regex, regex_string, REG_EXTENDED | REG_NOSUB); REG_EXTENDED 764 daemons/fenced/fenced_remote.c if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) { REG_EXTENDED 147 lib/common/operations.c REG_EXTENDED); REG_EXTENDED 1014 lib/common/strings.c int reg_flags = REG_EXTENDED | REG_NOSUB; REG_EXTENDED 738 lib/pacemaker/pcmk_sched_constraints.c if (regcomp(r_patt, value, REG_EXTENDED)) { REG_EXTENDED 218 lib/pengine/failcounts.c CRM_LOG_ASSERT(regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) == 0);