Searched refs:rstio (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c929 register IO *rstio; local
938 rstio = GvIOn(rgv);
941 if (IoIFP(rstio))
948 IoIFP(rstio) = PerlIO_fdopen(fd[0], "r"PIPE_OPEN_MODE);
950 IoOFP(rstio) = IoIFP(rstio);
952 IoTYPE(rstio) = IoTYPE_RDONLY;
954 if (!IoIFP(rstio) || !IoOFP(wstio)) {
955 if (IoIFP(rstio)) PerlIO_close(IoIFP(rstio));
[all...]
H A Dpp_sys.c601 register IO *rstio; local
613 rstio = GvIOn(rgv);
616 if (IoIFP(rstio))
624 IoIFP(rstio) = PerlIO_fdopen(fd[0], "r"PIPE_OPEN_MODE);
626 IoOFP(rstio) = IoIFP(rstio);
628 IoTYPE(rstio) = IoTYPE_RDONLY;
631 if (!IoIFP(rstio) || !IoOFP(wstio)) {
632 if (IoIFP(rstio)) PerlIO_close(IoIFP(rstio));
[all...]

Completed in 27 milliseconds