Searched refs:PerlSIO_fclose (Results 1 – 3 of 3) sorted by relevance
209 # define PerlSIO_fclose(f) \ macro289 # define PerlSIO_fclose(f) (((errno==1025)?errno=0:0),fclose(f)) macro293 # define PerlSIO_fclose(f) fclose(f) macro
3494 PerlSIO_fclose(stdio);3734 result = PerlSIO_fclose(stdio); in PerlIO_exportFILE()
137 PerlSIO_fclose # Z added by devel/scanprov