HomeSort by: relevance | last modified time | path
    Searched refs:redirect (Results 1 - 12 of 12) sorted by relevancy

  /src/bin/sh/
redir.h 37 /* flags passed to redirect */
49 void redirect(union node *, int);
eval.c 555 expredir(n->nredir.redirect);
556 if (xflag && n->nredir.redirect) {
561 for (rn = n->nredir.redirect; rn; rn = rn->nfile.next)
575 redirect(n->nredir.redirect, REDIR_KEEP);
584 if (!backgnd && xflag && n->nredir.redirect) {
643 expredir(n->nredir.redirect);
645 if (xflag && n->nredir.redirect) {
650 for (rn = n->nredir.redirect; rn != NULL; rn = rn->nfile.next)
677 redirect(n->nredir.redirect, REDIR_PUSH | REDIR_KEEP)
    [all...]
show.c 394 shredir(n->nredir.redirect, fp, n->nredir.n == NULL);
559 shredir(cmd->ncmd.redirect, fp, first);
568 shredir(cmd->ncmd.redirect, fp, 1);
parser.c 207 n3->nredir.redirect = NULL;
528 n1->nredir.redirect = NULL;
558 * redirect, then ...
570 * continue to build a node containing the redirect.
573 * so only the redirect(s) will be contained in the
601 n1->nredir.redirect = redir;
710 n->ncmd.redirect = redir;
redir.c 118 * background commands, where we want to redirect fd0 to /dev/null only
256 redirect(union node *redir, int flags) function
264 CTRACE(DBG_REDIR, ("redirect(F=0x%x):%s\n", flags, redir?"":" NONE"));
293 /* redirect from/to same file descriptor */
303 ("redirect: moved holding fd %d to %d\n", fd, to));
447 error("Redirect (from %d to %d) failed: %s",
454 error("Redirect (from %d to %d) failed: %s",
484 error("redirect reassignment (fd %d) failed: %s", fd,
jobs.c 1981 cmdlist(n->ncmd.redirect, 0);
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 1 # $NetBSD: cmdline-redirect-stdin.mk,v 1.1 2021/02/01 20:31:41 rillig Exp $
opt-debug-file.mk 7 # and redirect the debug logging to the given file.
  /src/sys/dev/pci/cxgb/
cxgb_offload.h 81 int (*redirect)(void *ctx, struct rtentry *old, member in struct:cxgb_client
cxgb_offload.c 1227 log(LOG_WARNING, "%s: Redirect to non-offload"
1234 log(LOG_WARNING, "%s: Redirect to different "
1252 if (te->ctx && te->client && te->client->redirect) {
1253 update_tcb = te->client->redirect(te->ctx, old, new,
  /src/usr.bin/sed/
process.c 118 redirect:
127 goto redirect;
140 goto redirect;
238 goto redirect;
  /src/sys/netinet/
ip_input.c 1412 * perhaps should send a redirect to sender to shortcut a hop.
1413 * Only send redirect if source is sending directly to us,
1415 * Also, don't send redirect if forwarding using a default route
1416 * or a route modified by a redirect.
1453 goto redirect;
1468 redirect:
1477 case 0: /* forwarded, but need redirect */
1665 CTLTYPE_INT, "redirect",
1666 SYSCTL_DESCR("Enable sending of ICMP redirect messages"),

Completed in 41 milliseconds