size_ll           551 src/vfs/ftpfs/ftpfs_parse_ls.c     long long size_ll;
size_ll           579 src/vfs/ftpfs/ftpfs_parse_ls.c             if (sscanf (scan + 1, "%lld", &size_ll) != 1)
size_ll           581 src/vfs/ftpfs/ftpfs_parse_ls.c             size = size_ll;
size_ll           707 src/vfs/ftpfs/ftpfs_parse_ls.c             long long size_ll;
size_ll           709 src/vfs/ftpfs/ftpfs_parse_ls.c             if (sscanf (tok + 5, "%lld", &size_ll) == 1)
size_ll           710 src/vfs/ftpfs/ftpfs_parse_ls.c                 size = size_ll;