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