Searched refs:open2 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm11 @EXPORT = qw(open2);
15 IPC::Open2, open2 - open a process for both reading and writing
21 $pid = open2(\*RDRFH, \*WTRFH, 'some cmd and args');
23 $pid = open2(\*RDRFH, \*WTRFH, 'some', 'cmd', 'and', 'args');
27 $pid = open2($rdrfh, $wtrfh, 'some cmd and args');
29 $pid = open2($rdrfh, $wtrfh, 'some', 'cmd', 'and', 'args');
33 The open2() function runs the given $cmd and connects $rdrfh for
53 open2() returns the process ID of the child process. It doesn't return on
54 failure: it just raises an exception matching C</^open2:/>. However,
58 open2() doe
112 sub open2 { subroutine
[all...]
H A DOpen2.t8 # open2/3 supported on win32 (but not Borland due to CRT bugs)
21 #require 'open2.pl'; use subs 'open2';
51 ok 1, $pid = open2 'READ', 'WRITE', $perl, '-e',
H A DOpen3.pm31 Extremely similar to open2(), open3() spawns the given $cmd and
86 The order of arguments differs from that of open2().
91 # derived mostly from &open2 by tom christiansen, <tchrist@convex.com>
/opensolaris-onvv-gate/usr/src/tools/codesign/
H A Dsignit.pl93 $pid = open2(*SRV_OUT, *SRV_IN, "/usr/bin/ssh", @args) or
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584-extra.mf722 file path=usr/perl5/5.8.4/lib/open2.pl mode=0444

Completed in 81 milliseconds