Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dperliol.h258 PERL_CALLCONV SSize_t PerlIOStdio_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
Dperlio.c3797 PerlIOStdio_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count) in PerlIOStdio_unread() function
4091 if (PerlIOStdio_unread(aTHX_ f,&ch,1) == 1) { in PerlIOStdio_fill()
4121 PerlIOStdio_unread,