dirlist          1793 src/vfs/ftpfs/ftpfs.c     GSList *dirlist = NULL;
dirlist          1858 src/vfs/ftpfs/ftpfs.c             g_slist_free_full (dirlist, g_free);
dirlist          1870 src/vfs/ftpfs/ftpfs.c         dirlist = g_slist_prepend (dirlist, g_strdup (lc_buffer));
dirlist          1878 src/vfs/ftpfs/ftpfs.c         g_slist_free_full (dirlist, g_free);
dirlist          1882 src/vfs/ftpfs/ftpfs.c     if (dirlist == NULL && !cd_first)
dirlist          1899 src/vfs/ftpfs/ftpfs.c     dirlist = g_slist_reverse (dirlist);  // restore order
dirlist          1900 src/vfs/ftpfs/ftpfs.c     entlist = ftpfs_parse_long_list (me, dir, dirlist, &err_count);
dirlist          1901 src/vfs/ftpfs/ftpfs.c     g_slist_free_full (dirlist, g_free);