buffer_set        242 lib/common/patchset_display.c             GString *buffer_set = NULL;
buffer_set        259 lib/common/patchset_display.c                     pcmk__add_separated_word(&buffer_set, 256, "@", ", ");
buffer_set        260 lib/common/patchset_display.c                     pcmk__g_strcat(buffer_set, name, "=", value, NULL);
buffer_set        268 lib/common/patchset_display.c             if (buffer_set != NULL) {
buffer_set        269 lib/common/patchset_display.c                 temp_rc = out->info(out, "+  %s:  %s", xpath, buffer_set->str);
buffer_set        271 lib/common/patchset_display.c                 g_string_free(buffer_set, TRUE);