action_stdout    1381 daemons/controld/controld_execd.c                                      result->action_stdout);
action_stdout     658 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
action_stdout     660 daemons/execd/execd_commands.c                     cmd->result.action_stdout);
action_stdout    1207 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
action_stdout    2501 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2509 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2560 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    1149 lib/common/results.c     free(result->action_stdout);
action_stdout    1150 lib/common/results.c     result->action_stdout = out;
action_stdout    1172 lib/common/results.c     free(result->action_stdout);
action_stdout    1173 lib/common/results.c     result->action_stdout = NULL;
action_stdout    1193 lib/common/results.c     dst->action_stdout = pcmk__str_copy(src->action_stdout);
action_stdout     436 lib/fencing/st_actions.c     const char *action_stdout = NULL;
action_stdout     445 lib/fencing/st_actions.c         action_stdout = result->action_stdout;
action_stdout     452 lib/fencing/st_actions.c     crm_xml_add(xml, PCMK__XA_ST_OUTPUT, action_stdout);
action_stdout     496 lib/fencing/st_actions.c     char *action_stdout = NULL;
action_stdout     501 lib/fencing/st_actions.c     action_stdout = crm_element_value_copy(xml, PCMK__XA_ST_OUTPUT);
action_stdout     527 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
action_stdout    2522 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout    2527 lib/fencing/st_client.c                                       &result.action_stdout);
action_stdout    2541 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     320 lib/fencing/st_rhcs.c             *output = result->action_stdout;
action_stdout     321 lib/fencing/st_rhcs.c             result->action_stdout = NULL;
action_stdout    2513 lib/lrmd/lrmd_client.c     result.action_stdout = NULL; // Prevent free, because action owns it