Home
last modified time | relevance | path

Searched refs:IoOFP (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c700 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 …]
H A Ddoio.c459 *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 …]
H A Dperl.c2570 (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()
H A Duniversal.c820 IoIFP(io) : IoOFP(io)); in XS()
H A Dpp_ctl.c4612 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()
H A Dperlio.c764 PerlIO * const ofp = IoOFP(io); in perlio_mg_set()
777 PerlIO * const ofp = IoOFP(io); in perlio_mg_get()
H A Dsv.h1656 #define IoOFP(sv) ((XPVIO*) SvANY(sv))->xio_ofp macro
H A Dperl.h4803 && IoOFP(GvIOp(PL_stderrgv)) \
4804 ? IoOFP(GvIOp(PL_stderrgv)) \
H A Dmg.c3272 PerlIO *ofp = IoOFP(io); in Perl_magic_set()
H A Dsv.c14776 if (IoOFP(dsv) == IoIFP(ssv))
14777 IoOFP(dsv) = IoIFP(dsv);
14779 IoOFP(dsv) = fp_dup(IoOFP(dsv), IoTYPE(dsv), param);
H A Ddump.c2541 Perl_dump_indent(aTHX_ level, file, " OFP = 0x%" UVxf "\n", PTR2UV(IoOFP(sv))); in Perl_do_sv_dump()
H A Dpp_hot.c1806 else if (!(fp = IoOFP(io))) { in PP()
/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs361 OutputStream out = IoOFP(io);
382 OutputStream out = IoOFP(io);
469 handle = IoOFP(sv_2io(ST(0)));
497 handle = IoOFP(sv_2io(arg));
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs105 if (type != '<') IoOFP(io) = fp; in newFH()
138 fp = io ? IoOFP(io) : NULL;
434 PerlIO *fp = io ? IoOFP(io) : NULL; in IoOFP() function
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs108 IoOFP(s->io) = PerlIONext(f); in PerlIOVia_method()
327 IoOFP(s->io) = NULL; in PerlIOVia_popped()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A Dtypemap193 $var = IoOFP(sv_2io($arg))
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A Dtypemap214 $var = IoOFP(sv_2io($arg))
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Dperl.typemap238 $var = IoOFP(sv_2io($arg))
/openbsd/gnu/usr.bin/perl/lib/ExtUtils/
H A Dtypemap314 $var = IoOFP(sv_2io($arg))
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007557 IoOFP # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod1183 PerlIO *IoOFP(IO *io);
1187 =for apidoc Amh|PerlIO *|IoOFP|IO *io