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

/freebsd-9.3-release/lib/libstand/
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 43 milliseconds