tag | line | file | source code |
file_size | 255 | fs/hpfs/hpfs.h | unsigned file_size; /* file length, bytes */ |
file_size | 394 | fs/hpfs/hpfs.h | unsigned file_size; /* file length, bytes */ |
file_size | 1184 | fs/hpfs/hpfs_fs.c | inode->i_size = de->file_size; |
file_size | 30 | scripts/lxdialog/textbox.c | static int hscroll = 0, fd, file_size, bytes_read; |
file_size | 56 | scripts/lxdialog/textbox.c | if ((file_size = lseek (fd, 0, SEEK_END)) == -1) { |
file_size | 178 | scripts/lxdialog/textbox.c | if (fpos < file_size) { /* Yes, we have to read it in */ |
file_size | 487 | scripts/lxdialog/textbox.c | if (fpos < file_size) { /* Not end of file yet */ |
file_size | 533 | scripts/lxdialog/textbox.c | percent = !file_size ? |
file_size | 534 | scripts/lxdialog/textbox.c | 100 : ((fpos - bytes_read + page - buf) * 100) / file_size; |