shadow_file 282 lib/cib/cib_client.c char *shadow_file = NULL; shadow_file 286 lib/cib/cib_client.c shadow_file = get_shadow_file(shadow); shadow_file 287 lib/cib/cib_client.c new_cib = cib_file_new(shadow_file); shadow_file 288 lib/cib/cib_client.c free(shadow_file); shadow_file 167 tools/cib_shadow.c char *shadow_file = NULL; shadow_file 310 tools/cib_shadow.c shadow_file = get_shadow_file(shadow); shadow_file 313 tools/cib_shadow.c rc = stat(shadow_file, &buf); shadow_file 315 tools/cib_shadow.c rc = unlink(shadow_file); shadow_file 327 tools/cib_shadow.c printf("%s\n", shadow_file); shadow_file 341 tools/cib_shadow.c rc = stat(shadow_file, &buf); shadow_file 379 tools/cib_shadow.c rc = write_xml_file(output, shadow_file, FALSE); shadow_file 401 tools/cib_shadow.c execlp(editor, "--", shadow_file, NULL); shadow_file 403 tools/cib_shadow.c fprintf(stderr, "Could not invoke $EDITOR (%s %s): %s\n", editor, shadow_file, err); shadow_file 415 tools/cib_shadow.c xmlNode *output = filename2xml(shadow_file); shadow_file 427 tools/cib_shadow.c xmlNode *new_config = filename2xml(shadow_file); shadow_file 454 tools/cib_shadow.c xmlNode *input = filename2xml(shadow_file); shadow_file 474 tools/cib_shadow.c free(shadow_file); shadow_file 950 tools/crm_resource_runtime.c char *shadow_file = NULL; shadow_file 963 tools/crm_resource_runtime.c shadow_file = get_shadow_file(pid); shadow_file 971 tools/crm_resource_runtime.c rc = write_xml_file(data_set->input, shadow_file, FALSE); shadow_file 997 tools/crm_resource_runtime.c if(shadow_file) { shadow_file 998 tools/crm_resource_runtime.c unlink(shadow_file); shadow_file 999 tools/crm_resource_runtime.c free(shadow_file);