Searched refs:PerlSIO_fread (Results 1 – 4 of 4) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlsdio.h | 63 # define PerlIO_read(f,buf,count) (SSize_t)PerlSIO_fread(buf,1,count,f)
|
H A D | XSUB.h | 414 # define fread PerlSIO_fread
|
H A 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
|
H A D | perlio.c | 2979 got = PerlSIO_fread(vbuf, 1, count, s);
|