Searched refs:num_already_read (Results 1 – 1 of 1) sorted by relevance
468 ssize_t num_already_read = 0; in read_n_bytes() local473 i = read(fd, &(buf[num_already_read]), num_to_read); in read_n_bytes()488 num_already_read += i; in read_n_bytes()492 return (num_already_read); in read_n_bytes()