Searched refs:connecting (Results 1 – 25 of 37) sorted by relevance
12
| /openbsd/src/usr.bin/dig/lib/isc/unix/ |
| D | socket.c | 161 connecting : 1, /* connect pending */ member 1180 sock->connecting = 0; in allocate_socket() 1211 INSIST(!sock->connecting); in free_socket() 1508 INSIST(sock->connecting); in dispatch_connect() 1715 if (sock->connecting) in process_fd() 2236 REQUIRE(!sock->connecting); in isc_socket_connect() 2319 sock->connecting = 1; in isc_socket_connect() 2369 INSIST(!sock->connecting); in internal_connect() 2373 INSIST(sock->connecting); in internal_connect() 2374 sock->connecting = 0; in internal_connect() [all …]
|
| /openbsd/src/gnu/llvm/lldb/docs/man/ |
| D | lldb-server.rst | 20 with it via a client, either running locally or connecting remotely. 197 can select the target after connecting to the server. Note that some commands
|
| /openbsd/src/usr.bin/dig/ |
| D | dig.h | 134 ISC_LIST(dig_query_t) connecting;
|
| D | dighost.c | 713 ISC_LIST_INIT(looknew->connecting); in make_empty_lookup() 1419 ISC_LIST_UNLINK(lookup->connecting, query, clink); in clear_query() 1456 ISC_LIST_HEAD(lookup->connecting) != NULL) in try_clear_lookup() 1465 q = ISC_LIST_HEAD(lookup->connecting); in try_clear_lookup() 2570 ISC_LIST_ENQUEUE(l->connecting, query, clink); in send_tcp_connect() 3792 for (q = ISC_LIST_HEAD(current_lookup->connecting); in cancel_all()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | inctools | 122 $squeezed_a =~ s/\B_+\B//g; # No connecting underscores
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | remote.rst | 139 for connecting to the platform, and another for connecting to the gdbserver.
|
| D | qemu-testing.rst | 138 * Try connecting to lldb-server running inside QEMU VM with selected ip:port
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | observer.texi | 90 @value{GDBN} calls this observer immediately after connecting to the
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlutil.pod | 122 Back before Perl had the XS system for connecting with C libraries,
|
| D | perlreguts.pod | 117 a "next" pointer with a C<BRANCH> on both ends of it is connecting two
|
| D | perlhack.pod | 81 …ocs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-s…
|
| D | perlrecharclass.pod | 150 decimal digit); or a connecting punctuation character, such as an
|
| D | perlport.pod | 534 Don't assume that you can send email by connecting to the local SMTP port.
|
| /openbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.info-8 | 535 having trouble connecting to the server. Current versions of CVS 782 connecting, send any text (for example "foo" followed by return). 828 If you seem to be connecting but get errors like:
|
| D | cvsclient.info-2 | 361 `unedit' operation without connecting to the server at that time, 362 and instead connecting to the server when it is convenient (for
|
| D | cvs.info-2 | 223 connecting to the server. 523 However, unless you're connecting to a public-access repository
|
| D | cvsclient.info-3 | 392 The client starts by connecting, sending the root, and completing the
|
| D | cvsclient.texi | 912 @code{unedit} operation without connecting to the server at that time, 913 and instead connecting to the server when it is convenient (for example, 1833 The client starts by connecting, sending the root, and completing the
|
| D | cvs.info-1 | 670 machine has no effect. If you are connecting with `rsh', you can set
|
| D | cvs.texinfo | 1053 has no effect. If you are connecting with @code{rsh}, you 2013 on how you are connecting to the server. 2476 However, unless you're connecting to a public-access 13085 connecting to the server. Current versions of @sc{cvs} 13413 2401". After connecting, send any text (for example 13471 If you seem to be connecting but get errors like:
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1996 | 2475 carriage return; this prevents a hang on connecting immediately 4237 connecting to e7000. Change connect message to allow use of
|
| D | NEWS | 2509 is over serial lines. The ``target'' command handles connecting to the
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | lldb-gdb-remote.txt | 2121 // Low. The packet is required to support connecting to gdbserver started
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | INSTALL | 349 Perl using some extension, the components you are connecting to must also
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | ChangeLog-96 | 3472 back to a different way of connecting. Add comments explaining
|
12