/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/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 | 9 * or https://opensource.org/licenses/CDDL-1.0. 56 zfs_btree_t rt_root; /* offset-ordered segment b-tree */ 68 uint64_t rt_gap; /* allowable inter-segment gap */ 80 uint32_t rs_end; /* ending offset (non-inclusive) */ 84 * Extremely large metaslabs, vdev-wide trees, and dnode-wide trees may 85 * require 64-bit integers for ranges. 89 uint64_t rs_end; /* ending offset (non-inclusive) */ 94 uint64_t rs_end; /* ending offset (non-inclusive) */ 122 ASSERT3U(rt->rt_type, <=, ZFS_RANGE_SEG_NUM_TYPES); in zfs_rs_get_start_raw() 123 switch (rt->rt_type) { in zfs_rs_get_start_raw() [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/util/ |
H A D | find-doc-nits | 2 # Copyright 2002-2023 The OpenSSL Project Authors. All Rights Reserved. 49 -c List undocumented commands, undocumented options and unimplemented options. 50 -d Detailed list of undocumented (implies -u) 51 -e Detailed list of new undocumented (implies -v) 52 -h Print this help message 53 -l Print bogus links 54 -m Name(s) of manuals to focus on. Default: man1,man3,man5,man7 55 -n Print nits in POD pages 56 -o Causes -e/-v to count symbols added since 1.1.1 as new (implies -v) 57 -u Count undocumented functions [all …]
|
/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
|
H A D | strtoul.3 | 94 which must be between 2 and 36 inclusive, 103 .Ql - 167 unless the original (non-negated) value would overflow; 193 .Bl -tag -width Er 212 .St -isoC . 219 .St -isoC-99 .
|
/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/contrib/bc/manuals/dc/ |
H A D | N.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 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 | A.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 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-2024 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-2024 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/sendmail/libsm/ |
H A D | match.c | 2 * Copyright (c) 2000-2001 Proofpoint, Inc. and its suppliers. 12 SM_RCSID("@(#)$Id: match.c,v 1.11 2013-11-22 20:51:43 ca Exp $") 17 ** SM_MATCH -- Match a character string against a glob pattern. 20 ** str -- string. 21 ** par -- pattern to find in str. 24 ** true on match, false on non-match. 27 ** and meta-sequences. A * matches any sequence of characters. 32 ** The range of characters from X to Y inclusive is written X-Y. 37 ** listed (after the !, if any). To include a -, make it the first 102 if (*pat == '-' && pat[1] != ']')
|
/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 non-blocking flag for the ends of the pipe. 101 Widowing a pipe is the only way to deliver end-of-file to a reader: 122 .Rv -std pipe 129 .Bl -tag -width Er 144 .Bl -tag -width Er
|
/freebsd/lib/libc/locale/ |
H A D | isprint.3 | 38 .Nd printing character test (space character inclusive) 61 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ 64 .It "\&052\ ``*''" Ta "053\ ``+''" Ta "054\ ``,''" Ta "055\ ``-''" Ta "056\ ``.''" 87 function uses the current global or per-thread locale. 94 return non-zero if the character tests true. 118 .St -isoC .
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 2 * Copyright (C) 2021 - This file is part of libecc project 46 * 2^254 plus eight times a value between 0 and 2^251 - 1 inclusive for X25519 47 * (2^447 plus four times a value between 0 and 2^445 - 1 inclusive for X448). 65 scalar_decoded[len - 1 - i] = scalar[i]; in decode_scalar() 69 scalar_decoded[len - 1] &= 248; in decode_scalar() 75 scalar_decoded[len - 1] &= 252; in decode_scalar() 80 ret = -1; in decode_scalar() 102 u_decoded[len - 1 - i] = u[i]; in decode_u_coordinate() 127 /* NOTE: this square root is possibly non-existing if the in compute_v_from_u() 143 * as non canonical u. [all …]
|