shadow_file       550 lib/cib/cib_client.c     char *shadow_file = NULL;
shadow_file       554 lib/cib/cib_client.c     shadow_file = get_shadow_file(shadow);
shadow_file       555 lib/cib/cib_client.c     new_cib = cib_file_new(shadow_file);
shadow_file       556 lib/cib/cib_client.c     free(shadow_file);
shadow_file      1250 tools/crm_resource_runtime.c     char *shadow_file = NULL;
shadow_file      1269 tools/crm_resource_runtime.c         shadow_file = get_shadow_file(pid);
shadow_file      1277 tools/crm_resource_runtime.c         rc = write_xml_file(scheduler->input, shadow_file, FALSE);
shadow_file      1312 tools/crm_resource_runtime.c     if(shadow_file) {
shadow_file      1313 tools/crm_resource_runtime.c         unlink(shadow_file);
shadow_file      1314 tools/crm_resource_runtime.c         free(shadow_file);