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 317 tools/attrd_updater.c if (options.attr_pattern) { attr_pattern 333 tools/attrd_updater.c options.attr_name = options.attr_pattern; attr_pattern 93 tools/crm_attribute.c gchar *attr_pattern; attr_pattern 196 tools/crm_attribute.c { "pattern", 'P', 0, G_OPTION_ARG_STRING, &options.attr_pattern, attr_pattern 370 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { attr_pattern 392 tools/crm_attribute.c bool use_pattern = options.attr_pattern != NULL; attr_pattern 445 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { attr_pattern 462 tools/crm_attribute.c bool use_pattern = options.attr_pattern != NULL; attr_pattern 517 tools/crm_attribute.c if (od->use_pattern && !pcmk__str_eq(name, options.attr_pattern, pcmk__str_regex)) { attr_pattern 536 tools/crm_attribute.c bool use_pattern = options.attr_pattern != NULL; attr_pattern 639 tools/crm_attribute.c return options.command != 'D' || options.attr_name != NULL || options.attr_pattern != NULL; attr_pattern 803 tools/crm_attribute.c if (options.attr_pattern) { attr_pattern 819 tools/crm_attribute.c options.attr_name = options.attr_pattern;