Searched refs:open2 (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/IPC-Open3/t/ |
| D | IPC-Open2.t | 35 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/ |
| D | Open2.pm | 117 sub open2 { subroutine
|
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/PackageRepository/ |
| D | SCP.pm | 40 $self->{controller} = open2($rdfh, $wrfh, OpenBSD::Paths->ssh,
|
| /openbsd/src/gnu/usr.bin/perl/t/run/ |
| D | dtrace.t | 163 my $pid = open2($reader, $writer,
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | bench.pl | 1256 eval { $pid = IPC::Open2::open2($out, $in, $cmd); 1; }
|
| /openbsd/src/usr.sbin/adduser/ |
| D | adduser.perl | 989 open2(\*ENCRD, \*ENCWR, "/usr/bin/encrypt", @args);
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlipc.pod | 783 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");
|
| D | perl5160delta.pod | 1517 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
|
| D | perl5120delta.pod | 642 F<open3.pl>, F<open2.pl>, F<newgetopt.pl>, F<look.pl>, F<find.pl>,
|
| /openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| D | perlfaq8.pod | 361 open2( \*MODEM_IN, \*MODEM_OUT, "cu -l$modem_device -s2400 2>&1");
|