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

/freebsd-10.0-release/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);
831 expredir(cmd->ncmd.redirect);
1002 cmd->ncmd.redirect == NULL &&
1054 redirect(cmd->ncmd.redirect, REDIR_PUS
[all...]
H A Dredir.c79 * background commands, where we want to redirect fd0 to /dev/null only
97 redirect(union node *redir, int flags) function
119 continue; /* redirect from/to same file descriptor */
H A Dparser.c254 n3->nredir.redirect = NULL;
532 n1->nredir.redirect = NULL;
578 n1->nredir.redirect = redir;
603 * functions. There can not be a redirect or an argument between
656 n->ncmd.redirect = redir;
H A Dshow.c136 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) {
H A Djobs.c1334 for (np = n->ncmd.redirect ; np ; np = np->nfile.next) {
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc204 // Just redirect stderr
207 // If stdout and stderr should go to the same place, redirect stderr
210 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
257 // If stdout and stderr should go to the same place, redirect stderr
260 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
264 // Just redirect stderr
/freebsd-10.0-release/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-10.0-release/usr.bin/sed/
H A Dprocess.c104 redirect:
113 goto redirect;
127 goto redirect;
222 goto redirect;
/freebsd-10.0-release/contrib/one-true-awk/
H A Dproto.h186 extern FILE *redirect(int, Node *);
H A Drun.c989 fp = redirect(ptoi(a[1]), a[2]);
1587 fp = redirect(ptoi(a[1]), a[2]);
1612 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ function
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc287 MakeErrMsg(ErrMsg, "can't redirect stdin");
293 MakeErrMsg(ErrMsg, "can't redirect stdout");
297 // If stdout and stderr should go to the same place, redirect stderr
303 // Just redirect stderr
308 MakeErrMsg(ErrMsg, "can't redirect stderr");
/freebsd-10.0-release/sys/netinet6/
H A Din6_proto.c505 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_SENDREDIRECTS, redirect, CTLFLAG_RW,
/freebsd-10.0-release/contrib/libpcap/
H A Dscanner.l357 icmp-redirect { yylval.i = 5; return NUM; }
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y400 | redirect
463 redirect: label
/freebsd-10.0-release/sys/netinet/
H A Dip_input.c103 SYSCTL_VNET_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_RW,
1450 * perhaps should send a redirect to sender to shortcut a hop.
1451 * Only send redirect if source is sending directly to us,
1453 * Also, don't send redirect if forwarding using a default route
1454 * or a route modified by a redirect.
1525 case 0: /* forwarded, but need redirect */

Completed in 407 milliseconds