Home | History | Annotate | Download | only in tools

Lines Matching refs:bytes

144   size_t bytes = 0;
158 to_read = maxlen - bytes;
164 buf + bytes,
180 bytes += chunk;
184 bytes > 0)
189 bytes > 0 &&
190 buf[bytes-1] == '\n')
191 buf[bytes-1] = '\0';
200 size_t bytes = 0;
211 to_read = sizeof (pid_t) - bytes;
217 ((char*)buf) + bytes,
233 bytes += chunk;
460 verbose ("Read %d bytes from TTY errno = %d\n",