action_stdout    1403 daemons/controld/controld_execd.c                                      result->action_stdout);
action_stdout     656 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
action_stdout     658 daemons/execd/execd_commands.c                     cmd->result.action_stdout);
action_stdout    1278 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
action_stdout    2571 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2579 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2630 daemons/fenced/fenced_commands.c         crm_log_output(output_log_level, prefix, result->action_stdout);
action_stdout      59 include/crm/common/results_internal.h     char *action_stdout;    // Action output
action_stdout      74 include/crm/common/results_internal.h         .action_stdout = NULL,                  \
action_stdout    1053 lib/common/results.c     free(result->action_stdout);
action_stdout    1054 lib/common/results.c     result->action_stdout = out;
action_stdout    1076 lib/common/results.c     free(result->action_stdout);
action_stdout    1077 lib/common/results.c     result->action_stdout = NULL;
action_stdout    1097 lib/common/results.c     dst->action_stdout = pcmk__str_copy(src->action_stdout);
action_stdout     435 lib/fencing/st_actions.c     const char *action_stdout = NULL;
action_stdout     444 lib/fencing/st_actions.c         action_stdout = result->action_stdout;
action_stdout     451 lib/fencing/st_actions.c     crm_xml_add(xml, PCMK__XA_ST_OUTPUT, action_stdout);
action_stdout     495 lib/fencing/st_actions.c     char *action_stdout = NULL;
action_stdout     500 lib/fencing/st_actions.c     action_stdout = crm_element_value_copy(xml, PCMK__XA_ST_OUTPUT);
action_stdout     526 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
action_stdout    2498 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout    2503 lib/fencing/st_client.c                                       &result.action_stdout);
action_stdout    2517 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    2563 lib/lrmd/lrmd_client.c     result.action_stdout = NULL; // Prevent free, because action owns it