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

/freebsd-9.3-release/bin/sh/
H A Dredir.h36 /* flags passed to redirect */
41 void redirect(union node *, int);
H A Deval.c421 expredir(n->nredir.redirect);
426 redirect(n->nredir.redirect, 0);
449 expredir(n->nredir.redirect);
467 redirect(n->nredir.redirect, REDIR_PUSH);
786 expredir(cmd->ncmd.redirect);
957 cmd->ncmd.redirect == NULL &&
1009 redirect(cmd->ncmd.redirect, REDIR_PUS
[all...]
H A Dredir.c81 * background commands, where we want to redirect fd0 to /dev/null only
106 redirect(union node *redir, int flags) function
129 continue; /* redirect from/to same file descriptor */
H A Dparser.c251 n3->nredir.redirect = NULL;
562 n1->nredir.redirect = NULL;
614 n1->nredir.redirect = redir;
639 * functions. There can not be a redirect or an argument between
696 n->ncmd.redirect = redir;
H A Dshow.c136 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) {
H A Djobs.c1285 for (np = n->ncmd.redirect ; np ; np = np->nfile.next) {
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc255 MakeErrMsg(ErrMsg, "can't redirect stdin");
261 MakeErrMsg(ErrMsg, "can't redirect stdout");
265 // If stdout and stderr should go to the same place, redirect stderr
276 // Just redirect stderr
281 MakeErrMsg(ErrMsg, "can't redirect stderr");
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc223 // Just redirect stderr
227 // If stdout and stderr should go to the same place, redirect stderr
230 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
278 // If stdout and stderr should go to the same place, redirect stderr
281 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
285 // Just redirect stderr
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y56 %type <act> action redirect result
148 | redirect { $$.act_val = IPSL_REDIRECT;
161 redirect: label
192 { "redirect", IPSL_REDIRECT },
284 printf("redirect");
305 printf("redirect");
378 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1);
389 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1);
/freebsd-9.3-release/usr.bin/sed/
H A Dprocess.c104 redirect:
113 goto redirect;
127 goto redirect;
222 goto redirect;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dview.h191 dns_zone_t * redirect; member in struct:dns_view
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dview.c205 view->redirect = NULL;
448 if (view->redirect != NULL)
449 dns_zone_detach(&view->redirect);
524 if (view->redirect != NULL) {
525 rdzone = view->redirect;
526 view->redirect = NULL;
/freebsd-9.3-release/sys/netinet6/
H A Din6_proto.c520 SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_SENDREDIRECTS, redirect, CTLFLAG_RW,
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l357 icmp-redirect { yylval.i = 5; return NUM; }
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y404 | redirect
467 redirect: label
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c5452 redirect(ns_client_t *client, dns_name_t *name, dns_rdataset_t *rdataset, function
5467 CTRACE("redirect");
5469 if (client->view->redirect == NULL)
5505 dns_zone_getqueryacl(client->view->redirect),
5510 result = dns_zone_getdb(client->view->redirect, &db);
5521 * Lookup the requested data in the redirect zone.
5534 CTRACE("redirect: found data: done");
6644 redirect(client, fname, rdataset, &node, &db, &version,
6706 if (redirect(client, fname, rdataset, &node, &db, &version,
H A Dserver.c3896 if (strcasecmp(ztypestr, "redirect") == 0) {
3897 if (view->redirect != NULL) {
3899 "redirect zone already exists");
3907 if (pview != NULL && pview->redirect != NULL) {
3908 dns_zone_attach(pview->redirect, &zone);
3921 dns_zone_attach(zone, &view->redirect);
4568 type = "redirect";
5883 if (view->redirect != NULL) {
5884 result = dns_zone_load(view->redirect);
5940 if (view->redirect !
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dip_input.c100 SYSCTL_VNET_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_RW,
1448 * perhaps should send a redirect to sender to shortcut a hop.
1449 * Only send redirect if source is sending directly to us,
1451 * Also, don't send redirect if forwarding using a default route
1452 * or a route modified by a redirect.
1523 case 0: /* forwarded, but need redirect */

Completed in 179 milliseconds