cwdir             448 src/vfs/ftpfs/ftpfs.c         char *cwdir = ftp_super->current_dir;
cwdir             456 src/vfs/ftpfs/ftpfs.c             if (cwdir == NULL)
cwdir             459 src/vfs/ftpfs/ftpfs.c             sock = ftpfs_chdir_internal (me, super, cwdir);
cwdir             460 src/vfs/ftpfs/ftpfs.c             g_free (cwdir);
cwdir             464 src/vfs/ftpfs/ftpfs.c         ftp_super->current_dir = cwdir;