Home
last modified time | relevance | path

Searched refs:amount_read (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dman.c497 int amount_read; in read_from_fd() local
506 amount_read = read (fd, buffer + bindex, 1023); in read_from_fd()
508 if (amount_read < 0) in read_from_fd()
514 bindex += amount_read; in read_from_fd()
516 if (amount_read == 0) in read_from_fd()