| /freebsd-14.2/bin/sh/tests/errors/ |
| H A D | Makefile | 24 ${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
|
| H A D | redirection-error5.0 | 1 # A redirection error on a subshell should not abort the shell.
|
| H A D | redirection-error4.0 | 1 # A redirection error should not abort the shell if there is no command word.
|
| H A D | redirection-error6.0 | 1 # A redirection error on a compound command should not abort the shell.
|
| H A D | redirection-error.0 | 40 # Special built-in utilities must abort on a redirection error.
|
| H A D | redirection-error3.0 | 41 # utilities must abort on a redirection error.
|
| /freebsd-14.2/bin/sh/ |
| H A D | nodetypes | 66 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
|
| H A D | mktokens | 53 TREDIR 0 redirection
|
| H A D | TOUR | 178 redir.c Code to handle redirection of input and output.
|
| /freebsd-14.2/bin/sh/tests/execution/ |
| H A D | bg5.0 | 1 # A background command has an implicit </dev/null redirection.
|
| H A D | bg10.0 | 1 # The redirection overrides the </dev/null implicit in a background command.
|
| H A D | bg6.0 | 1 # The redirection overrides the </dev/null implicit in a background command.
|
| H A D | bg7.0 | 1 # The redirection does not apply to the background command, and therefore
|
| H A D | bg8.0 | 1 # The redirection does not apply to the background command, and therefore
|
| H A D | bg9.0 | 1 # The redirection does not apply to the background command, and therefore
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | create_unbound_ad_servers.cmd | 3 rem into an unbound dns spoof redirection list.
|
| /freebsd-14.2/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_perfmgr.h | 98 boolean_t redirection; member
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | src.desc | 38 redirection.
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | parse.y | 453 struct redirection { struct 456 } *redirection; member 548 %type <v.redirection> redirection redirpool 4457 $$ = calloc(1, sizeof(struct redirection)); 4464 $$ = calloc(1, sizeof(struct redirection)); 4611 redirection : /* empty */ { $$ = NULL; } 4613 $$ = calloc(1, sizeof(struct redirection)); 4620 $$ = calloc(1, sizeof(struct redirection)); 4849 tagged rtable redirection
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_HTTP_transfer.pod | 217 It supports redirection via HTTP status code 301 or 302. It is meant for 230 over a connection managed via I<prctx> without supporting redirection.
|
| H A D | OSSL_HTTP_REQ_CTX.pod | 234 return 1 for success, 0 on error or redirection, -1 if retry is needed.
|
| /freebsd-14.2/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-14.2/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() 1642 p_mon_node->port[port].redirection = TRUE; in handle_redirect()
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | README.nat | 375 - PPP commands to support address and port redirection.
|