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

/freebsd-11-stable/bin/sh/
H A Dredir.h36 /* flags passed to redirect */
41 void redirect(union node *, int);
H A Deval.c434 expredir(n->nredir.redirect);
439 redirect(n->nredir.redirect, 0);
462 expredir(n->nredir.redirect);
480 redirect(n->nredir.redirect, REDIR_PUSH);
871 expredir(cmd->ncmd.redirect);
1001 cmd->ncmd.redirect == NULL &&
1054 redirect(cmd->ncmd.redirect, REDIR_PUS
[all...]
H A Dredir.c81 * background commands, where we want to redirect fd0 to /dev/null only
109 redirect(union node *redir, int flags) function
140 continue; /* redirect from/to same file descriptor */
H A Dparser.c289 n3->nredir.redirect = NULL;
567 n1->nredir.redirect = NULL;
613 n1->nredir.redirect = redir;
638 * functions. There can not be a redirect or an argument between
691 n->ncmd.redirect = redir;
H A Dshow.c136 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) {
H A Djobs.c1458 for (np = n->ncmd.redirect ; np ; np = np->nfile.next) {
/freebsd-11-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-11-stable/usr.sbin/ctld/
H A Dtoken.l82 redirect { return REDIRECT; }
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd24 echo local-zone: %%a redirect>>%dst_dir%\unbound_ad_servers
/freebsd-11-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-11-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-11-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-11-stable/usr.bin/sed/
H A Dprocess.c110 redirect:
119 goto redirect;
133 goto redirect;
236 goto redirect;
/freebsd-11-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]);
1589 fp = redirect(ptoi(a[1]), a[2]);
1614 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ function
/freebsd-11-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-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c931 static void redirect P((int,int));
933 redirect(old, new) function
1073 redirect(in, STDIN_FILENO);
1074 redirect(out, STDOUT_FILENO);
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l424 icmp-redirect { yylval->i = 5; return NUM; }
449 icmp6-redirect { yylval->i = 137; return NUM; }
/freebsd-11-stable/sys/netinet6/
H A Din6_proto.c492 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_SENDREDIRECTS, redirect,
599 "Accept ICMPv6 redirect messages");
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y389 | redirect
452 redirect: label
/freebsd-11-stable/sys/netinet/
H A Dip_input.c112 SYSCTL_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_VNET | CTLFLAG_RW,
1043 * perhaps should send a redirect to sender to shortcut a hop.
1044 * Only send redirect if source is sending directly to us,
1046 * Also, don't send redirect if forwarding using a default route
1047 * or a route modified by a redirect.
1102 case 0: /* forwarded, but need redirect */

Completed in 243 milliseconds