regcomp           264 daemons/attrd/attrd_ipc.c         if (regcomp(&r_patt, regex, REG_EXTENDED|REG_NOSUB)) {
regcomp           216 daemons/attrd/attrd_utils.c     rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB);
regcomp           874 daemons/fenced/fenced_remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
regcomp          1124 lib/common/strings.c         regcomp_rc = regcomp(&r_patt, s2, reg_flags);
regcomp           313 lib/pacemaker/pcmk_sched_location.c         if (regcomp(r_patt, value, REG_EXTENDED) != 0) {
regcomp           226 lib/pengine/failcounts.c     if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) {
regcomp           559 maint/gnulib/lib/exclude.c                   rc = regcomp (&patopts->v.re, tmp, cflags);
regcomp           564 maint/gnulib/lib/exclude.c             rc = regcomp (&patopts->v.re, pattern, cflags);
regcomp           491 maint/gnulib/lib/regcomp.c weak_alias (__regcomp, regcomp)
regcomp           675 maint/gnulib/lib/regex.h extern int regcomp (regex_t *_Restrict_ __preg,
regcomp           112 maint/gnulib/lib/rpmatch.c       if (regcomp (re, safe_pattern, REG_EXTENDED) != 0)
regcomp            50 maint/gnulib/tests/test-regex-quote.c     ASSERT (regcomp (&regex, result, cflags) == 0);
regcomp            67 maint/gnulib/tests/test-regex-quote.c     ASSERT (regcomp (&regex, result, cflags) == 0);
regcomp           135 maint/gnulib/tests/test-regex.c       n = regcomp (&re, tests[i].pattern, tests[i].flags);