| /src/external/bsd/atf/dist/atf-c++/ |
| utils.cpp | 90 atf::utils::redirect(const int fd, const std::string& path) function in class:atf::utils
|
| /src/external/bsd/kyua-cli/dist/utils/config/ |
| lua_module.cpp | 251 /// Such wrappers redirect the reads and writes to the out_tree, which is the 258 config::redirect(lutok::state& state, tree& out_tree) function in class:config
|
| /src/external/bsd/ipf/dist/tools/ |
| ipscan_y.y | 57 %type <act> action redirect result 149 | redirect { $$.act_val = IPSL_REDIRECT; 162 redirect: label 193 { "redirect", IPSL_REDIRECT }, 285 printf("redirect"); 306 printf("redirect"); 379 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1); 390 fprintf(stderr, "%d: redirect unsupported\n", yylineNum + 1);
|
| /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/gpl3/gdb/dist/gdb/ |
| regcache-dump.c | 259 std::optional<ui_out_redirect_pop> redirect; local 265 redirect.emplace (current_uiout, &file);
|
| ui-out.h | 265 /* Redirect the output of a ui_out object temporarily. */ 266 void redirect (ui_file *outstream) { do_redirect (outstream); } function in class:ui_out 456 /* On construction, redirect a uiout to a given stream. On 458 redirect method with a NULL parameter. */ 466 m_uiout->redirect (stream); 471 m_uiout->redirect (NULL);
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_offload.h | 81 int (*redirect)(void *ctx, struct rtentry *old, member in struct:cxgb_client
|
| /src/external/bsd/ipf/dist/iplang/ |
| iplang_y.y | 399 | redirect 462 redirect: label
|
| /src/external/ibm-public/postfix/dist/src/verify/ |
| verify.c | 674 VSTRING *redirect; local 704 redirect = vstring_alloc(100); 717 data_redirect_map(redirect, var_verify_map) : 725 vstring_free(redirect);
|
| /src/bin/sh/ |
| redir.c | 118 * background commands, where we want to redirect fd0 to /dev/null only 256 redirect(union node *redir, int flags) function 264 CTRACE(DBG_REDIR, ("redirect(F=0x%x):%s\n", flags, redir?"":" NONE")); 293 /* redirect from/to same file descriptor */ 303 ("redirect: moved holding fd %d to %d\n", fd, to)); 447 error("Redirect (from %d to %d) failed: %s", 454 error("Redirect (from %d to %d) failed: %s", 484 error("redirect reassignment (fd %d) failed: %s", fd,
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsutil.c | 937 static void redirect P((int,int)); 939 redirect(old, new) function 1079 redirect(in, STDIN_FILENO); 1080 redirect(out, STDOUT_FILENO);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-out.h | 264 /* Redirect the output of a ui_out object temporarily. */ 265 void redirect (ui_file *outstream) { do_redirect (outstream); } function in class:ui_out 454 /* On construction, redirect a uiout to a given stream. On 456 redirect method with a NULL parameter. */ 464 m_uiout->redirect (stream); 469 m_uiout->redirect (NULL);
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup.h | 100 char *redirect; /* from header/body patterns */ member in struct:CLEANUP_STATE
|
| /src/external/ibm-public/postfix/dist/src/tlsmgr/ |
| tlsmgr.c | 858 VSTRING *redirect; local 926 redirect = vstring_alloc(100); 935 tls_prng_exch_open(data_redirect_file(redirect, 963 tls_scache_open(data_redirect_map(redirect, *ent->cache_db), 975 vstring_free(redirect);
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen.c | 923 VSTRING *redirect; local 956 redirect = vstring_alloc(100); 970 dict_cache_open(data_redirect_map(redirect, var_psc_cache_map), 976 vstring_free(redirect);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| view.h | 212 dns_zone_t *redirect; member in struct:dns_view
|
| /src/external/mpl/bind/dist/lib/dns/ |
| view.c | 377 if (view->redirect != NULL) { 378 dns_zone_detach(&view->redirect); 499 if (view->redirect != NULL) { 500 rdzone = view->redirect; 501 view->redirect = NULL; 2204 dns_zone_t *redirect = NULL, *managed_keys = NULL; local 2211 if (view->redirect != NULL) { 2212 dns_zone_attach(view->redirect, &redirect); 2227 if (redirect != NULL) 2239 dns_zone_t *redirect = NULL, *managed_keys = NULL; local [all...] |
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| query.h | 147 } redirect; member in struct:ns_query
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| view.h | 212 dns_zone_t *redirect; member in struct:dns_view
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| view.c | 237 view->redirect = NULL; 566 if (view->redirect != NULL) { 567 dns_zone_detach(&view->redirect); 661 if (view->redirect != NULL) { 662 rdzone = view->redirect; 663 view->redirect = NULL; 2562 dns_zone_t *redirect = NULL, *managed_keys = NULL; local 2568 if (view->redirect != NULL) { 2569 dns_zone_attach(view->redirect, &redirect); 2592 dns_zone_t *redirect = NULL, *managed_keys = NULL; local [all...] |
| /src/external/historical/nawk/dist/ |
| run.c | 1428 fp = redirect(ptoi(a[1]), a[2]); 2301 fp = redirect(ptoi(a[1]), a[2]); 2324 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ function
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 142 #define REDIRECT(c) (((c)->query.attributes & NS_QUERYATTR_REDIRECT) != 0) 834 ns_client_putrdataset(client, &client->query.redirect.rdataset); 835 ns_client_putrdataset(client, &client->query.redirect.sigrdataset); 836 if (client->query.redirect.db != NULL) { 837 if (client->query.redirect.node != NULL) { 838 dns_db_detachnode(client->query.redirect.db, 839 &client->query.redirect.node); 841 dns_db_detach(&client->query.redirect.db); 843 if (client->query.redirect.zone != NULL) { 844 dns_zone_detach(&client->query.redirect.zone) 5172 redirect(ns_client_t *client, dns_name_t *name, dns_rdataset_t *rdataset, function [all...] |
| /src/external/mit/xorg/lib/libxcb/files/ |
| xkb.h | 1610 xcb_xkb_sa_redirect_key_t redirect; member in union:xcb_xkb_action_t
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 6129 * Name space to look up redirect information in. 6132 result = named_config_get(maps, "nxdomain-redirect", &obj); 6867 * Redirect zones only require minimal configuration. 6869 if (strcasecmp(ztypestr, "redirect") == 0) { 6870 if (view->redirect != NULL) { 6872 "redirect zone already exists"); 6881 if (pview != NULL && pview->redirect != NULL) { 6882 dns_zone_attach(pview->redirect, &zone); 6895 dns_zone_attach(zone, &view->redirect); 10130 if (view->redirect != NULL) 10901 bool redirect = false; local 13770 bool redirect = false; local 14352 bool redirect = false; local 14847 bool added, redirect; local [all...] |