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

/freebsd-10.1-release/contrib/dialog/
H A Dtextbox.c41 long fd_bytes_read; member in struct:__anon893
121 * buffer_len, fd_bytes_read, bytes_read are modified
124 * fd_bytes_read is the effective number of bytes read from file
137 if ((obj->fd_bytes_read = read(obj->fd, buftab, size_read)) != -1) {
139 buftab[obj->fd_bytes_read] = '\0'; /* mark end of valid data */
143 /* calculate bytes_read by buftab and fd_bytes_read */
145 for (j = 0; j < obj->fd_bytes_read; j++)
177 obj->bytes_read = obj->fd_bytes_read;
182 while (j < obj->fd_bytes_read)
232 lseek_set(obj, fpos - obj->fd_bytes_read);
[all...]

Completed in 96 milliseconds