| /freebsd/contrib/bc/ |
| H A D | MEMORY_BUGS.md | 4 of `bc`, `dc`, or `bcl`. (Non-released commits with memory bugs do not count.) 14 * In versions `1.1.0` until `6.2.0` (inclusive) of `bc` and `dc`, there is a 20 * In versions `3.0.0` until `6.0.1` (inclusive) of `bc` and `dc`, there is a 21 double-free on `SIGINT` when using command-line expressions with `-e` and 22 `-f`. This was caused by not properly ending a jump series. 26 * In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a 27 possible out-o [all...] |
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_conn_close_info.pod | 28 - get information about why a QUIC connection was closed 65 /* Inclusive range for handshake-specific errors. */ 78 Connection closure information is written to I<*info>, which must be non-NULL. 87 This is a 62-bit QUIC error code. It is either a 62-bit application error code 88 (if B<SSL_CONN_CLOSE_FLAG_TRANSPORT> not set in I<flags>) or a 62-bit standard 101 If non-NULL, this is intended to be a UTF-8 textual string briefly describing 103 given in I<reason_len>. While, if non-NULL, OpenSSL guarantees that this string 108 While it is intended as per the QUIC protocol that this be a UTF-8 string, there 135 inclusive. 137 =head1 NON-STANDARD TRANSPORT ERROR CODES [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_get_conn_close_info.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_GET_CONN_CLOSE_INFO 3ossl 2025-09-30 3.5.4 OpenSSL 87 \&\- get information about why a QUIC connection was closed 124 \& /* Inclusive range for handshake\-specific errors. */ 137 Connection closure information is written to \fI*info\fR, which must be non-NULL. 143 This is a 62\-bit QUIC error code. It is either a 62\-bit application error code 144 (if \fBSSL_CONN_CLOSE_FLAG_TRANSPORT\fR not set in \fIflags\fR) or a 62\-bit standard 155 If non-NULL, this is intended to be a UTF\-8 textual string briefly describing 157 given in \fIreason_len\fR. While, if non-NULL, OpenSSL guarantees that this string 162 While it is intended as per the QUIC protocol that this be a UTF\-8 string, there [all …]
|
| /freebsd/bin/pax/ |
| H A D | sel_subs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 37 * data structure for storing uid/grp selects (-U, -G non standard options) 54 * data structure for storing user supplied time ranges (-T option) 57 #define ATOI2(ar) ((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; 60 time_t low_time; /* lower inclusive time limit */ 61 time_t high_time; /* higher inclusive time limit */
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | range_tree.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 52 #define ZFS_RT_NAME(rt) (((rt)->rt_name != NULL) ? (rt)->rt_name : "") 60 zfs_btree_t rt_root; /* offset-ordered segment b-tree */ 72 uint64_t rt_gap; /* allowable inter-segment gap */ 87 uint32_t rs_end; /* ending offset (non-inclusive) */ 91 * Extremely large metaslabs, vdev-wide trees, and dnode-wide trees may 92 * require 64-bit integers for ranges. 96 uint64_t rs_end; /* ending offset (non-inclusive) */ 101 uint64_t rs_end; /* ending offset (non-inclusive) */ [all …]
|
| /freebsd/contrib/nvi/regex/ |
| H A D | re_format.7 | 38 re_format \- POSIX 1003.2 regular expressions 54 A (modern) RE is one\(dg or more non-empty\(dg \fIbranches\fR, 71 The integers must lie between 0 and RE_DUP_MAX (255\(dg) inclusive, 81 a sequence of \fIi\fR through \fIj\fR (inclusive) matches of the atom. 105 If two characters in the list are separated by `\-', this is shorthand 106 for the full \fIrange\fR of characters between those two (inclusive) in the 108 e.g. `[0-9]' in ASCII matches any decimal digit. 110 endpoint, e.g. `a-c-e'. 111 Ranges are very collating-sequence-dependent, 116 To include a literal `\-', make it the first or last character, [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_clear.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2016 Free Software Foundation, Inc. * 31 .TH curs_clear 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 55 \fB\%wclrtoeol\fP \- 89 Also, the current line to the right of the cursor, inclusive, is erased. 92 to the right of the cursor, inclusive, to the end of the current line. 110 \*(``or a non-negative integer if \fB\%immedok\fP is set\*('', 111 referring to the return-value of \fBwrefresh\fP.
|
| /freebsd/sys/dev/iavf/ |
| H A D | iavf_sysctls_common.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 55 * @remark Head writeback has been deprecated and will only work on 700-series 73 "Display debug statements that are printed in non-shared code"); 108 * iavf_save_tunables - Sanity check and save off tunable values 117 device_t dev = sc->dev; in iavf_save_tunables() 121 sc->dbg_mask = (enum iavf_dbg_mask)iavf_core_debug_mask; in iavf_save_tunables() 122 sc->hw.debug_mask = iavf_shared_debug_mask; in iavf_save_tunables() 126 sc->vsi.enable_head_writeback = !!(iavf_enable_head_writeback); in iavf_save_tunables() 130 sc->vsi.enable_head_writeback = 0; in iavf_save_tunables() 137 "inclusive\n", in iavf_save_tunables() [all …]
|
| /freebsd/usr.bin/tr/ |
| H A D | tr.1 | 60 .Bl -tag -width Ds 133 .Bl -tag -width [:equiv:] 140 To follow an octal sequence with a digit as a character, left zero-pad 145 .Bl -column "\ea" 148 .It "\ef <form-feed>" 156 .It c-c 157 For non-octal range endpoints 158 represents the range of characters between the range endpoints, inclusive, 163 range endpoints, inclusive. 176 .Bl -column "phonogram" [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ip.4 | 47 when using higher-level protocols that are based on 57 special-purpose applications. 60 .Tn IP-level 78 protocol specification (RFC-791), with one exception: 79 the list of addresses for Source Route options must include the first-hop 81 The first-hop gateway address will be extracted from the option list 84 use a zero-length buffer: 85 .Bd -literal 92 Setting the ECN codepoint - the two least significant bits - on a 96 configures the time-to-live (TTL) field in the [all …]
|
| H A D | ng_vjc.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 53 over PPP, SLIP, and other point-to-point IP connections to 82 Other non-TCP IP packets are forwarded unchanged to 104 .Bl -tag -width ".Va vjuncomp" 116 .Bl -tag -width foo 123 .Bd -literal -offset 4n 127 u_char maxChannel; /* Number of outgoing channels - 1 */ 152 therefore operating in bi-directional 159 and is a value between 3 and 15, inclusive.
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_stream.h | 2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. 32 * - accepting octet strings of stream data; 34 * - generating corresponding STREAM frames; 36 * - receiving notifications of lost frames, in order to generate new STREAM 39 * - receiving notifications of acknowledged frames, in order to internally 42 * - informing the caller of how much more stream data it can accept into 76 * transmitted. is_fin is set to 1 if hdr->offset + hdr->len is the final size 77 * of the stream and 0 otherwise. hdr->stream_id is not set; the caller must set 81 * send all of the data, the caller must reduce hdr->len before serializing the 82 * header structure and must ensure that hdr->is_fin is cleared. [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | quic.h | 2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved. 24 * Method used for non-thread-assisted QUIC client operation. 29 * Method used for thread-assisted QUIC client operation. 54 /* Inclusive range for handshake-specific errors. */
|
| /freebsd/lib/libc/regex/ |
| H A D | re_format.7 | 46 .St -p1003.2 , 60 .St -p1003.2 64 .St -p1003.2 67 A (modern) RE is one\(dd or more non-empty\(dd 109 (255\(dd) inclusive, 187 of characters between those two (inclusive) in the 189 .No e.g. Ql [0-9] 193 .No e.g. Ql a-c-e . 194 Ranges are very collating-sequence-dependent, 221 a multi-character sequence that collates as if it were a single character, [all …]
|
| /freebsd/lib/libc/stdlib/ |
| H A D | strtonum.3 | 55 .Ql - 69 is non-null, 94 .Bd -literal -offset indent 104 1 and 64 (inclusive). 106 .Bl -tag -width Er 122 .Bl -tag -width ".Li too large" -compact
|
| /freebsd/crypto/openssl/util/ |
| H A D | find-doc-nits | 2 # Copyright 2002-2025 The OpenSSL Project Authors. All Rights Reserved. 50 -c List undocumented commands, undocumented options and unimplemented options. 51 -d Detailed list of undocumented (implies -u) 52 -e Detailed list of new undocumented (implies -v) 53 -h Print this help message 54 -l Print bogus links 55 -m Name(s) of manuals to focus on. Default: man1,man3,man5,man7 56 -n Print nits in POD pages 57 -o Causes -e/-v to count symbols added since 1.1.1 as new (implies -v) 58 -i Checks for history entries available for symbols added since 3.0.0 as new [all …]
|
| /freebsd/contrib/bc/manuals/dc/ |
| H A D | A.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | N.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | HN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| H A D | H.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2025 Gavin D. Howard and contributors. 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] 40 [\f[B]\-f\f[R] \f[I]file\f[R]\&...] [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | eth_common.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 50 …e ETH_MAX_TUNN_LSO_INNER_IPV4_OFFSET 253 /* Offset is limited to 253 bytes (inclusive). */ 51 …e ETH_MAX_TUNN_LSO_INNER_IPV6_OFFSET 251 /* Offset is limited to 251 bytes (inclusive). */ 61 …SO_PKT_LEN (9700 - (4 + 4 + 12 + 8)) /* (QM_REG_TASKBYTECRDCOST_0, QM_VOQ_BYTE_CR… 63 …UM (18 - 1) /* Number of BDs to consider for LSO sliding window restriction i… 66 #define ETH_TX_NUM_SAME_AS_LAST_ENTRIES 320 /* Number of same-as-last resources in tx s… 70 #define ETH_NUM_STATISTIC_COUNTERS_DOUBLE_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - MAX_NUM_VFS/2) … 71 #define ETH_NUM_STATISTIC_COUNTERS_QUAD_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - 3*MAX_NUM_VFS/4) … 94 …E ETH_RX_MAX_BUFF_PER_PKT /* Maximum number of additional buffers, reported by TPA-start CQE */ 95 #define ETH_TPA_CQE_CONT_LEN_LIST_SIZE 6 /* Maximum number of buffers, reported by TPA-con… [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | samsung,midas-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,midas-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sylwester Nawrocki <s.nawrocki@samsung.com> 13 - $ref: sound-card-common.yaml# 17 const: samsung,midas-audio 23 sound-dai: 27 - sound-dai 33 sound-dai: [all …]
|
| /freebsd/lib/libmt/ |
| H A D | mt.3 | 174 driver returns some status data as XML-formatted strings, and 202 is successful, and non-zero if parsing failed. 227 argument is for a user-supplied alternate printing function. 228 If it is non-NULL, it will be called instead of the default output printing 255 In the case of a multi-level name like "foo.bar.baz", it will return the 334 argument is non-zero, protection entry descriptions will be printed. 342 is non-NULL, only the named parameter will be printed. 345 is non-zero, parameter descriptions will be omitted in the output. 352 should currently be a value between 0 and 255 inclusive, since that is the 364 argument is non-zero, the bits per inch value is returned. [all …]
|
| /freebsd/contrib/wireguard-tools/man/ |
| H A D | wg.8 | 4 wg - set and retrieve configuration of WireGuard interfaces 29 utility provides a series of sub-commands for changing WireGuard-specific 34 Sub-commands that take an INTERFACE must be passed a WireGuard interface. 39 …-key\fP | \fIprivate-key\fP | \fIlisten-port\fP | \fIfwmark\fP | \fIpeers\fP | \fIpreshared-keys\f… 46 newlines and tabs, meant to be used in scripts. For this script-friendly display, 49 the first contains in order separated by tab: private-key, public-key, listen-port, 51 by tab: public-key, preshared-key, endpoint, allowed-ips, latest-handshake, 52 transfer-rx, transfer-tx, persistent-keepalive. 58 …-port\fP \fI<port>\fP] [\fIfwmark\fP \fI<fwmark>\fP] [\fIprivate-key\fP \fI<file-path>\fP] [\fIpee… 61 for a peer, that peer is removed, not configured. If \fIlisten-port\fP [all …]
|
| /freebsd/lib/libsys/ |
| H A D | pipe.2 | 61 are constructed by a bitwise-inclusive OR of flags from the following 64 .Bl -tag -width ".Dv O_NONBLOCK" 66 Set the close-on-exec flag for the new file descriptors. 68 Set the close-on-fork flag for the new file descriptors. 70 Set the non-blocking flag for the ends of the pipe. 103 Widowing a pipe is the only way to deliver end-of-file to a reader: 124 .Rv -std pipe 131 .Bl -tag -width Er 146 .Bl -tag -width Er
|