detail_str 3253 lib/pengine/pe_output.c GString *detail_str = NULL; detail_str 3266 lib/pengine/pe_output.c detail_str = g_string_sized_new(100); detail_str 3267 lib/pengine/pe_output.c pcmk__g_strcat(detail_str, "\t(", NULL); detail_str 3272 lib/pengine/pe_output.c g_string_append_printf(detail_str, ", %s=", name); detail_str 3274 lib/pengine/pe_output.c g_string_append_printf(detail_str, "%s=", name); detail_str 3284 lib/pengine/pe_output.c pcmk__g_strcat(detail_str, epoch_str, NULL); detail_str 3287 lib/pengine/pe_output.c pcmk__g_strcat(detail_str, value, NULL); detail_str 3291 lib/pengine/pe_output.c pcmk__g_strcat(detail_str, ")", NULL); detail_str 3306 lib/pengine/pe_output.c if (detail_str == NULL) { detail_str 3316 lib/pengine/pe_output.c ticket_standby_text(ticket), detail_str->str); detail_str 3322 lib/pengine/pe_output.c detail_str != NULL ? detail_str->str : ""); detail_str 3325 lib/pengine/pe_output.c if (detail_str != NULL) { detail_str 3326 lib/pengine/pe_output.c g_string_free(detail_str, TRUE);