regcomp           288 daemons/attrd/attrd_commands.c         if (regcomp(r_patt, regex, REG_EXTENDED|REG_NOSUB)) {
regcomp           326 daemons/attrd/attrd_utils.c     rc = regcomp(regex, pattern, REG_EXTENDED|REG_NOSUB);
regcomp            94 daemons/controld/controld_metadata.c         regcomp(version_format_regex, regex_string, REG_EXTENDED | REG_NOSUB);
regcomp           854 daemons/fenced/fenced_remote.c             if (regcomp(&r_patt, tp->target_pattern, REG_EXTENDED|REG_NOSUB)) {
regcomp           147 lib/common/operations.c         rc = regcomp(notify_migrate_re, "^(.*)_(migrate_(from|to)|(pre|post)_notify_([a-z]+|migrate_(from|to)))_([0-9]+)$",
regcomp          1117 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)) {
regcomp           218 lib/pengine/failcounts.c     CRM_LOG_ASSERT(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);