Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/IPC-Open3/t/
DIPC-Open2.t35 my $pid = open2('READ', 'WRITE', $perl, '-e', cmd_line('print scalar <STDIN>'));
47 my $pid = IPC::Open2::open2('KAZOP', 'WRITE', $perl, '-e',
59 $pid = eval { open2('READ', '', $perl, '-e', cmd_line('print scalar <STDIN>')) };
60 like($@, qr/^open2: Modification of a read-only value attempted at /,
/openbsd/src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
DOpen2.pm117 sub open2 { subroutine
/openbsd/src/usr.sbin/pkg_add/OpenBSD/PackageRepository/
DSCP.pm40 $self->{controller} = open2($rdfh, $wrfh, OpenBSD::Paths->ssh,
/openbsd/src/gnu/usr.bin/perl/t/run/
Ddtrace.t163 my $pid = open2($reader, $writer,
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbench.pl1256 eval { $pid = IPC::Open2::open2($out, $in, $cmd); 1; }
/openbsd/src/usr.sbin/adduser/
Dadduser.perl989 open2(\*ENCRD, \*ENCWR, "/usr/bin/encrypt", @args);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlipc.pod783 If you really want to, you can use the standard open2() from the
789 If you look at its source, you'll see that open2() uses low-level
793 is. The open2() and open3() functions are unlikely to work anywhere
801 Here's an example of using open2():
804 my $pid = open2(my $reader, my $writer, "cat -un");
Dperl5160delta.pod1517 lib/find{,depth}.pl look.pl newgetopt.pl open2.pl open3.pl
2101 into F<ext/IPC-Open3>, as C<IPC::Open2::open2()> is implemented as a thin
Dperl5120delta.pod642 F<open3.pl>, F<open2.pl>, F<newgetopt.pl>, F<look.pl>, F<find.pl>,
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq8.pod361 open2( \*MODEM_IN, \*MODEM_OUT, "cu -l$modem_device -s2400 2>&1");