g_string_append_printf 2645 daemons/controld/controld_execd.c         g_string_append_printf(str, " on %s", node_name);
g_string_append_printf 2651 daemons/controld/controld_execd.c             g_string_append_printf(str, ": %s",
g_string_append_printf 2656 daemons/controld/controld_execd.c             g_string_append_printf(str, ": %s after %s",
g_string_append_printf 2665 daemons/controld/controld_execd.c             g_string_append_printf(str, ": %s",
g_string_append_printf 2671 daemons/controld/controld_execd.c         g_string_append_printf(str, " (%s)", op->exit_reason);
g_string_append_printf 2676 daemons/controld/controld_execd.c         g_string_append_printf(str, " CIB update %d,", update_id);
g_string_append_printf 2678 daemons/controld/controld_execd.c     g_string_append_printf(str, " graph action %sconfirmed; call=%d key=%s",
g_string_append_printf 2681 daemons/controld/controld_execd.c         g_string_append_printf(str, " rc=%d", op->rc);
g_string_append_printf  221 daemons/execd/execd_commands.c         g_string_append_printf(str, ", PID %d", cmd->last_pid);
g_string_append_printf  224 daemons/execd/execd_commands.c         g_string_append_printf(str, ") exited with status %d",
g_string_append_printf  227 daemons/execd/execd_commands.c         g_string_append_printf(str, ") could not be executed: %s",
g_string_append_printf  231 daemons/execd/execd_commands.c         g_string_append_printf(str, " (%s)", cmd->result.exit_reason);
g_string_append_printf  235 daemons/execd/execd_commands.c     g_string_append_printf(str, " (execution time %s",
g_string_append_printf  238 daemons/execd/execd_commands.c         g_string_append_printf(str, " after being queued %s",
g_string_append_printf 2293 daemons/fenced/fenced_commands.c         g_string_append_printf(msg, "[%d] ", pid);
g_string_append_printf 2296 daemons/fenced/fenced_commands.c         g_string_append_printf(msg, "targeting %s ", cmd->victim);
g_string_append_printf 2298 daemons/fenced/fenced_commands.c     g_string_append_printf(msg, "using %s ", cmd->device);
g_string_append_printf 2301 daemons/fenced/fenced_commands.c     g_string_append_printf(msg, "returned %d (%s)", rc, pcmk_strerror(rc));
g_string_append_printf 2305 daemons/fenced/fenced_commands.c         g_string_append_printf(msg, ", retrying with %s", next);
g_string_append_printf 2308 daemons/fenced/fenced_commands.c         g_string_append_printf(msg, " (%u device%s remaining)",
g_string_append_printf 2312 daemons/fenced/fenced_commands.c     g_string_append_printf(msg, " " CRM_XS " %scall %d from %s",
g_string_append_printf  591 lib/pengine/native.c             g_string_append_printf(outstr, " FAILED %s", role2text(role));
g_string_append_printf  596 lib/pengine/native.c         g_string_append_printf(outstr, " %s", native_displayable_state(rsc, pcmk_is_set(show_opts, pcmk_show_pending)));
g_string_append_printf  599 lib/pengine/native.c         g_string_append_printf(outstr, " %s", node->details->uname);
g_string_append_printf  650 lib/pengine/native.c             g_string_append_printf(outstr, " %s", desc);
g_string_append_printf 1145 lib/pengine/pe_output.c         g_string_append_printf(str, "%s-interval ",
g_string_append_printf 1148 lib/pengine/pe_output.c     g_string_append_printf(str, "%s on %s",
g_string_append_printf 1152 lib/pengine/pe_output.c         g_string_append_printf(str, " returned '%s'",
g_string_append_printf 1155 lib/pengine/pe_output.c         g_string_append_printf(str, " could not be executed (%s)",
g_string_append_printf 1160 lib/pengine/pe_output.c         g_string_append_printf(str, " because '%s'", exit_reason);
g_string_append_printf 1167 lib/pengine/pe_output.c             g_string_append_printf(str, " at %s", last_change_str);
g_string_append_printf 1175 lib/pengine/pe_output.c             g_string_append_printf(str, " after %s",
g_string_append_printf 1222 lib/pengine/pe_output.c         g_string_append_printf(str, ", exitreason='%s'", exit_reason);
g_string_append_printf 1229 lib/pengine/pe_output.c             g_string_append_printf(str, ", " XML_RSC_OP_LAST_CHANGE "='%s'",
g_string_append_printf 1234 lib/pengine/pe_output.c         g_string_append_printf(str, ", queued=%sms", queue_time);
g_string_append_printf 1237 lib/pengine/pe_output.c         g_string_append_printf(str, ", exec=%sms", exec_time);