Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DFormatter.pm36 $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 Dredirect-02.txt6 <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 Dredirect-03.txt6 <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 Dredirect-08.txt4 <a href="http://example.com/index2.html">redirect</a>
20 <a href="http://example.com/index2.html">redirect</a>
H A Dredirect-04.txt22 <a href="http://example.com/index2.html">redirect</a>
37 <a href="http://example.com/index3.html">redirect</a>
H A Dredirect-05.txt20 <a href="http://example.com/index2.html">redirect</a>
35 <a href="http://example.com/index3.html">redirect</a>
H A Dredirect-06.txt20 <a href="http://example.com/index2.html">redirect</a>
H A Dredirect-07.txt20 <a href="http://example.com/index2.html">redirect</a>
H A Dredirect-01.txt20 <a href="http://example.com/index2.html">redirect</a>
H A Dredirect-10.txt20 <a href="http://example.com/index2.html">redirect</a>
H A Dauth-03.txt21 <a href="http://example.com/index2.html">redirect</a>
H A Dredirect-09.txt23 <a href="http://example.com/index2.html">redirect</a>
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt1 # Check stdout redirect (> and >>).
17 # Check stderr redirect (2> and 2>>).
33 # Check combined redirect (&>).
H A Derror-2.txt1 # Check error on a unsupported redirect.
/openbsd/regress/sbin/pfctl/
H A Dpfail19.ok1 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 Dpfail30.ok9 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 Dada.exp157 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 Dtrap.t9 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 Dttylog.c36 void redirect(void);
101 redirect(); in main()
147 redirect(void) in redirect() function
/openbsd/usr.bin/sed/
H A Dprocess.c97 redirect: in process()
106 goto redirect; in process()
121 goto redirect; in process()
220 goto redirect; in process()
/openbsd/share/snmp/
H A DOPENBSD-RELAYD-MIB.txt115 "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 DProgram.inc230 // 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 DProgram.inc238 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 Dprintf.t28 # Now redirect STDOUT and read from the file
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm221 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";

12345