dirlist 1795 src/vfs/ftpfs/ftpfs.c GSList *dirlist = NULL; dirlist 1861 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1873 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_prepend (dirlist, g_strdup (lc_buffer)); dirlist 1881 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1885 src/vfs/ftpfs/ftpfs.c if (dirlist == NULL && !cd_first) dirlist 1902 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_reverse (dirlist); /* restore order */ dirlist 1903 src/vfs/ftpfs/ftpfs.c entlist = ftpfs_parse_long_list (me, dir, dirlist, &err_count); dirlist 1904 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free);