Home
last modified time | relevance | path

Searched refs:redirection (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-13-stable/bin/sh/tests/errors/
HDMakefile24 ${PACKAGE}FILES+= redirection-error.0
25 ${PACKAGE}FILES+= redirection-error2.2
26 ${PACKAGE}FILES+= redirection-error3.0
27 ${PACKAGE}FILES+= redirection-error4.0
28 ${PACKAGE}FILES+= redirection-error5.0
29 ${PACKAGE}FILES+= redirection-error6.0
30 ${PACKAGE}FILES+= redirection-error7.0
31 ${PACKAGE}FILES+= redirection-error8.0
HDredirection-error5.01 # A redirection error on a subshell should not abort the shell.
HDredirection-error4.01 # A redirection error should not abort the shell if there is no command word.
HDredirection-error6.01 # A redirection error on a compound command should not abort the shell.
HDredirection-error.040 # Special built-in utilities must abort on a redirection error.
HDredirection-error3.041 # utilities must abort on a redirection error.
/freebsd-13-stable/bin/sh/
HDnodetypes66 NREDIR nredir # redirection (of a complex command)
121 next nodeptr # next redirection in list
129 next nodeptr # next redirection in list
138 next nodeptr # next redirection in list
HDmktokens53 TREDIR 0 redirection
HDTOUR178 redir.c Code to handle redirection of input and output.
/freebsd-13-stable/bin/sh/tests/execution/
HDbg5.01 # A background command has an implicit </dev/null redirection.
HDbg10.01 # The redirection overrides the </dev/null implicit in a background command.
HDbg6.01 # The redirection overrides the </dev/null implicit in a background command.
HDbg7.01 # The redirection does not apply to the background command, and therefore
HDbg8.01 # The redirection does not apply to the background command, and therefore
HDbg9.01 # The redirection does not apply to the background command, and therefore
/freebsd-13-stable/contrib/unbound/contrib/
HDcreate_unbound_ad_servers.cmd3 rem into an unbound dns spoof redirection list.
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
HDosm_perfmgr.h98 boolean_t redirection; member
/freebsd-13-stable/contrib/tcsh/
HDsrc.desc38 redirection.
/freebsd-13-stable/sbin/pfctl/
HDparse.y413 struct redirection { struct
416 } *redirection; member
506 %type <v.redirection> redirection redirpool
3981 $$ = calloc(1, sizeof(struct redirection));
3988 $$ = calloc(1, sizeof(struct redirection));
4135 redirection : /* empty */ { $$ = NULL; }
4137 $$ = calloc(1, sizeof(struct redirection));
4144 $$ = calloc(1, sizeof(struct redirection));
4373 tagged rtable redirection
/freebsd-13-stable/share/examples/ipfilter/
HDexamples.txt439 Transparent proxies are supported through redirection, which works in a
441 effect redirection rules, ipnat must be used (same as for NAT) rather than
/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_console.c1430 if (p_mon_node->port[port].redirection) { in dump_redir_entry()
1496 if (p_mon_node->port[port].redirection) { in clear_redir_entry()
HDosm_perfmgr.c352 mon_node->port[port].redirection && mon_node->port[port].qp) in get_qp()
1642 p_mon_node->port[port].redirection = TRUE; in handle_redirect()
/freebsd-13-stable/usr.sbin/ppp/
HDREADME.nat375 - PPP commands to support address and port redirection.
/freebsd-13-stable/contrib/unbound/doc/
HDrequirements.txt166 Also redirection of domain names with fixed data is needed by service
/freebsd-13-stable/contrib/one-true-awk/
HDFIXES143 on exec flag to files/pipes opened for redirection; courtesy of
1048 added explicit check for /dev/std(in,out,err) in redirection.

123