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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhashsum.c96 unsigned unread = 0, mismatch = 0; local
153 unread++;
171 if (mismatch || unread)
174 "of %d files mismatches", unread, mismatch);
189 unsigned unread = 0; local
230 unread++;
241 unread++;
249 if (unread)
251 unread);
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcunion.c62 static ssize_t unread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) function
64 static ssize_t unread(f, buf, n, disc)
182 un->disc.readf = unread;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c1570 Perl_PerlIO_or_Base(f, Unread, unread, -1, (aTHX_ f, vbuf, count));
2993 SSize_t unread = 0; local
3010 unread += avail;
3012 if (PerlSIO_feof(s) && unread >= 0)
3038 unread++;
3043 unread += PerlIOBase_unread(aTHX_ f, vbuf, count);
3045 return unread;
3610 SSize_t unread = 0; local
3627 * unread
3655 unread
4067 SSize_t unread = 0; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm166 Any unread data in the buffer will be discarded, and any unwritten data

Completed in 33 milliseconds