Searched refs:PerlSIO_fread (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perlsdio.h | 63 # define PerlIO_read(f,buf,count) (SSize_t)PerlSIO_fread(buf,1,count,f)
|
| D | XSUB.h | 447 # define fread PerlSIO_fread
|
| D | iperlsys.h | 240 #define PerlSIO_fread(buf,sz,count,f) \ macro 328 #define PerlSIO_fread(buf,sz,count,f) fread(buf,sz,count,f) macro
|
| D | perlio.c | 3054 got = PerlSIO_fread(vbuf, 1, count, s);
|