shadow_file 286 lib/cib/cib_client.c char *shadow_file = NULL; shadow_file 290 lib/cib/cib_client.c shadow_file = get_shadow_file(shadow); shadow_file 291 lib/cib/cib_client.c new_cib = cib_file_new(shadow_file); shadow_file 292 lib/cib/cib_client.c free(shadow_file); shadow_file 1179 tools/crm_resource_runtime.c char *shadow_file = NULL; shadow_file 1197 tools/crm_resource_runtime.c shadow_file = get_shadow_file(pid); shadow_file 1205 tools/crm_resource_runtime.c rc = write_xml_file(data_set->input, shadow_file, FALSE); shadow_file 1239 tools/crm_resource_runtime.c if(shadow_file) { shadow_file 1240 tools/crm_resource_runtime.c unlink(shadow_file); shadow_file 1241 tools/crm_resource_runtime.c free(shadow_file); shadow_file 254 tools/crm_shadow.c char *shadow_file = NULL; shadow_file 397 tools/crm_shadow.c shadow_file = get_shadow_file(shadow); shadow_file 400 tools/crm_shadow.c if ((unlink(shadow_file) < 0) && (errno != ENOENT)) { shadow_file 409 tools/crm_shadow.c printf("%s\n", shadow_file); shadow_file 425 tools/crm_shadow.c rc = stat(shadow_file, &buf); shadow_file 463 tools/crm_shadow.c rc = write_xml_file(output, shadow_file, FALSE); shadow_file 485 tools/crm_shadow.c execlp(editor, "--", shadow_file, NULL); shadow_file 487 tools/crm_shadow.c editor, shadow_file, strerror(errno)); shadow_file 498 tools/crm_shadow.c xmlNode *output = filename2xml(shadow_file); shadow_file 510 tools/crm_shadow.c xmlNode *new_config = filename2xml(shadow_file); shadow_file 537 tools/crm_shadow.c xmlNode *input = filename2xml(shadow_file); shadow_file 557 tools/crm_shadow.c free(shadow_file);