FTP_SUPER         305 src/vfs/ftpfs/ftpfs.c     if (!FTP_SUPER (super)->remote_is_amiga)
FTP_SUPER         442 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         476 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         580 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         596 src/vfs/ftpfs/ftpfs.c     if (binary != FTP_SUPER (super)->isbinary)
FTP_SUPER         600 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->isbinary = binary;
FTP_SUPER         611 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         863 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->proxy != NULL)
FTP_SUPER         957 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1023 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->proxy = ftpfs_proxy_host;
FTP_SUPER        1063 src/vfs/ftpfs/ftpfs.c         && ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE)
FTP_SUPER        1297 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1379 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1445 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1518 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1765 src/vfs/ftpfs/ftpfs.c     ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0);
FTP_SUPER        1775 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->strict_rfc959_list_cmd)
FTP_SUPER        1788 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1921 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2064 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->ctl_connection_busy = FALSE;
FTP_SUPER        2067 src/vfs/ftpfs/ftpfs.c         if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE))
FTP_SUPER        2232 src/vfs/ftpfs/ftpfs.c     return (FTP_SUPER (super)->current_dir != NULL
FTP_SUPER        2233 src/vfs/ftpfs/ftpfs.c             && strcmp (path, FTP_SUPER (super)->current_dir) == 0);
FTP_SUPER        2241 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2327 src/vfs/ftpfs/ftpfs.c         if (FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh))->ctl_connection_busy)
FTP_SUPER        2385 src/vfs/ftpfs/ftpfs.c         ftp_super_t *ftp = FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh));