Searched refs:hmuch (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dpager.c134 size_t hmuch; local
144 hmuch = read(fd, buf, sizeof(buf) - 1);
145 if (hmuch == -1) {
149 if (hmuch == 0) {
153 buf[hmuch] = 0;

Completed in 51 milliseconds