graph_file        146 daemons/controld/controld_transition.c         const char *graph_file = crm_element_value(input->msg, F_CRM_TGRAPH);
graph_file        149 daemons/controld/controld_transition.c         if (graph_file == NULL && input->xml == NULL) {
graph_file        168 daemons/controld/controld_transition.c         if (graph_data == NULL && graph_file != NULL) {
graph_file        169 daemons/controld/controld_transition.c             graph_data = filename2xml(graph_file);
graph_file        169 daemons/schedulerd/pacemaker-schedulerd.c             char *graph_file = NULL;
graph_file        172 daemons/schedulerd/pacemaker-schedulerd.c             graph_file = crm_strdup_printf("%s/pengine.graph.XXXXXX",
graph_file        174 daemons/schedulerd/pacemaker-schedulerd.c             graph_file_fd = mkstemp(graph_file);
graph_file        177 daemons/schedulerd/pacemaker-schedulerd.c                     graph_file);
graph_file        179 daemons/schedulerd/pacemaker-schedulerd.c             crm_xml_add(reply, F_CRM_TGRAPH, graph_file);
graph_file        180 daemons/schedulerd/pacemaker-schedulerd.c             write_xml_fd(sched_data_set->graph, graph_file, graph_file_fd, FALSE);
graph_file        182 daemons/schedulerd/pacemaker-schedulerd.c             free(graph_file);
graph_file         39 tools/crm_simulate.c     char *graph_file;
graph_file        160 tools/crm_simulate.c     if (options.graph_file) {
graph_file        161 tools/crm_simulate.c         free(options.graph_file);
graph_file        165 tools/crm_simulate.c     options.graph_file = strdup(optarg);
graph_file       1063 tools/crm_simulate.c         if (options.graph_file != NULL) {
graph_file       1064 tools/crm_simulate.c             write_xml_file(data_set->graph, options.graph_file, FALSE);
graph_file       1113 tools/crm_simulate.c     free(options.graph_file);