action_stdout    1729 daemons/controld/controld_execd.c                                      result->action_stdout);
action_stdout     650 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
action_stdout     651 daemons/execd/execd_commands.c         crm_xml_add(notify, F_LRMD_RSC_OUTPUT, cmd->result.action_stdout);
action_stdout    1265 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
action_stdout    2520 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2527 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
action_stdout    2577 daemons/fenced/fenced_commands.c         crm_log_output(output_log_level, prefix, result->action_stdout);
action_stdout      37 include/crm/common/results_internal.h     char *action_stdout;    // Action output
action_stdout      52 include/crm/common/results_internal.h         .action_stdout = NULL,                  \
action_stdout     970 lib/common/results.c     free(result->action_stdout);
action_stdout     971 lib/common/results.c     result->action_stdout = out;
action_stdout     993 lib/common/results.c     free(result->action_stdout);
action_stdout     994 lib/common/results.c     result->action_stdout = NULL;
action_stdout    1014 lib/common/results.c     pcmk__str_update(&dst->action_stdout, src->action_stdout);
action_stdout     439 lib/fencing/st_actions.c     const char *action_stdout = NULL;
action_stdout     448 lib/fencing/st_actions.c         action_stdout = result->action_stdout;
action_stdout     455 lib/fencing/st_actions.c     crm_xml_add(xml, F_STONITH_OUTPUT, action_stdout);
action_stdout     499 lib/fencing/st_actions.c     char *action_stdout = NULL;
action_stdout     504 lib/fencing/st_actions.c     action_stdout = crm_element_value_copy(xml, F_STONITH_OUTPUT);
action_stdout     530 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
action_stdout    2477 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout    2482 lib/fencing/st_client.c                                       &result.action_stdout);
action_stdout    2496 lib/fencing/st_client.c                     .action_stdout = NULL,
action_stdout     159 lib/fencing/st_rhcs.c     if (result->action_stdout == NULL) {
action_stdout     165 lib/fencing/st_rhcs.c     xml = string2xml(result->action_stdout);
action_stdout     306 lib/fencing/st_rhcs.c             *output = result->action_stdout;
action_stdout     307 lib/fencing/st_rhcs.c             result->action_stdout = NULL;
action_stdout    2369 lib/lrmd/lrmd_client.c     result.action_stdout = NULL; // Prevent free, because action owns it