| /minix3/external/bsd/tmux/dist/ |
| H A D | control-notify.c | 70 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in control_notify_window_layout_changed() 71 c = ARRAY_ITEM(&clients, i); in control_notify_window_layout_changed() 104 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in control_notify_window_unlinked() 105 c = ARRAY_ITEM(&clients, i); in control_notify_window_unlinked() 120 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in control_notify_window_linked() 121 c = ARRAY_ITEM(&clients, i); in control_notify_window_linked() 139 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in control_notify_window_renamed() 140 c = ARRAY_ITEM(&clients, i); in control_notify_window_renamed() 166 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in control_notify_session_renamed() 167 c = ARRAY_ITEM(&clients, i); in control_notify_session_renamed() [all …]
|
| H A D | server-window.c | 86 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_window_check_bell() 87 c = ARRAY_ITEM(&clients, i); in server_window_check_bell() 127 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_window_check_activity() 128 c = ARRAY_ITEM(&clients, i); in server_window_check_activity() 178 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_window_check_silence() 179 c = ARRAY_ITEM(&clients, i); in server_window_check_silence() 220 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_window_check_content() 221 c = ARRAY_ITEM(&clients, i); in server_window_check_content() 238 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in ring_bell() 239 c = ARRAY_ITEM(&clients, i); in ring_bell()
|
| H A D | cmd-detach-client.c | 59 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in cmd_detach_client_exec() 60 c = ARRAY_ITEM(&clients, i); in cmd_detach_client_exec() 72 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in cmd_detach_client_exec() 73 c2 = ARRAY_ITEM(&clients, i); in cmd_detach_client_exec()
|
| H A D | server-fn.c | 82 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_write_session() 83 c = ARRAY_ITEM(&clients, i); in server_write_session() 109 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_redraw_session() 110 c = ARRAY_ITEM(&clients, i); in server_redraw_session() 137 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_status_session() 138 c = ARRAY_ITEM(&clients, i); in server_status_session() 165 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_redraw_window() 166 c = ARRAY_ITEM(&clients, i); in server_redraw_window() 181 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_redraw_window_borders() 182 c = ARRAY_ITEM(&clients, i); in server_redraw_window_borders() [all …]
|
| H A D | cmd-choose-client.c | 79 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in cmd_choose_client_exec() 80 c1 = ARRAY_ITEM(&clients, i); in cmd_choose_client_exec() 117 if (cdata->idx > ARRAY_LENGTH(&clients) - 1) in cmd_choose_client_callback() 119 c = ARRAY_ITEM(&clients, cdata->idx); in cmd_choose_client_callback()
|
| H A D | server.c | 45 struct clients clients; variable 46 struct clients dead_clients; 144 ARRAY_INIT(&clients); in server_start() 172 cfg_client = ARRAY_FIRST(&clients); in server_start() 230 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_should_shutdown() 231 if (ARRAY_ITEM(&clients, i) != NULL) in server_should_shutdown() 245 for (i = 0; i < ARRAY_LENGTH(&clients); i++) { in server_send_shutdown() 246 c = ARRAY_ITEM(&clients, i); in server_send_shutdown()
|
| /minix3/external/bsd/bind/dist/bin/tests/system/dns64/ns2/ |
| H A D | named.conf | 39 clients { 10.53.0.2; }; 46 clients { 10.53.0.1; }; 54 dns64 2001:32::/32 { clients { 10.53.0.6; }; }; 55 dns64 2001:40::/40 { clients { 10.53.0.6; }; }; 56 dns64 2001:48::/48 { clients { 10.53.0.6; }; }; 57 dns64 2001:56::/56 { clients { 10.53.0.6; }; }; 58 dns64 2001:64::/64 { clients { 10.53.0.6; }; }; 60 dns64 2001:96::/96 { clients { 10.53.0.7; }; };
|
| /minix3/external/bsd/bind/dist/bin/tests/system/geoip/ns2/ |
| H A D | named7.conf | 43 match-clients { geoip isp "One Systems, Inc."; }; 51 match-clients { geoip isp "Two Technology Ltd."; }; 59 match-clients { geoip isp "Three Network Labs"; }; 67 match-clients { geoip isp "Four University"; }; 75 match-clients { geoip isp "Five Telecom"; }; 83 match-clients { geoip isp "Six Company"; }; 91 match-clients { geoip isp "Seven Communications"; }; 99 match-clients { any; };
|
| H A D | named9.conf | 43 match-clients { geoip asnum "AS100001 One Systems, Inc."; }; 51 match-clients { geoip asnum "AS100002 Two Technology Ltd."; }; 59 match-clients { geoip asnum "AS100003 Three Network Labs"; }; 67 match-clients { geoip asnum "AS100004 Four University"; }; 75 match-clients { geoip asnum "AS100005 Five Telecom"; }; 83 match-clients { geoip asnum "AS100006 Six Company"; }; 91 match-clients { geoip asnum "AS100007 Seven Communications"; }; 99 match-clients { any; };
|
| H A D | named8.conf | 43 match-clients { geoip org "One Systems, Inc."; }; 51 match-clients { geoip org "Two Technology Ltd."; }; 59 match-clients { geoip org "Three Network Labs"; }; 67 match-clients { geoip org "Four University"; }; 75 match-clients { geoip org "Five Telecom"; }; 83 match-clients { geoip org "Six Company"; }; 91 match-clients { geoip org "Seven Communications"; }; 99 match-clients { any; };
|
| H A D | named10.conf | 43 match-clients { geoip asnum "AS100001"; }; 51 match-clients { geoip asnum "AS100002"; }; 59 match-clients { geoip asnum "AS100003"; }; 67 match-clients { geoip asnum "AS100004"; }; 75 match-clients { geoip asnum "AS100005"; }; 83 match-clients { geoip asnum "AS100006"; }; 91 match-clients { geoip asnum "AS100007"; }; 99 match-clients { any; };
|
| H A D | named5.conf | 43 match-clients { geoip db region region "California"; }; 51 match-clients { geoip db region region "British Columbia"; }; 59 match-clients { geoip db region region "Oklahoma"; }; 67 match-clients { geoip db region country AU; }; 75 match-clients { geoip db region region "Colorado"; }; 83 match-clients { geoip db region region "Ontario"; }; 91 match-clients { geoip db region country NL; }; 99 match-clients { any; };
|
| H A D | named6.conf | 43 match-clients { geoip city "Redwood City"; }; 51 match-clients { geoip city "Santa Cruz"; }; 59 match-clients { geoip city "Oklahoma City"; }; 67 match-clients { geoip city "Ashland"; }; 75 match-clients { geoip city "Atlanta"; }; 83 match-clients { geoip city "Morrison"; }; 91 match-clients { geoip city "Ketchikan"; }; 99 match-clients { any; };
|
| H A D | named11.conf | 43 match-clients { geoip domain one.de; }; 51 match-clients { geoip domain two.com; }; 59 match-clients { geoip domain three.com; }; 67 match-clients { geoip domain four.com; }; 75 match-clients { geoip domain five.es; }; 83 match-clients { geoip domain six.it; }; 91 match-clients { geoip domain seven.org; }; 99 match-clients { any; };
|
| H A D | named3.conf | 43 match-clients { geoip db country country Australia; }; 51 match-clients { geoip db country country "United States"; }; 59 match-clients { geoip db country country "United Kingdom"; }; 67 match-clients { geoip db country country Canada; }; 75 match-clients { geoip db country country Chile; }; 83 match-clients { geoip db country country Germany; }; 91 match-clients { geoip db country country "Western Sahara"; }; 99 match-clients { any; };
|
| H A D | named2.conf | 43 match-clients { geoip db country country AUS; }; 51 match-clients { geoip db country country USA; }; 59 match-clients { geoip db country country GBR; }; 67 match-clients { geoip db country country CAN; }; 75 match-clients { geoip db country country CHL; }; 83 match-clients { geoip db country country DEU; }; 91 match-clients { geoip db country country ESH; }; 99 match-clients { any; };
|
| H A D | named1.conf | 43 match-clients { geoip db country country AU; }; 51 match-clients { geoip db country country US; }; 59 match-clients { geoip db country country GB; }; 67 match-clients { geoip db country country CA; }; 75 match-clients { geoip db country country CL; }; 83 match-clients { geoip db country country DE; }; 91 match-clients { geoip db country country EH; }; 99 match-clients { any; };
|
| H A D | named14.conf | 51 match-clients { gAU; }; 59 match-clients { gUS; }; 67 match-clients { gGB; }; 75 match-clients { gCA; }; 83 match-clients { gCL; }; 91 match-clients { gDE; }; 99 match-clients { gEH; }; 107 match-clients { any; };
|
| H A D | named4.conf | 43 match-clients { geoip region CA; }; 51 match-clients { geoip region OK; }; 59 match-clients { geoip region VA; }; 67 match-clients { geoip region GA; }; 75 match-clients { geoip region CO; }; 83 match-clients { geoip region AK; }; 91 match-clients { any; };
|
| H A D | named12.conf | 43 match-clients { geoip netspeed 0; }; 51 match-clients { geoip netspeed 1; }; 59 match-clients { geoip netspeed 2; }; 67 match-clients { geoip netspeed 3; }; 75 match-clients { any; };
|
| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | dns64.c | 39 dns_acl_t * clients; /* member 61 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, in dns_dns64_create() argument 92 new->clients = NULL; in dns_dns64_create() 93 if (clients != NULL) in dns_dns64_create() 94 dns_acl_attach(clients, &new->clients); in dns_dns64_create() 121 if (dns64->clients != NULL) in dns_dns64_destroy() 122 dns_acl_detach(&dns64->clients); in dns_dns64_destroy() 147 if (dns64->clients != NULL) { in dns_dns64_aaaafroma() 148 result = dns_acl_match(reqaddr, reqsigner, dns64->clients, env, in dns_dns64_aaaafroma() 236 if (dns64->clients != NULL) { in dns_dns64_aaaaok() [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/system/checkconf/ |
| H A D | good.conf | 40 has-old-clients no; 64 recursive-clients 3000; 73 match-clients { 91 match-clients { 122 match-clients {
|
| /minix3/external/bsd/bind/dist/bin/tests/system/addzone/ns2/ |
| H A D | named2.conf | 32 match-clients { 10.53.0.2; }; 43 match-clients { any; }; 57 match-clients { match; };
|
| /minix3/external/bsd/bind/dist/bin/tests/system/notify/ns5/ |
| H A D | named.conf | 50 match-clients { key "a"; }; 60 match-clients { key "b"; }; 69 match-clients { key "c"; };
|
| /minix3/external/bsd/dhcp/dist/tests/failover/ |
| H A D | dhcp-2.cf | 105 deny dynamic bootp clients; 119 deny dynamic bootp clients; 128 deny dynamic bootp clients; 136 deny dynamic bootp clients; 144 deny dynamic bootp clients;
|