RFC_STRICT 573 src/vfs/ftpfs/ftpfs.c arch->strict = ftpfs_use_unix_list_options ? RFC_AUTODETECT : RFC_STRICT; RFC_STRICT 673 src/vfs/ftpfs/ftpfs.c ftp_super->strict = RFC_STRICT; RFC_STRICT 1800 src/vfs/ftpfs/ftpfs.c cd_first = ftpfs_first_cd_then_ls || (ftp_super->strict == RFC_STRICT) RFC_STRICT 1807 src/vfs/ftpfs/ftpfs.c RFC_STRICT ? _("(strict rfc959)") : "", cd_first ? _("(chdir first)") : ""); RFC_STRICT 1818 src/vfs/ftpfs/ftpfs.c if (ftp_super->strict == RFC_STRICT) RFC_STRICT 1841 src/vfs/ftpfs/ftpfs.c ftp_super->strict = RFC_STRICT;