Searched refs:readN (Results 1 – 1 of 1) sorted by relevance
90 readN(int fd, char *buf, size_t len) in readN() function156 while ((actually_read = readN(fd, buf + offset, remaining)) == (ssize_t)remaining) { in os_read_file()