Home
last modified time | relevance | path

Searched refs:PerlSIO_fwrite (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5007001155 PerlSIO_fwrite # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Diperlsys.h245 # define PerlSIO_fwrite(buf,sz,count,f) \ macro
334 # define PerlSIO_fwrite(buf,sz,count,f) fwrite(buf,sz,count,f) macro
H A Dperlio.c3861 got = PerlSIO_fwrite(vbuf, 1, count, in PerlIOBuf_open()