re 177 include/crm/pengine/common.h pe_re_match_data_t *re; re 142 lib/pacemaker/pcmk_sched_location.c .re = re_match_data, re 199 lib/pengine/failcounts.c gboolean is_legacy, gboolean is_unique, regex_t *re) re 218 lib/pengine/failcounts.c CRM_LOG_ASSERT(regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) == 0); re 964 lib/pengine/rules.c if (rule_data->match_data->re != NULL) { re 965 lib/pengine/rules.c char *resolved_attr = pe_expand_re_matches(attr, rule_data->match_data->re); re 1222 lib/pengine/rules.c .re = re_match_data, re 1246 lib/pengine/rules.c .re = re_match_data, re 82 maint/gnulib/lib/exclude.c regex_t re; re 290 maint/gnulib/lib/exclude.c regfree (&seg->v.pat.exclude[i].v.re); re 399 maint/gnulib/lib/exclude.c ? regexec (&opts->v.re, f, 0, NULL, 0) == 0 re 559 maint/gnulib/lib/exclude.c rc = regcomp (&patopts->v.re, tmp, cflags); re 564 maint/gnulib/lib/exclude.c rc = regcomp (&patopts->v.re, pattern, cflags); re 706 maint/gnulib/lib/mountlist.c struct rootdir_entry *re = xmalloc (sizeof *re); re 707 maint/gnulib/lib/mountlist.c re->name = name; re 708 maint/gnulib/lib/mountlist.c re->dev = statbuf.st_dev; re 709 maint/gnulib/lib/mountlist.c re->ino = statbuf.st_ino; re 712 maint/gnulib/lib/mountlist.c *rootdir_tail = re; re 713 maint/gnulib/lib/mountlist.c rootdir_tail = &re->next; re 726 maint/gnulib/lib/mountlist.c struct rootdir_entry *re; re 728 maint/gnulib/lib/mountlist.c for (re = rootdir_list; re; re = re->next) re 729 maint/gnulib/lib/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) re 735 maint/gnulib/lib/mountlist.c me->me_mountdir = xstrdup (re != NULL ? re->name : fi.fsh_name); re 751 maint/gnulib/lib/mountlist.c struct rootdir_entry *re = rootdir_list; re 752 maint/gnulib/lib/mountlist.c rootdir_list = re->next; re 753 maint/gnulib/lib/mountlist.c free (re->name); re 754 maint/gnulib/lib/mountlist.c free (re); re 47 maint/gnulib/lib/regex.c # define re_set_registers(bu, re, nu, st, en) \ re 48 maint/gnulib/lib/regex.c __re_set_registers (bu, re, nu, st, en) re 92 maint/gnulib/lib/rpmatch.c try (const char *response, const char *pattern, char **lastp, regex_t *re) re 102 maint/gnulib/lib/rpmatch.c regfree (re); re 112 maint/gnulib/lib/rpmatch.c if (regcomp (re, safe_pattern, REG_EXTENDED) != 0) re 121 maint/gnulib/lib/rpmatch.c return regexec (re, response, 0, NULL, 0) == 0; re 128 maint/gnulib/tests/test-regex.c regex_t re; re 135 maint/gnulib/tests/test-regex.c n = regcomp (&re, tests[i].pattern, tests[i].flags); re 139 maint/gnulib/tests/test-regex.c regerror (n, &re, buf, sizeof (buf)); re 144 maint/gnulib/tests/test-regex.c if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0)) re 147 maint/gnulib/tests/test-regex.c regfree (&re); re 163 maint/gnulib/tests/test-regex.c regfree (&re);