Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Ddoio.c208 PerlIO *that_fp = NULL; in Perl_do_openn() local
365 if ((that_fp = IoIFP(thatio))) { in Perl_do_openn()
375 if (PerlIO_seek(that_fp, 0, SEEK_CUR) == -1) in Perl_do_openn()
376 PerlIO_clearerr(that_fp); in Perl_do_openn()
382 PerlIO_flush(that_fp); in Perl_do_openn()
383 fd = PerlIO_fileno(that_fp); in Perl_do_openn()
386 if (that_fp == PerlIO_stdout() in Perl_do_openn()
387 || that_fp == PerlIO_stderr()) in Perl_do_openn()
389 else if (that_fp == PerlIO_stdin()) in Perl_do_openn()
401 if (that_fp) { in Perl_do_openn()
[all …]