/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/ |
H A D | Formatter.pm | 36 $self->redirect(\@out) if @out && ref $f->{about} && defined $f->{about}->{package} 45 $self->redirect(\@out) if @out && ref $f->{about} && defined $f->{about}->{package} 50 sub redirect { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
H A D | redirect-02.txt | 6 <a href="http://example.com/index2.html">redirect</a> 22 <a href="http://example.com/index2.html">redirect</a> 37 <a href="http://example.com/index3.html">redirect</a>
|
H A D | redirect-03.txt | 6 <a href="http://example.com/index3.html">redirect</a> 22 <a href="http://example.com/index2.html">redirect</a> 37 <a href="http://example.com/index3.html">redirect</a>
|
H A D | redirect-08.txt | 4 <a href="http://example.com/index2.html">redirect</a> 20 <a href="http://example.com/index2.html">redirect</a>
|
H A D | redirect-04.txt | 22 <a href="http://example.com/index2.html">redirect</a> 37 <a href="http://example.com/index3.html">redirect</a>
|
H A D | redirect-05.txt | 20 <a href="http://example.com/index2.html">redirect</a> 35 <a href="http://example.com/index3.html">redirect</a>
|
H A D | redirect-06.txt | 20 <a href="http://example.com/index2.html">redirect</a>
|
H A D | redirect-07.txt | 20 <a href="http://example.com/index2.html">redirect</a>
|
H A D | redirect-01.txt | 20 <a href="http://example.com/index2.html">redirect</a>
|
H A D | redirect-10.txt | 20 <a href="http://example.com/index2.html">redirect</a>
|
H A D | auth-03.txt | 21 <a href="http://example.com/index2.html">redirect</a>
|
H A D | redirect-09.txt | 23 <a href="http://example.com/index2.html">redirect</a>
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | redirects.txt | 1 # Check stdout redirect (> and >>). 17 # Check stderr redirect (2> and 2>>). 33 # Check combined redirect (&>).
|
H A D | error-2.txt | 1 # Check error on a unsupported redirect.
|
/openbsd/regress/sbin/pfctl/ |
H A D | pfail19.ok | 1 stdin:4: binat-to requires a specified source and redirect address 3 stdin:4: tables cannot be used as the redirect address of a binat-to rule
|
H A D | pfail30.ok | 9 stdin:4: binat-to requires a specified source and redirect address 19 stdin:13: binat-to requires a specified source and redirect address 21 stdin:13: tables cannot be used as the redirect address of a binat-to rule
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
H A D | ada.exp | 157 regsub "^redirect=" $i "" redirect 365 if [info exists redirect] { 366 verbose "Redirecting output to $redirect" 2 367 set status [remote_exec host "$compiler $opts" "" "" $redirect];
|
/openbsd/regress/bin/ksh/ |
H A D | trap.t | 9 name: failed-redirect-triggers-ERR-restricted 24 name: failed-redirect-triggers-ERR-command 38 name: failed-redirect-triggers-ERR-permanent 40 Permanently redirect standard output of the shell without execution.
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | ttylog.c | 36 void redirect(void); 101 redirect(); in main() 147 redirect(void) in redirect() function
|
/openbsd/usr.bin/sed/ |
H A D | process.c | 97 redirect: in process() 106 goto redirect; in process() 121 goto redirect; in process() 220 goto redirect; in process()
|
/openbsd/share/snmp/ |
H A D | OPENBSD-RELAYD-MIB.txt | 115 "Number of packets passed via this redirect" 123 "Average number of packets passed via this redirect per statistics interval" 131 "Number of packets passed via this redirect in the current statistics interval" 139 "Average number of packets passed via this redirect per hour" 147 "Number of packets passed via this redirect in the previous hour" 155 "Average number of packets passed via this redirect per day" 163 "Number of packets passed via this redirect in the previous day"
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Program.inc | 230 // Just redirect stderr 234 // If stdout and stderr should go to the same place, redirect stderr 237 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 294 // If stdout and stderr should go to the same place, redirect stderr 297 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 301 // Just redirect stderr
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Program.inc | 238 MakeErrMsg(ErrMsg, "can't redirect stdin"); 244 MakeErrMsg(ErrMsg, "can't redirect stdout"); 248 // If stdout and stderr should go to the same place, redirect stderr 259 // Just redirect stderr 264 MakeErrMsg(ErrMsg, "can't redirect stderr");
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | printf.t | 28 # Now redirect STDOUT and read from the file
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_Any.pm | 221 my $redirect = $self->can_redirect_error ? '2>&1' : ''; 223 my $minus_v = `"$make" -v $redirect`; 419 my $redirect = $opts->{append} ? '>>' : '>'; 420 $cmds[0] .= " $redirect $file";
|