shadow_file       543 lib/cib/cib_client.c     char *shadow_file = NULL;
shadow_file       547 lib/cib/cib_client.c     shadow_file = get_shadow_file(shadow);
shadow_file       548 lib/cib/cib_client.c     new_cib = cib_file_new(shadow_file);
shadow_file       549 lib/cib/cib_client.c     free(shadow_file);
shadow_file      1349 tools/crm_resource_runtime.c     char *shadow_file = NULL;
shadow_file      1368 tools/crm_resource_runtime.c         shadow_file = get_shadow_file(pid);
shadow_file      1376 tools/crm_resource_runtime.c         rc = pcmk__xml_write_file(scheduler->input, shadow_file, false, NULL);
shadow_file      1411 tools/crm_resource_runtime.c     if(shadow_file) {
shadow_file      1412 tools/crm_resource_runtime.c         unlink(shadow_file);
shadow_file      1413 tools/crm_resource_runtime.c         free(shadow_file);