REG_EXTENDED 288 daemons/attrd/attrd_commands.c if (regcomp(r_patt, regex, REG_EXTENDED|REG_NOSUB)) { REG_EXTENDED 320 daemons/attrd/attrd_utils.c rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB); REG_EXTENDED 94 daemons/controld/controld_metadata.c regcomp(version_format_regex, regex_string, REG_EXTENDED | REG_NOSUB); REG_EXTENDED 767 daemons/fenced/fenced_remote.c if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) { REG_EXTENDED 148 lib/common/operations.c REG_EXTENDED); REG_EXTENDED 1128 lib/common/strings.c int reg_flags = REG_EXTENDED | REG_NOSUB; REG_EXTENDED 742 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);