graph_file 160 crmd/tengine.c const char *graph_file = crm_element_value(input->msg, F_CRM_TGRAPH); graph_file 163 crmd/tengine.c if (graph_file == NULL && input->xml == NULL) { graph_file 182 crmd/tengine.c if (graph_data == NULL && graph_file != NULL) { graph_file 183 crmd/tengine.c graph_data = filename2xml(graph_file); graph_file 168 pengine/pengine.c char *graph_file = NULL; graph_file 171 pengine/pengine.c graph_file = crm_strdup_printf("%s/pengine.graph.XXXXXX", graph_file 173 pengine/pengine.c graph_file_fd = mkstemp(graph_file); graph_file 176 pengine/pengine.c graph_file); graph_file 178 pengine/pengine.c crm_xml_add(reply, F_CRM_TGRAPH, graph_file); graph_file 179 pengine/pengine.c write_xml_fd(data_set.graph, graph_file, graph_file_fd, FALSE); graph_file 181 pengine/pengine.c free(graph_file); graph_file 167 pengine/ptest.c const char *graph_file = NULL; graph_file 225 pengine/ptest.c graph_file = optarg; graph_file 356 pengine/ptest.c if (safe_str_eq(graph_file, "-")) { graph_file 359 pengine/ptest.c } else if (graph_file != NULL) { graph_file 360 pengine/ptest.c FILE *graph_strm = fopen(graph_file, "w"); graph_file 363 pengine/ptest.c crm_perror(LOG_ERR, "Could not open %s for writing", graph_file); graph_file 366 pengine/ptest.c crm_perror(LOG_ERR, "Write to %s failed", graph_file); graph_file 625 tools/crm_simulate.c const char *graph_file = NULL; graph_file 766 tools/crm_simulate.c graph_file = optarg; graph_file 880 tools/crm_simulate.c if (graph_file != NULL) { graph_file 881 tools/crm_simulate.c write_xml_file(data_set.graph, graph_file, FALSE);