/freebsd/contrib/kyua/utils/config/ |
H A D | lua_module_test.cpp | 132 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 155 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 180 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 197 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 214 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 232 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 255 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 273 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 290 config::redirect(state, tree); in ATF_TEST_CASE_BODY() 306 config::redirect(state, tree); in ATF_TEST_CASE_BODY() [all …]
|
H A D | lua_module.hpp | 44 void redirect(lutok::state&, tree&);
|
H A D | parser.cpp | 98 config::redirect(_state, _tree); in syntax_callback()
|
H A D | lua_module.cpp | 260 config::redirect(lutok::state& state, tree& out_tree) in redirect() function in config
|
/freebsd/bin/sh/ |
H A D | eval.c | 425 expredir(n->nredir.redirect); in evalsubshell() 430 redirect(n->nredir.redirect, 0); in evalsubshell() 453 expredir(n->nredir.redirect); in evalredir() 469 redirect(n->nredir.redirect, REDIR_PUSH); in evalredir() 857 expredir(cmd->ncmd.redirect); in evalcommand() 987 cmd->ncmd.redirect == NULL && in evalcommand() 1040 redirect(cmd->ncmd.redirect, REDIR_PUSH); in evalcommand() 1084 redirect(cmd->ncmd.redirect, mode); in evalcommand() 1139 redirect(cmd->ncmd.redirect, 0); in evalcommand()
|
H A D | redir.h | 40 void redirect(union node *, int);
|
H A D | nodetypes | 57 redirect nodeptr # list of file redirections 67 redirect nodeptr # list of file redirections
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 71 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 83 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 95 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 108 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 300 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 311 atf::utils::redirect(STDERR_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY() 322 atf::utils::redirect(15, "captured.txt"); in ATF_TEST_CASE_BODY()
|
H A D | utils.hpp | 47 void redirect(const int, const std::string&);
|
H A D | utils.cpp | 93 atf::utils::redirect(const int fd, const std::string& path) in redirect() function in atf::utils
|
/freebsd/contrib/unbound/contrib/ |
H A D | redirect-bogus.patch | 38 +.B redirect-bogus-ipv4: \fI<IPv4 address> 44 +.B redirect-bogus-ipv6: \fI<IPv4 address> 134 + } else if (strcmp(opt, "redirect-bogus-ipv4:") == 0) { 136 + } else if (strcmp(opt, "redirect-bogus-ipv6:") == 0) { 176 +redirect-bogus-ipv4{COLON} { YDVAR(1, VAR_REDIRECT_BOGUS_IPV4) } 177 +redirect-bogus-ipv6{COLON} { YDVAR(1, VAR_REDIRECT_BOGUS_IPV6) } 219 + yyerror("redirect-bogus-ipv4, can only use one address"); 222 + yyerror("redirect-bogus-ipv4, not a valid IPv4 address"); 233 + yyerror("redirect-bogus-ipv6, can only use one address"); 236 + yyerror("redirect-bogus-ipv6, not a valid IPv6 address");
|
H A D | create_unbound_ad_servers.cmd | 24 echo local-zone: %%a redirect>>%dst_dir%\unbound_ad_servers
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 104 102 Missing name for redirect 105 103 Ambiguous output redirect 107 105 Ambiguous input redirect
|
/freebsd/bin/sh/tests/errors/ |
H A D | redirection-error2.2 | 2 # sh should fail gracefully on this bad redirect
|
/freebsd/sbin/ipf/ipscan/ |
H A D | ipscan_y.y | 56 %type <act> action redirect result 148 | redirect { $$.act_val = IPSL_REDIRECT; 161 redirect:
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
/freebsd/usr.bin/sed/ |
H A D | process.c | 108 redirect: in process() 117 goto redirect; in process() 131 goto redirect; in process() 234 goto redirect; in process()
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | redirect.m4 | 16 VERSIONID(`$Id: redirect.m4,v 8.16 2013-11-22 20:51:11 ca Exp $')
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 234 // Just redirect stderr 238 // If stdout and stderr should go to the same place, redirect stderr 241 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 298 // If stdout and stderr should go to the same place, redirect stderr 301 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 305 // Just redirect stderr
|
/freebsd/contrib/sendmail/cf/domain/ |
H A D | Berkeley.EDU.m4 | 22 FEATURE(redirect)dnl
|
H A D | generic.m4 | 26 FEATURE(`redirect')dnl
|
/freebsd/usr.sbin/ctld/ |
H A D | token.l | 81 redirect { return REDIRECT; }
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Program.inc | 239 MakeErrMsg(ErrMsg, "can't redirect stdin"); 245 MakeErrMsg(ErrMsg, "can't redirect stdout"); 249 // If stdout and stderr should go to the same place, redirect stderr 260 // Just redirect stderr 265 MakeErrMsg(ErrMsg, "can't redirect stderr");
|
/freebsd/share/examples/ipfilter/ |
H A D | firewall.1 | 16 # These include ICMP redirect packets and IP fragments so short the
|
/freebsd/sys/netinet6/ |
H A D | in6_proto.c | 258 SYSCTL_INT(_net_inet6_ip6, IPV6CTL_SENDREDIRECTS, redirect,
|