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

/external/grub/stage2/
H A Dgunzip.c489 static int bufloc; variable
494 if (filepos == gzip_data_offset || bufloc == INBUFSIZ)
496 bufloc = 0;
500 return inbuf[bufloc++];

Completed in 10 milliseconds