size_ll           552 src/vfs/ftpfs/ftpfs_parse_ls.c     long long size_ll;
size_ll           580 src/vfs/ftpfs/ftpfs_parse_ls.c             if (sscanf (scan + 1, "%lld", &size_ll) != 1)
size_ll           582 src/vfs/ftpfs/ftpfs_parse_ls.c             size = size_ll;
size_ll           708 src/vfs/ftpfs/ftpfs_parse_ls.c             long long size_ll;
size_ll           710 src/vfs/ftpfs/ftpfs_parse_ls.c             if (sscanf (tok + 5, "%lld", &size_ll) == 1)
size_ll           711 src/vfs/ftpfs/ftpfs_parse_ls.c                 size = size_ll;