Searched defs:PerlIO_write (Results 1 – 4 of 4) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlsfio.h | 37 #define PerlIO_write(f,buf,count) sfwrite(f,buf,count) macro
|
H A D | perlsdio.h | 31 #define PerlIO_write(f,buf,count) PerlSIO_fwrite(buf,1,count,f) macro
|
H A D | embed.h | 2096 #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 D | Storable.xs | 49 #define PerlIO_write(x,y,z) fwrite(y,1,z,x) macro
|