attr_pattern       47 tools/attrd_updater.c     gchar *attr_pattern;
attr_pattern      138 tools/attrd_updater.c     { "pattern", 'P', 0, G_OPTION_ARG_STRING, &options.attr_pattern,
attr_pattern      325 tools/attrd_updater.c     if (options.attr_pattern) {
attr_pattern      341 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      415 tools/crm_attribute.c     if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      453 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      502 tools/crm_attribute.c     if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      519 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      570 tools/crm_attribute.c     if (od->use_pattern && !pcmk__str_eq(name, options.attr_pattern, pcmk__str_regex)) {
attr_pattern      590 tools/crm_attribute.c     bool use_pattern = options.attr_pattern != NULL;
attr_pattern      703 tools/crm_attribute.c            || (options.attr_pattern != NULL);
attr_pattern      711 tools/crm_attribute.c            || (options.attr_pattern != NULL);
attr_pattern      906 tools/crm_attribute.c     if (options.attr_pattern) {
attr_pattern      922 tools/crm_attribute.c         options.attr_name = options.attr_pattern;