Home
last modified time | relevance | path

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

123

/freebsd/bin/sh/tests/errors/
H A DMakefile23 ${PACKAGE}FILES+= redirection-error.0
24 ${PACKAGE}FILES+= redirection-error2.2
25 ${PACKAGE}FILES+= redirection-error3.0
26 ${PACKAGE}FILES+= redirection-error4.0
27 ${PACKAGE}FILES+= redirection-error5.0
28 ${PACKAGE}FILES+= redirection-error6.0
29 ${PACKAGE}FILES+= redirection-error7.0
30 ${PACKAGE}FILES+= redirection-error8.0
H A Dredirection-error5.01 # A redirection error on a subshell should not abort the shell.
H A Dredirection-error4.01 # A redirection error should not abort the shell if there is no command word.
H A Dredirection-error6.01 # A redirection error on a compound command should not abort the shell.
H A Dredirection-error.040 # Special built-in utilities must abort on a redirection error.
H A Dredirection-error3.041 # utilities must abort on a redirection error.
/freebsd/bin/sh/
H A Dnodetypes64 NREDIR nredir # redirection (of a complex command)
119 next nodeptr # next redirection in list
127 next nodeptr # next redirection in list
136 next nodeptr # next redirection in list
H A Dmktokens51 TREDIR 0 redirection
H A DTOUR177 redir.c Code to handle redirection of input and output.
/freebsd/bin/sh/tests/execution/
H A Dbg5.01 # A background command has an implicit </dev/null redirection.
H A Dbg10.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg6.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg7.01 # The redirection does not apply to the background command, and therefore
H A Dbg8.01 # The redirection does not apply to the background command, and therefore
H A Dbg9.01 # The redirection does not apply to the background command, and therefore
/freebsd/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd3 rem into an unbound dns spoof redirection list.
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h98 boolean_t redirection; member
/freebsd/sbin/pfctl/
H A Dparse.y230 struct redirection { struct
248 struct redirection *rdr; argument
472 struct redirection *redirection; member
564 %type <v.redirection> redirection redirpool
3071 filter_opts.nat.rdr = calloc(1, sizeof(struct redirection));
3078 calloc(1, sizeof(struct redirection));
3099 filter_opts.nat.rdr = calloc(1, sizeof(struct redirection));
3106 filter_opts.rdr.rdr = calloc(1, sizeof(struct redirection));
4597 $$ = calloc(1, sizeof(struct redirection));
4604 $$ = calloc(1, sizeof(struct redirection));
[all …]
/freebsd/contrib/tcsh/
H A Dsrc.desc38 redirection.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod217 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 DOSSL_HTTP_REQ_CTX.pod234 return 1 for success, 0 on error or redirection, -1 if retry is needed.
/freebsd/share/examples/ipfilter/
H A Dexamples.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/contrib/ofed/opensm/opensm/
H A Dosm_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()
H A Dosm_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/usr.sbin/ppp/
H A DREADME.nat375 - PPP commands to support address and port redirection.

123