hotlist_file_name 209 src/filemanager/hotlist.c static char *hotlist_file_name; hotlist_file_name 1455 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1462 src/filemanager/hotlist.c if (hotlist_file_name == NULL) hotlist_file_name 1463 src/filemanager/hotlist.c hotlist_file_name = mc_config_get_full_path (MC_HOTLIST_FILE); hotlist_file_name 1474 src/filemanager/hotlist.c hotlist_file = fopen (hotlist_file_name, "r"); hotlist_file_name 1513 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1674 src/filemanager/hotlist.c if (!hotlist_state.readonly && hotlist_state.modified && hotlist_file_name != NULL) hotlist_file_name 1676 src/filemanager/hotlist.c mc_util_make_backup_if_possible (hotlist_file_name, ".bak"); hotlist_file_name 1678 src/filemanager/hotlist.c hotlist_file = fopen (hotlist_file_name, "w"); hotlist_file_name 1680 src/filemanager/hotlist.c mc_util_restore_from_backup_if_possible (hotlist_file_name, ".bak"); hotlist_file_name 1685 src/filemanager/hotlist.c stat (hotlist_file_name, &stat_buf); hotlist_file_name 1714 src/filemanager/hotlist.c MC_PTR_FREE (hotlist_file_name);