shadow_file       507 lib/cib/cib_client.c     char *shadow_file = NULL;
shadow_file       511 lib/cib/cib_client.c     shadow_file = get_shadow_file(shadow);
shadow_file       512 lib/cib/cib_client.c     new_cib = cib_file_new(shadow_file);
shadow_file       513 lib/cib/cib_client.c     free(shadow_file);
shadow_file      1472 tools/crm_resource_runtime.c     char *shadow_file = NULL;
shadow_file      1491 tools/crm_resource_runtime.c         shadow_file = get_shadow_file(pid);
shadow_file      1499 tools/crm_resource_runtime.c         rc = pcmk__xml_write_file(scheduler->input, shadow_file, false);
shadow_file      1541 tools/crm_resource_runtime.c     if(shadow_file) {
shadow_file      1542 tools/crm_resource_runtime.c         unlink(shadow_file);
shadow_file      1543 tools/crm_resource_runtime.c         free(shadow_file);