buffer_set        239 lib/common/patchset_display.c             GString *buffer_set = NULL;
buffer_set        254 lib/common/patchset_display.c                     pcmk__add_separated_word(&buffer_set, 256, "@", ", ");
buffer_set        255 lib/common/patchset_display.c                     pcmk__g_strcat(buffer_set, name, "=", value, NULL);
buffer_set        263 lib/common/patchset_display.c             if (buffer_set != NULL) {
buffer_set        264 lib/common/patchset_display.c                 temp_rc = out->info(out, "+  %s:  %s", xpath, buffer_set->str);
buffer_set        266 lib/common/patchset_display.c                 g_string_free(buffer_set, TRUE);