Home
last modified time | relevance | path

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

123

/freebsd-13.1/bin/sh/tests/errors/
H A DMakefile25 ${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 Dredirection-error5.02 # A redirection error on a subshell should not abort the shell.
H A Dredirection-error4.02 # A redirection error should not abort the shell if there is no command word.
H A Dredirection-error6.02 # A redirection error on a compound command should not abort the shell.
H A Dredirection-error.041 # Special built-in utilities must abort on a redirection error.
H A Dredirection-error3.042 # utilities must abort on a redirection error.
/freebsd-13.1/bin/sh/
H A Dnodetypes67 NREDIR nredir # redirection (of a complex command)
122 next nodeptr # next redirection in list
130 next nodeptr # next redirection in list
139 next nodeptr # next redirection in list
H A Dmktokens54 TREDIR 0 redirection
H A DTOUR179 redir.c Code to handle redirection of input and output.
/freebsd-13.1/bin/sh/tests/execution/
H A Dbg5.02 # A background command has an implicit </dev/null redirection.
H A Dbg10.02 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg6.02 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg7.02 # The redirection does not apply to the background command, and therefore
H A Dbg8.02 # The redirection does not apply to the background command, and therefore
H A Dbg9.02 # The redirection does not apply to the background command, and therefore
/freebsd-13.1/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd3 rem into an unbound dns spoof redirection list.
/freebsd-13.1/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h98 boolean_t redirection; member
/freebsd-13.1/contrib/tcsh/
H A Dsrc.desc38 redirection.
/freebsd-13.1/sbin/pfctl/
H A Dparse.y415 struct redirection { struct
418 } *redirection; member
508 %type <v.redirection> redirection redirpool
3971 $$ = calloc(1, sizeof(struct redirection));
3978 $$ = calloc(1, sizeof(struct redirection));
4125 redirection : /* empty */ { $$ = NULL; }
4127 $$ = calloc(1, sizeof(struct redirection));
4134 $$ = calloc(1, sizeof(struct redirection));
4359 tagged rtable redirection
/freebsd-13.1/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-13.1/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-13.1/usr.sbin/ppp/
H A DREADME.nat377 - PPP commands to support address and port redirection.
/freebsd-13.1/contrib/unbound/doc/
H A Drequirements.txt166 Also redirection of domain names with fixed data is needed by service
/freebsd-13.1/contrib/one-true-awk/
H A DFIXES143 on exec flag to files/pipes opened for redirection; courtesy of
1048 added explicit check for /dev/std(in,out,err) in redirection.

123