shadow_file 273 lib/cib/cib_client.c char *shadow_file = NULL; shadow_file 277 lib/cib/cib_client.c shadow_file = get_shadow_file(shadow); shadow_file 278 lib/cib/cib_client.c new_cib = cib_file_new(shadow_file); shadow_file 279 lib/cib/cib_client.c free(shadow_file); shadow_file 1124 tools/crm_resource_runtime.c char *shadow_file = NULL; shadow_file 1142 tools/crm_resource_runtime.c shadow_file = get_shadow_file(pid); shadow_file 1150 tools/crm_resource_runtime.c rc = write_xml_file(data_set->input, shadow_file, FALSE); shadow_file 1184 tools/crm_resource_runtime.c if(shadow_file) { shadow_file 1185 tools/crm_resource_runtime.c unlink(shadow_file); shadow_file 1186 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 462 tools/crm_shadow.c rc = write_xml_file(output, shadow_file, FALSE); shadow_file 483 tools/crm_shadow.c execlp(editor, "--", shadow_file, NULL); shadow_file 485 tools/crm_shadow.c editor, shadow_file, strerror(errno)); shadow_file 496 tools/crm_shadow.c xmlNode *output = filename2xml(shadow_file); shadow_file 508 tools/crm_shadow.c xmlNode *new_config = filename2xml(shadow_file); shadow_file 534 tools/crm_shadow.c xmlNode *input = filename2xml(shadow_file); shadow_file 553 tools/crm_shadow.c free(shadow_file);