shadow_file       480 lib/cib/cib_client.c     char *shadow_file = NULL;
shadow_file       484 lib/cib/cib_client.c     shadow_file = get_shadow_file(shadow);
shadow_file       485 lib/cib/cib_client.c     new_cib = cib_file_new(shadow_file);
shadow_file       486 lib/cib/cib_client.c     free(shadow_file);
shadow_file      1238 tools/crm_resource_runtime.c     char *shadow_file = NULL;
shadow_file      1256 tools/crm_resource_runtime.c         shadow_file = get_shadow_file(pid);
shadow_file      1264 tools/crm_resource_runtime.c         rc = write_xml_file(data_set->input, shadow_file, FALSE);
shadow_file      1298 tools/crm_resource_runtime.c     if(shadow_file) {
shadow_file      1299 tools/crm_resource_runtime.c         unlink(shadow_file);
shadow_file      1300 tools/crm_resource_runtime.c         free(shadow_file);