shadow_file       273 lib/cib/cib_client.c     char *shadow_file = NULL;
shadow_file       277 lib/cib/cib_client.c     shadow_file = get_shadow_file(shadow);
shadow_file       278 lib/cib/cib_client.c     new_cib = cib_file_new(shadow_file);
shadow_file       279 lib/cib/cib_client.c     free(shadow_file);
shadow_file      1122 tools/crm_resource_runtime.c     char *shadow_file = NULL;
shadow_file      1139 tools/crm_resource_runtime.c         shadow_file = get_shadow_file(pid);
shadow_file      1147 tools/crm_resource_runtime.c         rc = write_xml_file(data_set->input, shadow_file, FALSE);
shadow_file      1180 tools/crm_resource_runtime.c     if(shadow_file) {
shadow_file      1181 tools/crm_resource_runtime.c         unlink(shadow_file);
shadow_file      1182 tools/crm_resource_runtime.c         free(shadow_file);
shadow_file       254 tools/crm_shadow.c     char *shadow_file = NULL;
shadow_file       399 tools/crm_shadow.c     shadow_file = get_shadow_file(shadow);
shadow_file       402 tools/crm_shadow.c         if ((unlink(shadow_file) < 0) && (errno != ENOENT)) {
shadow_file       411 tools/crm_shadow.c         printf("%s\n", shadow_file);
shadow_file       427 tools/crm_shadow.c     rc = stat(shadow_file, &buf);
shadow_file       464 tools/crm_shadow.c         rc = write_xml_file(output, shadow_file, FALSE);
shadow_file       485 tools/crm_shadow.c         execlp(editor, "--", shadow_file, NULL);
shadow_file       487 tools/crm_shadow.c                 editor, shadow_file, strerror(errno));
shadow_file       498 tools/crm_shadow.c         xmlNode *output = filename2xml(shadow_file);
shadow_file       510 tools/crm_shadow.c         xmlNode *new_config = filename2xml(shadow_file);
shadow_file       536 tools/crm_shadow.c         xmlNode *input = filename2xml(shadow_file);
shadow_file       555 tools/crm_shadow.c     free(shadow_file);