action_stdout    1382 daemons/controld/controld_execd.c                                      result->action_stdout);
action_stdout     667 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
action_stdout     669 daemons/execd/execd_commands.c                     cmd->result.action_stdout);
action_stdout    1234 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
action_stdout    2521 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2529 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2580 daemons/fenced/fenced_commands.c         crm_log_output(output_log_level, prefix, result->action_stdout);
action_stdout      67 include/crm/common/results_internal.h     char *action_stdout;    // Action output
action_stdout      82 include/crm/common/results_internal.h         .action_stdout = NULL,                  \
action_stdout    1163 lib/common/results.c     free(result->action_stdout);
action_stdout    1164 lib/common/results.c     result->action_stdout = out;
action_stdout    1186 lib/common/results.c     free(result->action_stdout);
action_stdout    1187 lib/common/results.c     result->action_stdout = NULL;
action_stdout    1207 lib/common/results.c     dst->action_stdout = pcmk__str_copy(src->action_stdout);
action_stdout     425 lib/fencing/st_actions.c     const char *action_stdout = NULL;
action_stdout     434 lib/fencing/st_actions.c         action_stdout = result->action_stdout;
action_stdout     441 lib/fencing/st_actions.c     crm_xml_add(xml, PCMK__XA_ST_OUTPUT, action_stdout);
action_stdout     488 lib/fencing/st_actions.c     char *action_stdout = NULL;
action_stdout     493 lib/fencing/st_actions.c     action_stdout = crm_element_value_copy(xml, PCMK__XA_ST_OUTPUT);
action_stdout     519 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
action_stdout    2594 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout    2599 lib/fencing/st_client.c                                       &result.action_stdout);
action_stdout    2613 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout     162 lib/fencing/st_rhcs.c     if (result->action_stdout == NULL) {
action_stdout     168 lib/fencing/st_rhcs.c     xml = pcmk__xml_parse(result->action_stdout);
action_stdout     314 lib/fencing/st_rhcs.c             *output = result->action_stdout;
action_stdout     315 lib/fencing/st_rhcs.c             result->action_stdout = NULL;
action_stdout    2515 lib/lrmd/lrmd_client.c     result.action_stdout = NULL; // Prevent free, because action owns it