attr_pattern       47 tools/attrd_updater.c     gchar *attr_pattern;
attr_pattern      137 tools/attrd_updater.c     { "pattern", 'P', 0, G_OPTION_ARG_STRING, &options.attr_pattern,
attr_pattern      320 tools/attrd_updater.c     if (options.attr_pattern) {
attr_pattern      336 tools/attrd_updater.c         options.attr_name = options.attr_pattern;
attr_pattern       68 tools/crm_attribute.c     gchar *attr_pattern;
attr_pattern      201 tools/crm_attribute.c     { "pattern", 'P', 0, G_OPTION_ARG_STRING, &options.attr_pattern,
attr_pattern      413 tools/crm_attribute.c     if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      451 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      500 tools/crm_attribute.c     if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      517 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      568 tools/crm_attribute.c     if (od->use_pattern && !pcmk__str_eq(name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      588 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      701 tools/crm_attribute.c            || (options.attr_pattern != NULL);
attr_pattern      709 tools/crm_attribute.c            || (options.attr_pattern != NULL);
attr_pattern      903 tools/crm_attribute.c     if (options.attr_pattern) {
attr_pattern      919 tools/crm_attribute.c         options.attr_name = options.attr_pattern;