Searched defs:PerlSIO_ferror (Results 1 – 1 of 1) sorted by relevance
210 #define PerlSIO_ferror(f) \ macro288 #define PerlSIO_ferror(f) (((errno==1025)?errno=0:0),ferror(f)) macro292 #define PerlSIO_ferror(f) ferror(f) macro