REG_EXTENDED      258 daemons/attrd/attrd_ipc.c         if (regcomp(&r_patt, regex, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED      221 daemons/attrd/attrd_utils.c     rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB);
REG_EXTENDED      894 daemons/fenced/fenced_remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED     1171 lib/common/strings.c         int reg_flags = REG_EXTENDED | REG_NOSUB;
REG_EXTENDED      416 lib/pacemaker/pcmk_sched_location.c         if (regcomp(&regex, value, REG_EXTENDED) != 0) {
REG_EXTENDED      223 lib/pengine/failcounts.c     if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) {