HomeSort by relevance Sort by last modified time
    Searched full:not_retval (Results 1 - 1 of 1) sorted by null

  /external/grub/stage2/
gunzip.c 204 int not_retval = 1; local
219 while ((not_retval = grub_read (&ch, 1)) == 1);
221 return (!not_retval);
    [all...]

Completed in 38 milliseconds