dirlist 1799 src/vfs/ftpfs/ftpfs.c GSList *dirlist = NULL; dirlist 1865 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1877 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_prepend (dirlist, g_strdup (lc_buffer)); dirlist 1885 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free); dirlist 1889 src/vfs/ftpfs/ftpfs.c if (dirlist == NULL && !cd_first) dirlist 1906 src/vfs/ftpfs/ftpfs.c dirlist = g_slist_reverse (dirlist); /* restore order */ dirlist 1907 src/vfs/ftpfs/ftpfs.c entlist = ftpfs_parse_long_list (me, dir, dirlist, &err_count); dirlist 1908 src/vfs/ftpfs/ftpfs.c g_slist_free_full (dirlist, g_free);