Home
last modified time | relevance | path

Searched refs:PerlSIO_fread (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h63 # define PerlIO_read(f,buf,count) (SSize_t)PerlSIO_fread(buf,1,count,f)
H A DXSUB.h414 # define fread PerlSIO_fread
H A Diperlsys.h240 #define PerlSIO_fread(buf,sz,count,f) \ macro
328 #define PerlSIO_fread(buf,sz,count,f) fread(buf,sz,count,f) macro
H A Dperlio.c2979 got = PerlSIO_fread(vbuf, 1, count, s);