REG_NOSUB         256 daemons/attrd/attrd_ipc.c         if (regcomp(&r_patt, regex, REG_EXTENDED|REG_NOSUB)) {
REG_NOSUB         221 daemons/attrd/attrd_utils.c     rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB);
REG_NOSUB         882 daemons/fenced/fenced_remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
REG_NOSUB        1169 lib/common/strings.c         int reg_flags = REG_EXTENDED | REG_NOSUB;
REG_NOSUB         220 lib/pengine/failcounts.c     if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) {