Searched refs:PerlSIO_fwrite (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perlsdio.h | 31 #define PerlIO_write(f,buf,count) PerlSIO_fwrite(buf,1,count,f)
|
| D | XSUB.h | 448 # define fwrite PerlSIO_fwrite
|
| D | iperlsys.h | 242 #define PerlSIO_fwrite(buf,sz,count,f) \ macro 329 #define PerlSIO_fwrite(buf,sz,count,f) fwrite(buf,sz,count,f) macro
|
| D | perlio.c | 3128 got = PerlSIO_fwrite(vbuf, 1, count,
|