tag | line | file | source code |
---|---|---|---|
SEEK_END | 731 | arch/m68k/boot/atari/bootstrap.c | bi.ramdisk_size = (lseek(rfd, 0, SEEK_END) + 1023) / 1024; |
SEEK_END | 56 | scripts/lxdialog/textbox.c | if ((file_size = lseek (fd, 0, SEEK_END)) == -1) { |
SEEK_END | 179 | scripts/lxdialog/textbox.c | if (lseek (fd, -BUF_SIZE, SEEK_END) == -1) { |