| /freebsd-12.1/bin/sh/tests/errors/ |
| H A D | Makefile | 25 ${PACKAGE}FILES+= redirection-error.0 26 ${PACKAGE}FILES+= redirection-error2.2 27 ${PACKAGE}FILES+= redirection-error3.0 28 ${PACKAGE}FILES+= redirection-error4.0 29 ${PACKAGE}FILES+= redirection-error5.0 30 ${PACKAGE}FILES+= redirection-error6.0 31 ${PACKAGE}FILES+= redirection-error7.0 32 ${PACKAGE}FILES+= redirection-error8.0
|
| H A D | redirection-error5.0 | 2 # A redirection error on a subshell should not abort the shell.
|
| H A D | redirection-error4.0 | 2 # A redirection error should not abort the shell if there is no command word.
|
| H A D | redirection-error6.0 | 2 # A redirection error on a compound command should not abort the shell.
|
| H A D | redirection-error.0 | 41 # Special built-in utilities must abort on a redirection error.
|
| H A D | redirection-error3.0 | 42 # utilities must abort on a redirection error.
|
| /freebsd-12.1/bin/sh/ |
| H A D | nodetypes | 67 NREDIR nredir # redirection (of a compex command) 122 next nodeptr # next redirection in list 130 next nodeptr # next redirection in list 139 next nodeptr # next redirection in list
|
| H A D | mktokens | 54 TREDIR 0 redirection
|
| H A D | TOUR | 179 redir.c Code to handle redirection of input and output.
|
| /freebsd-12.1/bin/sh/tests/execution/ |
| H A D | bg5.0 | 2 # A background command has an implicit </dev/null redirection.
|
| H A D | bg10.0 | 2 # The redirection overrides the </dev/null implicit in a background command.
|
| H A D | bg6.0 | 2 # The redirection overrides the </dev/null implicit in a background command.
|
| H A D | bg7.0 | 2 # The redirection does not apply to the background command, and therefore
|
| H A D | bg8.0 | 2 # The redirection does not apply to the background command, and therefore
|
| H A D | bg9.0 | 2 # The redirection does not apply to the background command, and therefore
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | create_unbound_ad_servers.cmd | 3 rem into an unbound dns spoof redirection list.
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | go32-nat.c | 776 if (child_cmd.redirection) in go32_terminal_info() 782 if (child_cmd.redirection[i]->file_name) in go32_terminal_info() 784 i, child_cmd.redirection[i]->file_name); in go32_terminal_info() 785 else if (_get_dev_info (child_cmd.redirection[i]->inf_handle) == -1) in go32_terminal_info() 789 else if ((_get_dev_info (child_cmd.redirection[i]->inf_handle) & 0xdf) in go32_terminal_info()
|
| /freebsd-12.1/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_perfmgr.h | 98 boolean_t redirection; member
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | src.desc | 38 redirection.
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | parse.y | 410 struct redirection { struct 413 } *redirection; member 501 %type <v.redirection> redirection redirpool 3888 $$ = calloc(1, sizeof(struct redirection)); 3895 $$ = calloc(1, sizeof(struct redirection)); 4012 redirection : /* empty */ { $$ = NULL; } 4014 $$ = calloc(1, sizeof(struct redirection)); 4021 $$ = calloc(1, sizeof(struct redirection)); 4223 tagged rtable redirection
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cfg.texi | 238 available to insert an unconditional jump in the case that redirection 481 manipulations, including block splitting and merging, edge redirection 576 Another common scenario is redirection of branch instructions, but 577 this is best modeled as redirection of edges in the control flow graph
|
| /freebsd-12.1/share/examples/ipfilter/ |
| H A D | examples.txt | 439 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-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_console.c | 1430 if (p_mon_node->port[port].redirection) { in dump_redir_entry() 1496 if (p_mon_node->port[port].redirection) { in clear_redir_entry()
|
| H A D | osm_perfmgr.c | 352 mon_node->port[port].redirection && mon_node->port[port].qp) in get_qp() 1626 p_mon_node->port[port].redirection = TRUE; in handle_redirect()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | README.nat | 377 - PPP commands to support address and port redirection.
|