re 29 include/crm/pengine/common.h pe_re_match_data_t *re; re 207 lib/pengine/failcounts.c gboolean is_legacy, gboolean is_unique, regex_t *re) re 226 lib/pengine/failcounts.c if (regcomp(re, pattern, REG_EXTENDED|REG_NOSUB) != 0) { re 53 lib/pengine/rules.c if (old->match_data->re != NULL) { re 54 lib/pengine/rules.c new->rsc_id = old->match_data->re->string; re 55 lib/pengine/rules.c new->rsc_id_submatches = old->match_data->re->pmatch; re 56 lib/pengine/rules.c new->rsc_id_nmatches = old->match_data->re->nregs; re 340 lib/pengine/rules.c if (match_data->re != NULL) { re 341 lib/pengine/rules.c rule_input.rsc_id = match_data->re->string; re 342 lib/pengine/rules.c rule_input.rsc_id_submatches = match_data->re->pmatch; re 343 lib/pengine/rules.c rule_input.rsc_id_nmatches = match_data->re->nregs; re 365 lib/pengine/rules.c .re = re_match_data, re 392 lib/pengine/rules.c if (match_data->re != NULL) { re 393 lib/pengine/rules.c rule_input.rsc_id = match_data->re->string; re 394 lib/pengine/rules.c rule_input.rsc_id_submatches = match_data->re->pmatch; re 395 lib/pengine/rules.c rule_input.rsc_id_nmatches = match_data->re->nregs; re 412 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);