Home
last modified time | relevance | path

Searched defs:PerlIO_write (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h37 #define PerlIO_write(f,buf,count) sfwrite(f,buf,count) macro
H A Dperlsdio.h31 #define PerlIO_write(f,buf,count) PerlSIO_fwrite(buf,1,count,f) macro
H A Dembed.h2096 #define PerlIO_write Perl_PerlIO_write macro
4613 #define PerlIO_write(a,b,c) Perl_PerlIO_write(aTHX_ a,b,c) macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs49 #define PerlIO_write(x,y,z) fwrite(y,1,z,x) macro