detail_str       3241 lib/pengine/pe_output.c     GString *detail_str = NULL;
detail_str       3254 lib/pengine/pe_output.c         detail_str = g_string_sized_new(100);
detail_str       3255 lib/pengine/pe_output.c         pcmk__g_strcat(detail_str, "\t(", NULL);
detail_str       3260 lib/pengine/pe_output.c                 g_string_append_printf(detail_str, ", %s=", name);
detail_str       3262 lib/pengine/pe_output.c                 g_string_append_printf(detail_str, "%s=", name);
detail_str       3272 lib/pengine/pe_output.c                 pcmk__g_strcat(detail_str, epoch_str, NULL);
detail_str       3275 lib/pengine/pe_output.c                 pcmk__g_strcat(detail_str, value, NULL);
detail_str       3279 lib/pengine/pe_output.c         pcmk__g_strcat(detail_str, ")", NULL);
detail_str       3294 lib/pengine/pe_output.c         if (detail_str == NULL) {
detail_str       3304 lib/pengine/pe_output.c                            ticket_standby_text(ticket), detail_str->str);
detail_str       3310 lib/pengine/pe_output.c                        detail_str != NULL ? detail_str->str : "");
detail_str       3313 lib/pengine/pe_output.c     if (detail_str != NULL) {
detail_str       3314 lib/pengine/pe_output.c         g_string_free(detail_str, TRUE);