Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd/src/usr.bin/tmux/
Dcontrol-notify.c34 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 …]
Dserver.c44 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()
Dserver-fn.c51 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()
Dresize.c82 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()
Dcmd-detach-client.c81 TAILQ_FOREACH(loop, &clients, entry) { in cmd_detach_client_exec()
93 TAILQ_FOREACH(loop, &clients, entry) { in cmd_detach_client_exec()
Dserver-acl.c133 TAILQ_FOREACH(c, &clients, entry) { in server_acl_user_allow_write()
152 TAILQ_FOREACH(c, &clients, entry) { in server_acl_user_deny_write()
Dcmd-attach-session.c119 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session()
143 TAILQ_FOREACH(c_loop, &clients, entry) { in cmd_attach_session()
Dcfg.c82 cfg_client = c = TAILQ_FIRST(&clients); in start_cfg()
240 struct client *c = TAILQ_FIRST(&clients); in cfg_show_causes()
Dcmd-list-clients.c76 TAILQ_FOREACH(c, &clients, entry) { in cmd_list_clients_exec()
Dcmd-server-access.c58 TAILQ_FOREACH(loop, &clients, entry) { in cmd_server_access_deny()
/openbsd/src/gnu/usr.bin/perl/lib/
DDB.pm10 @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/src/regress/usr.sbin/bgpd/integrationtests/
Dbgpd.ixp.rdomain1.conf190 match from group clients set community delete 65530:0
191 match from group clients set large-community delete 999:65530:0
194 match from group clients set community delete 65530:1
195 match from group clients set large-community delete 999:65530:1
198 match from group clients set community delete 65530:3
199 match from group clients set large-community delete 999:65530:3
202 match from group clients set community delete 65530:2
203 match from group clients set large-community delete 999:65530:2
206 match from group clients set community delete 65520:*
209 match from group clients set community delete 65524:*
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
DMarkedUpDisassembly.rst16 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.
DAliasAnalysis.rst23 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.
326 example, when an instruction is deleted), and clients of alias analysis must be
350 This method is a simple helper method that is provided to make clients easier to
411 before it appears in an alias query. However, popular clients such as ``GVN``
499 Existing alias analysis implementations and clients
[all …]
/openbsd/src/games/hunt/
DREADME.protocol11 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/src/usr.bin/ssh/
DPROTOCOL.mux6 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/src/gnu/usr.bin/binutils/gdb/osf-share/
Dcma_deb_core.h89 cma__t_deb_registry clients[cma__c_deb_max_clients+1]; member
/openbsd/src/gnu/llvm/libcxx/src/support/runtime/
Dexception_pointer_glibcxx.ipp12 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So
/openbsd/src/gnu/llvm/llvm/include/llvm/Config/
Dabi-breaking.h.cmake25 // ABI_BREAKING_CHECKS protection: provides link-time failure when clients build
/openbsd/src/distrib/notes/i386/
Dxfer32 The DHCP server should return "pxeboot" to MACHINE clients as the
/openbsd/src/distrib/notes/amd64/
Dxfer32 The DHCP server should return "pxeboot" to MACHINE clients as the
/openbsd/src/libexec/spamd/
Dspamd.c159 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/src/usr.sbin/tftpd/
Dtftpd.c426 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/src/usr.bin/telnet/
DREADME48 request. It does not ask for the clients status.
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.info-380 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

12345