strict            219 src/vfs/ftpfs/ftpfs.c     int strict;            /* ftp server doesn't understand
strict            569 src/vfs/ftpfs/ftpfs.c     arch->strict = ftpfs_use_unix_list_options ? RFC_AUTODETECT : RFC_STRICT;
strict            669 src/vfs/ftpfs/ftpfs.c             ftp_super->strict = RFC_STRICT;
strict           1798 src/vfs/ftpfs/ftpfs.c     cd_first = ftpfs_first_cd_then_ls || (ftp_super->strict == RFC_STRICT)
strict           1803 src/vfs/ftpfs/ftpfs.c                        ftp_super->strict == RFC_STRICT ? _ ("(strict rfc959)") : "",
strict           1815 src/vfs/ftpfs/ftpfs.c     if (ftp_super->strict == RFC_STRICT)
strict           1834 src/vfs/ftpfs/ftpfs.c         if (ftp_super->strict == RFC_AUTODETECT)
strict           1838 src/vfs/ftpfs/ftpfs.c             ftp_super->strict = RFC_STRICT;
strict           1908 src/vfs/ftpfs/ftpfs.c     if (ftp_super->strict == RFC_AUTODETECT)
strict           1909 src/vfs/ftpfs/ftpfs.c         ftp_super->strict = RFC_DARING;