| /freebsd/contrib/kyua/store/ |
| H A D | dbtypes.cpp | 43 /// Binds a boolean value to a statement parameter. 55 /// Binds a time delta to a statement parameter. 68 /// Binds a string to a statement parameter. 70 /// If the string is not empty, this binds the string itself. Otherwise, it 71 /// binds a NULL value. 87 /// Binds a test result type to a statement parameter. 123 /// Binds a timestamp to a statement parameter.
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-op-not.mk | 16 # The ! binds more tightly than the &&. 21 # The operator '==' binds more tightly than '!'.
|
| /freebsd/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 485 /// Binds a blob to a prepared statement. 501 /// Binds a double value to a prepared statement. 515 /// Binds an integer value to a prepared statement. 529 /// Binds a 64-bit integer value to a prepared statement. 543 /// Binds a NULL value to a prepared statement. 556 /// Binds a text string to a prepared statement.
|
| H A D | statement.ipp | 35 /// Binds a value to a parameter of a prepared statement.
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop-server.c | 28 * The server binds to the specified port and serves files using the given 239 * @brief Creates and binds a UDP socket to the specified port. 241 * This function initializes a new UDP socket, binds it to the specified 254 * - Binds the socket to the port using the `bind` system call. 557 * This function initializes a QUIC listener, binds it to the provided UDP 703 * This function initializes the server, sets up a QUIC context, binds a UDP 724 * - Creates and binds a UDP socket to the specified port.
|
| /freebsd/sys/net/ |
| H A D | netmap_legacy.h | 78 * 0 (default) binds all physical rings 79 * NETMAP_HW_RING | ring number binds a single ring pair 80 * NETMAP_SW_RING binds only the host tx/rx rings
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwdev.c | 90 STAILQ_HEAD(, fw_bind) binds; 191 STAILQ_INIT(&d->binds); in fw_open() 213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; in fw_close() 214 fwb = STAILQ_FIRST(&d->binds)) { in fw_close() 216 STAILQ_REMOVE_HEAD(&d->binds, chlist); in fw_close() 727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl() 752 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist); in fw_ioctl()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_default_stream_mode.pod | 39 client-initiated stream, and binds this as the default stream. 69 L<SSL_read(3)> to block if the connection is in blocking mode), and then binds
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_set_default_stream_mode.3 | 98 client-initiated stream, and binds this as the default stream. 125 \&\fBSSL_read\fR\|(3) to block if the connection is in blocking mode), and then binds
|
| /freebsd/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_insn.h | 150 /* Check if the instruction @insn/@iext binds to a PIP packet. 157 /* Check if the instruction @insn/@iext binds to a VMCS packet.
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.manadmin.in | 223 binds to all local IPv4 and IPv6 addresses. 230 binds to port 2002.
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_sa_mad_ctrl.h | 267 * Binds the SA MAD Controller object to a port guid. 297 * Un-Binds the SA MAD Controller object from the IB port
|
| /freebsd/tools/tools/net80211/wesside/ |
| H A D | README | 19 * Binds to a tap interface to allow TX. RX works if a dictionary is being built
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | README.md | 9 - an adaptation layer which binds nghttp3 to OpenSSL's QUIC implementation
|
| /freebsd/lib/libc/rpc/ |
| H A D | getnetpath.3 | 74 .Dq binds
|
| /freebsd/tools/tools/net80211/w00t/ |
| H A D | README | 49 Sniff a packet on a WEP network and obtain a keystream. It binds
|
| /freebsd/usr.sbin/btxld/ |
| H A D | btxld.8 | 46 utility binds the specified client executable together with a BTX
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOLayoutBuilder.cpp | 274 uint64_t StartOfBindingInfo = updateOffset(O.Binds.Opcodes.size()); in layoutTail() 400 O.Binds.Opcodes.empty() ? 0 : StartOfBindingInfo; in layoutTail() 401 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
|
| H A D | MachOWriter.cpp | 64 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize() 336 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo() 338 memcpy(Out, O.Binds.Opcodes.data(), O.Binds.Opcodes.size()); in writeBindInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DynamicCheckerFunctions.h | 41 /// Install the utility functions into a process. This binds the instance
|
| /freebsd/share/doc/psd/20.ipctut/ |
| H A D | udgramread.c | 45 * This program creates a UNIX domain datagram socket, binds a name to it,
|
| H A D | dgramread.c | 42 * This program creates a datagram socket, binds a name to it, then reads
|
| H A D | ustreamread.c | 36 * This program creates a socket in the UNIX domain and binds a name to it.
|
| /freebsd/lib/libc/net/ |
| H A D | sctp_bindx.3 | 45 call binds or unbinds a address or a list of addresses to an
|
| /freebsd/sys/tools/syscalls/tools/ |
| H A D | generator.lua | 101 -- generator binds to the parameter file.
|