FTP_SUPER         305 src/vfs/ftpfs/ftpfs.c     if (!FTP_SUPER (super)->remote_is_amiga)
FTP_SUPER         443 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         477 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         581 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         597 src/vfs/ftpfs/ftpfs.c     if (binary != FTP_SUPER (super)->isbinary)
FTP_SUPER         601 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->isbinary = binary;
FTP_SUPER         612 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER         864 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->proxy != NULL)
FTP_SUPER         958 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1024 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->proxy = ftpfs_proxy_host;
FTP_SUPER        1064 src/vfs/ftpfs/ftpfs.c         && ftpfs_get_reply (me, FTP_SUPER (super)->sock, buf, sizeof (buf)) == COMPLETE)
FTP_SUPER        1298 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1380 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1446 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1519 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1766 src/vfs/ftpfs/ftpfs.c     ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0);
FTP_SUPER        1776 src/vfs/ftpfs/ftpfs.c     if (FTP_SUPER (super)->strict_rfc959_list_cmd)
FTP_SUPER        1789 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        1922 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2065 src/vfs/ftpfs/ftpfs.c         FTP_SUPER (super)->ctl_connection_busy = FALSE;
FTP_SUPER        2068 src/vfs/ftpfs/ftpfs.c         if ((ftpfs_get_reply (me, FTP_SUPER (super)->sock, NULL, 0) != COMPLETE))
FTP_SUPER        2233 src/vfs/ftpfs/ftpfs.c     return (FTP_SUPER (super)->current_dir != NULL
FTP_SUPER        2234 src/vfs/ftpfs/ftpfs.c             && strcmp (path, FTP_SUPER (super)->current_dir) == 0);
FTP_SUPER        2242 src/vfs/ftpfs/ftpfs.c     ftp_super_t *ftp_super = FTP_SUPER (super);
FTP_SUPER        2328 src/vfs/ftpfs/ftpfs.c         if (FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh))->ctl_connection_busy)
FTP_SUPER        2386 src/vfs/ftpfs/ftpfs.c         ftp_super_t *ftp = FTP_SUPER (VFS_FILE_HANDLER_SUPER (fh));