Searched refs:num_left (Results 1 – 1 of 1) sorted by relevance
45 size_t num_left = count; in test_write() local54 rc = write(fd, ptr, num_left); in test_write()66 rc, num_written, num_left); in test_write()73 num_left -= rc; in test_write()122 size_t num_left = count; in test_read() local131 rc = read(fd, ptr, num_left); in test_read()143 rc, num_read, num_left); in test_read()150 num_left -= rc; in test_read()
Completed in 2 milliseconds