taglinefilesource code
BUF_SIZE68scripts/lxdialog/textbox.cif ((buf = malloc (BUF_SIZE + 1)) == NULL) {
BUF_SIZE73scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
BUF_SIZE152scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
BUF_SIZE179scripts/lxdialog/textbox.cif (lseek (fd, -BUF_SIZE, SEEK_END) == -1) {
BUF_SIZE185scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
BUF_SIZE342scripts/lxdialog/textbox.cif (fpos < BUF_SIZE / 2 + bytes_read) {
BUF_SIZE352scripts/lxdialog/textbox.cif (lseek (fd, -(BUF_SIZE / 2 + bytes_read), SEEK_CUR)
BUF_SIZE359scripts/lxdialog/textbox.cpage = buf + BUF_SIZE / 2;
BUF_SIZE361scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
BUF_SIZE391scripts/lxdialog/textbox.cif (fpos < BUF_SIZE / 2 + bytes_read) {
BUF_SIZE401scripts/lxdialog/textbox.cif (lseek (fd, -(BUF_SIZE / 2 + bytes_read),
BUF_SIZE408scripts/lxdialog/textbox.cpage = buf + BUF_SIZE / 2;
BUF_SIZE410scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {
BUF_SIZE490scripts/lxdialog/textbox.cif ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) {