Lines Matching defs:num_bytes
235 int num_bytes;
246 SYSCALL(num_bytes = read(fd,
253 if (num_bytes < 0) {
257 DBG(4, ErrorF("Read %d bytes\n", num_bytes));
259 while (num_bytes) {
269 memmove(&buffer[0], &buffer[1], num_bytes-1);
282 num_bytes--;
330 int num_bytes;
333 SYSCALL(num_bytes = read(fd,
340 if (num_bytes != ELO_UNFRAMED_SIZE) {
344 DBG(4, ErrorF("Read %d bytes\n", num_bytes));