| /src/external/bsd/kyua-cli/dist/utils/config/ |
| lua_module.hpp | 46 void redirect(lutok::state&, tree&);
|
| lua_module_test.cpp | 134 config::redirect(state, tree); 156 config::redirect(state, tree); 173 config::redirect(state, tree); 190 config::redirect(state, tree); 208 config::redirect(state, tree); 230 config::redirect(state, tree); 247 config::redirect(state, tree); 264 config::redirect(state, tree); 280 config::redirect(state, tree); 302 config::redirect(state, tree) [all...] |
| parser.cpp | 97 config::redirect(_state, _tree);
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns5/ |
| named.conf.j2 | 20 nxdomain-redirect signed;
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns6/ |
| named.conf.j2 | 20 nxdomain-redirect unsigned;
|
| /src/bin/sh/ |
| redir.h | 37 /* flags passed to redirect */ 49 void redirect(union node *, int);
|
| eval.c | 555 expredir(n->nredir.redirect); 556 if (xflag && n->nredir.redirect) { 561 for (rn = n->nredir.redirect; rn; rn = rn->nfile.next) 575 redirect(n->nredir.redirect, REDIR_KEEP); 584 if (!backgnd && xflag && n->nredir.redirect) { 643 expredir(n->nredir.redirect); 645 if (xflag && n->nredir.redirect) { 650 for (rn = n->nredir.redirect; rn != NULL; rn = rn->nfile.next) 677 redirect(n->nredir.redirect, REDIR_PUSH | REDIR_KEEP) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/addzone/ns1/ |
| named.conf.j2 | 46 type redirect; 47 file "redirect.db";
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns1/ |
| named.conf.j2 | 53 type redirect; 54 file "redirect.db";
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns2/ |
| named.conf.j2 | 50 type redirect; 51 file "redirect.db";
|
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ns4/ |
| named.conf.j2 | 31 nxdomain-redirect "redirect";
|
| /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/ |
| named.conf.j2 | 50 type redirect; 51 file "redirect.db";
|
| /src/external/bsd/atf/dist/atf-c++/ |
| utils.hpp | 50 void redirect(const int, const std::string&);
|
| utils_test.cpp | 75 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); 87 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); 99 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); 112 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); 299 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); 310 atf::utils::redirect(STDERR_FILENO, "captured.txt"); 321 atf::utils::redirect(15, "captured.txt");
|
| utils.cpp | 90 atf::utils::redirect(const int fd, const std::string& path) function in class:atf::utils
|
| /src/external/gpl2/xcvs/dist/src/ |
| root.h | 51 bool redirect; /* False if we are to disable redirects. */ member in struct:cvsroot_s
|
| /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/ |
| named.conf.j2 | 78 type redirect;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| ui-redirect.exp | 16 # Do not run if gdb debug is enabled as it will interfere with log redirect. 19 if { [prepare_for_testing "failed to prepare" ui-redirect start.c] } { 86 with_test_prefix "redirect" { 87 gdb_test "set logging redirect on" 95 gdb_test_no_output "set logging redirect off" 98 with_test_prefix "redirect while already logging" { 101 gdb_test "set logging redirect on" \ 109 gdb_test_no_output "set logging redirect off" 127 with_test_prefix "redirect debugging" { 138 with_test_prefix "redirect logging and debuging" [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| ui-redirect.exp | 16 # Do not run if gdb debug is enabled as it will interfere with log redirect. 19 if { [prepare_for_testing "failed to prepare" ui-redirect start.c] } { 86 with_test_prefix "redirect" { 87 gdb_test "set logging redirect on" 95 gdb_test_no_output "set logging redirect off" 98 with_test_prefix "redirect while already logging" { 101 gdb_test "set logging redirect on" \ 109 gdb_test_no_output "set logging redirect off" 127 with_test_prefix "redirect debugging" { 138 with_test_prefix "redirect logging and debuging" [all...] |
| /src/usr.bin/make/unit-tests/ |
| cmdline-redirect-stdin.mk | 1 # $NetBSD: cmdline-redirect-stdin.mk,v 1.1 2021/02/01 20:31:41 rillig Exp $
|
| /src/external/bsd/unbound/dist/contrib/ |
| create_unbound_ad_servers.cmd | 24 echo local-zone: %%a redirect>>%dst_dir%\unbound_ad_servers
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-logging.c | 107 current_uiout->redirect (NULL); 149 /* Redirect the current ui-out object's output to the log. Use 151 that wraps the log. Don't do the redirect for MI, it confuses 156 current_uiout->redirect (gdb_stdout); 227 /* Set/show logging redirect. */ 228 add_setshow_boolean_cmd ("redirect", class_support, &logging_redirect, _("\ 231 If redirect is off, output will go to both the screen and the log file.\n\ 232 If redirect is on, output will go only to the log file."), 242 If debug redirect is off, debug will go to both the screen and the log file.\n\ 243 If debug redirect is on, debug will go only to the log file.") [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-logging.c | 107 current_uiout->redirect (NULL); 149 /* Redirect the current ui-out object's output to the log. Use 151 that wraps the log. Don't do the redirect for MI, it confuses 156 current_uiout->redirect (gdb_stdout); 225 /* Set/show logging redirect. */ 226 add_setshow_boolean_cmd ("redirect", class_support, &logging_redirect, _("\ 229 If redirect is off, output will go to both the screen and the log file.\n\ 230 If redirect is on, output will go only to the log file."), 240 If debug redirect is off, debug will go to both the screen and the log file.\n\ 241 If debug redirect is on, debug will go only to the log file.") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Program.inc | 236 MakeErrMsg(ErrMsg, "can't redirect stdin"); 242 MakeErrMsg(ErrMsg, "can't redirect stdout"); 246 // If stdout and stderr should go to the same place, redirect stderr 257 // Just redirect stderr 262 MakeErrMsg(ErrMsg, "can't redirect stderr");
|
| /src/external/ibm-public/postfix/dist/src/verify/ |
| verify.c | 680 VSTRING *redirect; local 710 redirect = vstring_alloc(100); 723 data_redirect_map(redirect, var_verify_map) : 731 vstring_free(redirect);
|