Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c488 #define INBUFSIZ 0x2000 macro
490 static uch inbuf[INBUFSIZ];
497 if (filepos == gzip_data_offset || bufloc == INBUFSIZ) in get_byte()
502 grub_read (inbuf, INBUFSIZ); in get_byte()