dirlist 1794 src/vfs/ftpfs/ftpfs.c GSList *dirlist = NULL; dirlist 1859 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1871 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_prepend (dirlist, g_strdup (lc_buffer)); dirlist 1879 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1883 src/vfs/ftpfs/ftpfs.c if (dirlist == NULL && !cd_first) dirlist 1900 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_reverse (dirlist); // restore order dirlist 1901 src/vfs/ftpfs/ftpfs.c entlist = ftpfs_parse_long_list (me, dir, dirlist, &err_count); dirlist 1902 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free);