Searched refs:fd_bytes_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/dialog/
H A Dtextbox.c41 long fd_bytes_read; member in struct:__anon936
89 * buffer_len, fd_bytes_read, bytes_read are modified
92 * fd_bytes_read is the effective number of bytes read from file
105 if ((obj->fd_bytes_read = read(obj->fd, buftab, size_read)) != -1) {
107 buftab[obj->fd_bytes_read] = '\0'; /* mark end of valid data */
111 /* calculate bytes_read by buftab and fd_bytes_read */
113 for (j = 0; j < obj->fd_bytes_read; j++)
145 obj->bytes_read = obj->fd_bytes_read;
150 while (j < obj->fd_bytes_read)
200 lseek_obj(obj, fpos - obj->fd_bytes_read, SEEK_SE
[all...]

Completed in 102 milliseconds