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