/openbsd/usr.bin/tmux/ |
H A D | control-notify.c | 34 TAILQ_FOREACH(c, &clients, entry) { in control_notify_pane_mode_changed() 54 TAILQ_FOREACH(c, &clients, entry) { in control_notify_window_layout_changed() 84 TAILQ_FOREACH(c, &clients, entry) { in control_notify_window_pane_changed() 99 TAILQ_FOREACH(c, &clients, entry) { in control_notify_window_unlinked() 117 TAILQ_FOREACH(c, &clients, entry) { in control_notify_window_linked() 135 TAILQ_FOREACH(c, &clients, entry) { in control_notify_window_renamed() 160 TAILQ_FOREACH(c, &clients, entry) { in control_notify_client_session_changed() 179 TAILQ_FOREACH(c, &clients, entry) { in control_notify_client_detached() 190 TAILQ_FOREACH(c, &clients, entry) { in control_notify_session_renamed() 203 TAILQ_FOREACH(c, &clients, entry) { in control_notify_session_created() [all …]
|
H A D | server-fn.c | 51 TAILQ_FOREACH(c, &clients, entry) { in server_redraw_session() 75 TAILQ_FOREACH(c, &clients, entry) { in server_status_session() 99 TAILQ_FOREACH(c, &clients, entry) { in server_redraw_window() 110 TAILQ_FOREACH(c, &clients, entry) { in server_redraw_window_borders() 138 TAILQ_FOREACH(c, &clients, entry) { in server_lock() 149 TAILQ_FOREACH(c, &clients, entry) { in server_lock_session() 449 TAILQ_FOREACH(c, &clients, entry) { in server_destroy_session()
|
H A D | server.c | 44 struct clients clients; variable 211 TAILQ_INIT(&clients); in server_start() 266 TAILQ_FOREACH(c, &clients, entry) { in server_loop() 282 TAILQ_FOREACH(c, &clients, entry) { in server_loop() 292 if (!TAILQ_EMPTY(&clients)) in server_loop() 310 TAILQ_FOREACH_SAFE(c, &clients, entry, c1) { in server_send_exit()
|
H A D | cmd-detach-client.c | 81 TAILQ_FOREACH(loop, &clients, entry) { in cmd_detach_client_exec() 93 TAILQ_FOREACH(loop, &clients, entry) { in cmd_detach_client_exec()
|
H A D | resize.c | 82 TAILQ_FOREACH (loop, &clients, entry) { in ignore_client_size() 104 TAILQ_FOREACH(loop, &clients, entry) { in clients_with_window() 152 TAILQ_FOREACH(loop, &clients, entry) { in clients_calculate_size() 223 TAILQ_FOREACH(loop, &clients, entry) { in clients_calculate_size() 445 TAILQ_FOREACH(c, &clients, entry) { in recalculate_sizes_now()
|
H A D | server-acl.c | 133 TAILQ_FOREACH(c, &clients, entry) { in server_acl_user_allow_write() 152 TAILQ_FOREACH(c, &clients, entry) { in server_acl_user_deny_write()
|
H A D | cmd-attach-session.c | 119 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session() 143 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session()
|
H A D | cfg.c | 82 cfg_client = c = TAILQ_FIRST(&clients); in start_cfg() 240 struct client *c = TAILQ_FIRST(&clients); in cfg_show_causes()
|
H A D | cmd-list-clients.c | 76 TAILQ_FOREACH(c, &clients, entry) { in cmd_list_clients_exec()
|
H A D | cmd-server-access.c | 58 TAILQ_FOREACH(loop, &clients, entry) { in cmd_server_access_deny()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | DB.pm | 10 @stack, @saved, @skippkg, @clients); 50 @clients = (); 120 for $c (@clients) { 163 for (@clients) { $_->awaken; } 177 push @clients, $s; 183 @clients = grep {$_ ne $s} @clients; 186 exit(0) unless @clients; 270 for $c (@clients) { 346 for $c (@clients) { 536 for (@clients) { $_->init }
|
/openbsd/regress/usr.sbin/bgpd/integrationtests/ |
H A D | bgpd.ixp.rdomain1.conf | 218 match from group clients set { 2433 match to group clients set { 2439 match to group clients set { 2445 match to group clients set { 2451 match to group clients set { 2457 match to group clients set { 2463 match to group clients set { 2469 match to group clients set { 2475 match to group clients set { 2481 match to group clients set { [all …]
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | MarkedUpDisassembly.rst | 16 instruction text. This is intended for clients like disassemblers, list file 44 Annotated assembly display will supply contextual markup to help clients more 46 independent, so clients can effectively provide good display without any target 68 clients.
|
H A D | AliasAnalysis.rst | 23 primary interface used by clients and implementations of alias analyses in the 24 LLVM system. This class is the common interface between clients of alias 26 support a wide range of implementations and clients (but currently all clients 162 analysis implementations and can be put to good use by various clients. 318 program, but clients will use this information to make transformations to the 323 communicate program changes from the clients to the analysis implementations. 411 before it appears in an alias query. However, popular clients such as ``GVN`` 499 Existing alias analysis implementations and clients 503 should know what clients and implementations of alias analysis are available. 505 the `the clients`_ that are useful for monitoring and evaluating different [all …]
|
/openbsd/games/hunt/ |
H A D | README.protocol | 11 The game of hunt is played with one server and several clients. The clients 12 act as dumb 'graphics' clients in that they mostly only ever relay the 43 respond appropriately. This is because clients will not be able to 48 clients can extract a particular server's network address from 54 This is useful for clients broadcasting for any available games. eg:
|
/openbsd/gnu/usr.bin/binutils/gdb/osf-share/ |
H A D | cma_deb_core.h | 89 cma__t_deb_registry clients[cma__c_deb_max_clients+1]; member
|
/openbsd/usr.bin/ssh/ |
H A D | PROTOCOL.mux | 6 requests from clients. Clients communicate over this socket using a 25 "Passenger" clients start by requesting a new session with a 35 "Proxy" clients, requested using MUX_C_PROXY, work quite differently. In 240 collisions with other clients).
|
/openbsd/gnu/llvm/libcxx/src/support/runtime/ |
H A D | exception_pointer_glibcxx.ipp | 12 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So
|
/openbsd/gnu/llvm/llvm/include/llvm/Config/ |
H A D | abi-breaking.h.cmake | 25 // ABI_BREAKING_CHECKS protection: provides link-time failure when clients build
|
/openbsd/distrib/notes/amd64/ |
H A D | xfer | 32 The DHCP server should return "pxeboot" to MACHINE clients as the
|
/openbsd/distrib/notes/i386/ |
H A D | xfer | 32 The DHCP server should return "pxeboot" to MACHINE clients as the
|
/openbsd/libexec/spamd/ |
H A D | spamd.c | 159 int clients; variable 743 clients++; in initcon() 790 clients--; in closecon() 1652 handlew(&con[i], clients + 5 < maxcon); in main() 1661 handlew(&con[i], clients + 5 < maxcon); in main() 1696 con[i].addr, clients, blackcount, in main()
|
/openbsd/usr.sbin/tftpd/ |
H A D | tftpd.c | 426 TAILQ_HEAD(, tftp_client) clients; 452 TAILQ_INIT(&rwmap->clients); in rewrite_connect() 492 TAILQ_INSERT_TAIL(&rwmap->clients, client, entry); in rewrite_map() 538 client = TAILQ_FIRST(&rwmap->clients); in rewrite_res() 542 TAILQ_REMOVE(&rwmap->clients, client, entry); in rewrite_res()
|
/openbsd/usr.bin/telnet/ |
H A D | README | 48 request. It does not ask for the clients status.
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvsclient.info-3 | 80 file around; traditionally clients have left it around forever, 99 previous versions of CVS; clients are encouraged to accept either 104 response. However, older clients (CVS 1.9 and earlier) only 117 timezone it chooses; clients will want to convert that to their 237 clients will have little choice, the exact text which is output is 355 To avoid being vulnerable to such whim, clients should look for the tags 532 or `Modified' was different. All current clients (CVS 1.5 and later) 606 server and clients have no way to handle 0 decimal (NUL). This
|