REG_EXTENDED      256 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      882 daemons/fenced/fenced_remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
REG_EXTENDED     1169 lib/common/strings.c         int reg_flags = REG_EXTENDED | REG_NOSUB;
REG_EXTENDED      417 lib/pacemaker/pcmk_sched_location.c         if (regcomp(&regex, value, REG_EXTENDED) != 0) {
REG_EXTENDED      220 lib/pengine/failcounts.c     if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) {