Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Ddoio.c752 PerlIO *that_fp = NULL; in Perl_do_open6() local
791 if ((that_fp = IoIFP(thatio))) { in Perl_do_open6()
801 PerlIO_flush(that_fp); in Perl_do_open6()
802 wanted_fd = PerlIO_fileno(that_fp); in Perl_do_open6()
805 if (that_fp == PerlIO_stdout() in Perl_do_open6()
806 || that_fp == PerlIO_stderr()) in Perl_do_open6()
808 else if (that_fp == PerlIO_stdin()) in Perl_do_open6()
823 if (that_fp) { in Perl_do_open6()
824 fp = PerlIO_fdupopen(aTHX_ that_fp, NULL, dodup); in Perl_do_open6()