attr_pattern 92 tools/crm_attribute.c gchar *attr_pattern; attr_pattern 175 tools/crm_attribute.c { "pattern", 'P', 0, G_OPTION_ARG_STRING, &options.attr_pattern, attr_pattern 385 tools/crm_attribute.c if (options.attr_pattern) { attr_pattern 422 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { attr_pattern 444 tools/crm_attribute.c bool use_pattern = options.attr_pattern != NULL; attr_pattern 497 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { attr_pattern 514 tools/crm_attribute.c bool use_pattern = options.attr_pattern != NULL; attr_pattern 569 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 694 tools/crm_attribute.c return options.command != 'D' || options.attr_name != NULL || options.attr_pattern != NULL; attr_pattern 862 tools/crm_attribute.c if (options.attr_pattern) { attr_pattern 872 tools/crm_attribute.c options.attr_name = options.attr_pattern;