FTP_SUPER         305 src/vfs/ftpfs/ftpfs.c     if (!FTP_SUPER (super)->remote_is_amiga)
FTP_SUPER         444 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         479 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         584 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         600 src/vfs/ftpfs/ftpfs.c     if (binary != FTP_SUPER (super)->isbinary)
FTP_SUPER         604 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->isbinary = binary;
FTP_SUPER         615 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         867 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->proxy != NULL)
FTP_SUPER         961 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1027 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->proxy = ftpfs_proxy_host;
FTP_SUPER        1065 src/vfs/ftpfs/ftpfs.c         ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE)
FTP_SUPER        1301 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1382 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1448 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1521 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1767 src/vfs/ftpfs/ftpfs.c     ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0);
FTP_SUPER        1777 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->strict_rfc959_list_cmd)
FTP_SUPER        1790 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1924 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2068 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->ctl_connection_busy = FALSE;
FTP_SUPER        2071 src/vfs/ftpfs/ftpfs.c         if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE))
FTP_SUPER        2236 src/vfs/ftpfs/ftpfs.c     return (FTP_SUPER (super)->current_dir != NULL
FTP_SUPER        2237 src/vfs/ftpfs/ftpfs.c             && strcmp (path, FTP_SUPER (super)->current_dir) == 0);
FTP_SUPER        2245 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2331 src/vfs/ftpfs/ftpfs.c         if (FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh))->ctl_connection_busy)
FTP_SUPER        2390 src/vfs/ftpfs/ftpfs.c         ftp_super_t *ftp = FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh));