Searched refs:IoOFP (Results 1 – 21 of 21) sorted by relevance
914 IoOFP(rstio) = IoIFP(rstio);915 IoIFP(wstio) = IoOFP(wstio);924 if (IoOFP(wstio))1062 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) {1873 else if (!(fp = IoOFP(io))) { in PP()2729 if (IoOFP(io)) PerlIO_close(IoOFP(io));2766 if (!IoIFP(io1) || !IoOFP(io1) || !IoIFP(io2) || !IoOFP(io2)) {2768 if (IoOFP(io1)) PerlIO_close(IoOFP(io1));2771 if (IoOFP(io2)) PerlIO_close(IoOFP(io2));2882 if (IoOFP(nstio)) PerlIO_close(IoOFP(nstio));[all …]
463 *saveofp = IoOFP(io); in S_openn_setup()472 else if (IoIFP(io) != IoOFP(io)) { in S_openn_setup()473 if (IoOFP(io)) { in S_openn_setup()493 IoOFP(io) = IoIFP(io) = NULL; in S_openn_setup()1151 IoOFP(io) = fp; in S_openn_cleanup()1160 IoOFP(io) = saveofp; in S_openn_cleanup()1303 IoIFP(io) = IoOFP(io) = NULL; in S_argvout_free()1931 IoOFP(io) = IoIFP(io) = NULL; in Perl_io_close()1944 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) { /* a socket */ in Perl_io_close()1948 PerlIO_restore_errno(IoOFP(io)); in Perl_io_close()[all …]
2623 (fp = IoOFP(io))) in S_parse_body()2627 (fp = IoOFP(io))) in S_parse_body()4653 IoOFP(io) = IoIFP(io) = PerlIO_stdout(); in S_init_predump_symbols()4663 IoOFP(io) = IoIFP(io) = PerlIO_stderr(); in S_init_predump_symbols()
863 IoIFP(io) : IoOFP(io)); in XS()
4879 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) { in S_require_file()4880 PerlIO_close(IoOFP(io)); in S_require_file()4883 IoOFP(io) = NULL; in S_require_file()
1656 #define IoOFP(sv) ((XPVIO*) SvANY(sv))->xio_ofp macro
4814 && IoOFP(GvIOp(PL_stderrgv)) \4815 ? IoOFP(GvIOp(PL_stderrgv)) \
762 PerlIO * const ofp = IoOFP(io); in perlio_mg_set()775 PerlIO * const ofp = IoOFP(io); in perlio_mg_get()
3271 PerlIO *ofp = IoOFP(io); in Perl_magic_set()
14845 if (IoOFP(dsv) == IoIFP(ssv))14846 IoOFP(dsv) = IoIFP(dsv);14848 IoOFP(dsv) = fp_dup(IoOFP(dsv), IoTYPE(dsv), param);
2540 Perl_dump_indent(aTHX_ level, file, " OFP = 0x%" UVxf "\n", PTR2UV(IoOFP(sv))); in Perl_do_sv_dump()
2130 else if (!(fp = IoOFP(io))) { in PP()
354 OutputStream out = IoOFP(io);375 OutputStream out = IoOFP(io);462 handle = IoOFP(sv_2io(ST(0)));490 handle = IoOFP(sv_2io(arg));
105 if (type != '<') IoOFP(io) = fp; in newFH()138 fp = io ? IoOFP(io) : NULL;434 PerlIO *fp = io ? IoOFP(io) : NULL; in IoOFP() function
108 IoOFP(s->io) = PerlIONext(f); in PerlIOVia_method()327 IoOFP(s->io) = NULL; in PerlIOVia_popped()
193 $var = IoOFP(sv_2io($arg))
214 $var = IoOFP(sv_2io($arg))
238 $var = IoOFP(sv_2io($arg))
314 $var = IoOFP(sv_2io($arg))
557 IoOFP # Z added by devel/scanprov
1187 PerlIO *IoOFP(IO *io);1191 =for apidoc Amh|PerlIO *|IoOFP|IO *io