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

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c117 int not_retval = 1; local
132 while ((not_retval = grub_file_read (file, &ch, 1)) == 1);
134 return ! not_retval;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c209 int not_retval = 1; local
224 while ((not_retval = grub_read (&ch, 1)) == 1);
226 return (!not_retval);

Completed in 21 milliseconds