hotlist_file_name 209 src/filemanager/hotlist.c static char *hotlist_file_name; hotlist_file_name 1450 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1457 src/filemanager/hotlist.c if (hotlist_file_name == NULL) hotlist_file_name 1458 src/filemanager/hotlist.c hotlist_file_name = mc_config_get_full_path (MC_HOTLIST_FILE); hotlist_file_name 1469 src/filemanager/hotlist.c hotlist_file = fopen (hotlist_file_name, "r"); hotlist_file_name 1508 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1669 src/filemanager/hotlist.c if (!hotlist_state.readonly && hotlist_state.modified && hotlist_file_name != NULL) hotlist_file_name 1671 src/filemanager/hotlist.c mc_util_make_backup_if_possible (hotlist_file_name, ".bak"); hotlist_file_name 1673 src/filemanager/hotlist.c hotlist_file = fopen (hotlist_file_name, "w"); hotlist_file_name 1675 src/filemanager/hotlist.c mc_util_restore_from_backup_if_possible (hotlist_file_name, ".bak"); hotlist_file_name 1680 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1709 src/filemanager/hotlist.c MC_PTR_FREE (hotlist_file_name);