Searched refs:redirect (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/bin/sh/
H A Dredir.h38 /* flags passed to redirect */
43 void redirect(union node *, int);
H A Deval.c433 expredir(n->nredir.redirect);
438 redirect(n->nredir.redirect, 0);
461 expredir(n->nredir.redirect);
480 redirect(n->nredir.redirect, REDIR_PUSH);
868 expredir(cmd->ncmd.redirect);
998 cmd->ncmd.redirect == NULL &&
1051 redirect(cmd->ncmd.redirect, REDIR_PUS
[all...]
H A Dredir.c83 * background commands, where we want to redirect fd0 to /dev/null only
111 redirect(union node *redir, int flags) function
142 continue; /* redirect from/to same file descriptor */
H A Dparser.c294 n3->nredir.redirect = NULL;
572 n1->nredir.redirect = NULL;
618 n1->nredir.redirect = redir;
643 * functions. There can not be a redirect or an argument between
696 n->ncmd.redirect = redir;
H A Dshow.c138 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) {
H A Djobs.c1460 for (np = n->ncmd.redirect ; np ; np = np->nfile.next) {
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dutils.hpp46 void redirect(const int, const std::string&);
H A Dutils_test.cpp71 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
83 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
95 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
108 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
300 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
311 atf::utils::redirect(STDERR_FILENO, "captured.txt");
322 atf::utils::redirect(15, "captured.txt");
H A Dutils.cpp86 atf::utils::redirect(const int fd, const std::string& path) function in class:atf::utils
/freebsd-12-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd24 echo local-zone: %%a redirect>>%dst_dir%\unbound_ad_servers
/freebsd-12-stable/usr.sbin/ctld/
H A Dtoken.l83 redirect { return REDIRECT; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc227 MakeErrMsg(ErrMsg, "can't redirect stdin");
233 MakeErrMsg(ErrMsg, "can't redirect stdout");
237 // If stdout and stderr should go to the same place, redirect stderr
248 // Just redirect stderr
253 MakeErrMsg(ErrMsg, "can't redirect stderr");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc229 // Just redirect stderr
233 // If stdout and stderr should go to the same place, redirect stderr
236 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
289 // If stdout and stderr should go to the same place, redirect stderr
292 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
296 // Just redirect stderr
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y57 %type <act> action redirect result
149 | redirect { $$.act_val = IPSL_REDIRECT;
162 redirect: label
193 { "redirect", IPSL_REDIRECT },
285 printf("redirect");
306 printf("redirect");
379 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1);
390 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1);
/freebsd-12-stable/usr.bin/sed/
H A Dprocess.c113 redirect:
122 goto redirect;
136 goto redirect;
239 goto redirect;
/freebsd-12-stable/contrib/one-true-awk/
H A Dproto.h186 extern FILE *redirect(int, Node *);
H A Drun.c989 fp = redirect(ptoi(a[1]), a[2]);
1659 fp = redirect(ptoi(a[1]), a[2]);
1684 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ function
/freebsd-12-stable/contrib/gdb/gdb/
H A Dui-out.h259 redirect_ftype *redirect; member in struct:ui_out_impl
H A Dui-out.c993 if (!uiout->impl->redirect)
995 uiout->impl->redirect (uiout, outstream);
/freebsd-12-stable/contrib/libpcap/
H A Dscanner.l424 icmp-redirect { yylval->i = 5; return NUM; }
449 icmp6-redirect { yylval->i = 137; return NUM; }
/freebsd-12-stable/sys/netinet6/
H A Din6_proto.c476 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_SENDREDIRECTS, redirect,
566 "Accept ICMPv6 redirect messages");
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y389 | redirect
452 redirect: label
/freebsd-12-stable/sys/netinet/
H A Dip_input.c113 * Respond with an ICMP host redirect when we forward a packet out of
117 SYSCTL_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_VNET | CTLFLAG_RW,
1046 * perhaps should send a redirect to sender to shortcut a hop.
1047 * Only send redirect if source is sending directly to us,
1049 * Also, don't send redirect if forwarding using a default route
1050 * or a route modified by a redirect.
1101 case 0: /* forwarded, but need redirect */

Completed in 235 milliseconds