Searched refs:IoOFP (Results 1 – 21 of 21) sorted by relevance
700 IoOFP(rstio) = IoIFP(rstio); in PP()701 IoIFP(wstio) = IoOFP(wstio); in PP()710 if (IoOFP(wstio)) in PP()848 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) { in PP()1644 else if (!(fp = IoOFP(io))) { in PP()2501 if (IoOFP(io)) PerlIO_close(IoOFP(io)); in PP()2538 if (!IoIFP(io1) || !IoOFP(io1) || !IoIFP(io2) || !IoOFP(io2)) { in PP()2540 if (IoOFP(io1)) PerlIO_close(IoOFP(io1)); in PP()2543 if (IoOFP(io2)) PerlIO_close(IoOFP(io2)); in PP()2654 if (IoOFP(nstio)) PerlIO_close(IoOFP(nstio)); in PP()[all …]
459 *saveofp = IoOFP(io); in S_openn_setup()468 else if (IoIFP(io) != IoOFP(io)) { in S_openn_setup()469 if (IoOFP(io)) { in S_openn_setup()489 IoOFP(io) = IoIFP(io) = NULL; in S_openn_setup()1149 IoOFP(io) = fp; in S_openn_cleanup()1158 IoOFP(io) = saveofp; in S_openn_cleanup()1301 IoIFP(io) = IoOFP(io) = NULL; in S_argvout_free()1888 IoOFP(io) = IoIFP(io) = NULL; in Perl_io_close()1901 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) { /* a socket */ in Perl_io_close()1905 PerlIO_restore_errno(IoOFP(io)); in Perl_io_close()[all …]
2570 (fp = IoOFP(io))) in S_parse_body()2574 (fp = IoOFP(io))) in S_parse_body()4598 IoOFP(io) = IoIFP(io) = PerlIO_stdout(); in S_init_predump_symbols()4608 IoOFP(io) = IoIFP(io) = PerlIO_stderr(); in S_init_predump_symbols()
820 IoIFP(io) : IoOFP(io)); in XS()
4612 if (IoOFP(io) && IoOFP(io) != IoIFP(io)) { in S_require_file()4613 PerlIO_close(IoOFP(io)); in S_require_file()4616 IoOFP(io) = NULL; in S_require_file()
764 PerlIO * const ofp = IoOFP(io); in perlio_mg_set()777 PerlIO * const ofp = IoOFP(io); in perlio_mg_get()
1656 #define IoOFP(sv) ((XPVIO*) SvANY(sv))->xio_ofp macro
4803 && IoOFP(GvIOp(PL_stderrgv)) \4804 ? IoOFP(GvIOp(PL_stderrgv)) \
3272 PerlIO *ofp = IoOFP(io); in Perl_magic_set()
14776 if (IoOFP(dsv) == IoIFP(ssv))14777 IoOFP(dsv) = IoIFP(dsv);14779 IoOFP(dsv) = fp_dup(IoOFP(dsv), IoTYPE(dsv), param);
2541 Perl_dump_indent(aTHX_ level, file, " OFP = 0x%" UVxf "\n", PTR2UV(IoOFP(sv))); in Perl_do_sv_dump()
1806 else if (!(fp = IoOFP(io))) { in PP()
361 OutputStream out = IoOFP(io);382 OutputStream out = IoOFP(io);469 handle = IoOFP(sv_2io(ST(0)));497 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
1183 PerlIO *IoOFP(IO *io);1187 =for apidoc Amh|PerlIO *|IoOFP|IO *io