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

/haiku/src/bin/unzip/
H A Dunzpriv.h1776 int readbyte OF((__GPRO));
2199 # define NEXTBYTE (--G.incnt >= 0 ? (int)(*G.inptr++) : readbyte(__G))
H A Dfileio.c22 readbyte()
453 * by some means other than readbyte(), and you then want to start using
555 /* Function readbyte() */
558 int readbyte(__G) /* refill inbuf and return a byte if available, else EOF */ function
607 } /* end function readbyte() */
619 int fillinbuf(__G) /* like readbyte() except returns number of bytes in inbuf */
663 * within extract_or_test_entrylist (extract.c). readbyte() and readbuf()

Completed in 48 milliseconds