/freebsd/lib/libc/xdr/ |
H A D | xdr.3 | 76 A filter primitive that translates between variable-length 96 filter that translates between 108 A filter primitive that translates between booleans (C 122 A filter primitive that translates between counted byte 142 A filter primitive that translates between C characters 180 A filter primitive that translates between C 192 A filter primitive that translates between C 204 A filter primitive that translates between C 258 A filter primitive that translates between ANSI C 297 A filter primitive that translates between C integers [all …]
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 4 This file gives a brief overview of the major changes between each OpenSSL 26 ### Major changes between OpenSSL 3.5.2 and OpenSSL 3.5.3 [16 Sep 2025] 36 ### Major changes between OpenSSL 3.5.1 and OpenSSL 3.5.2 [5 Aug 2025] 40 ### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [1 Jul 2025] 50 ### Major changes between OpenSSL 3.4 and OpenSSL 3.5.0 [8 Apr 2025] 105 ### Major changes between OpenSSL 3.4.0 and OpenSSL 3.4.1 [11 Feb 2025] 118 ### Major changes between OpenSSL 3.3 and OpenSSL 3.4.0 [22 Oct 2024] 183 ### Major changes between OpenSSL 3.3.2 and OpenSSL 3.3.3 [under development] 194 ### Major changes between OpenSSL 3.3.1 and OpenSSL 3.3.2 [3 Sep 2024] 207 ### Major changes between OpenSSL 3.3.0 and OpenSSL 3.3.1 [4 Jun 2024] [all …]
|
/freebsd/lib/libdevstat/ |
H A D | devstat.3 | 185 subelement is used to store state between calls, and should not be modified 216 change between the time the client gets the generation and the time the 494 The total number of bytes transferred between the acquisition of 505 between the acquisition of 513 The total number of transfers between the acquisition of 524 The total number of transactions of the specified type between 533 The total duration of transactions, in seconds, between the acquisition of 544 The total duration of transactions of the specified type between 554 between the acquisition of 562 The total number of blocks transferred between the acquisition of [all …]
|
/freebsd/contrib/less/ |
H A D | NEWS | 14 Major changes between "less" versions 678 and 679 24 Major changes between "less" versions 668 and 678 97 Major changes between "less" versions 661 and 668 130 Major changes between "less" versions 643 and 661 231 Major changes between "less" versions 633 and 643 262 Major changes between "less" versions 632 and 633 269 Major changes between "less" versions 608 and 632 340 Major changes between "less" versions 590 and 608 407 Major changes between "less" versions 581 and 590 432 Major changes between "less" versions 563 and 581 [all …]
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait.1ntp-waitmdoc | 28 .Ar secs\-between\-tries 53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries 54 How long to sleep between tries. 57 .Ar secs\-between\-tries 62 We will sleep for \fIsecs\-between\-tries\fP after each query
|
H A D | ntp-wait.mdoc.in | 28 .Ar secs\-between\-tries 53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries 54 How long to sleep between tries. 57 .Ar secs\-between\-tries 62 We will sleep for \fIsecs\-between\-tries\fP after each query
|
H A D | ntp-wait.1ntp-waitman | 43 \f\*[I-Font]secs-between-tries\f[] 71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[] 72 How long to sleep between tries. 75 \f\*[I-Font]secs\-between\-tries\f[] 80 We will sleep for \fIsecs-between-tries\fP after each query
|
H A D | ntp-wait.man.in | 43 \f\*[I-Font]secs-between-tries\f[] 71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[] 72 How long to sleep between tries. 75 \f\*[I-Font]secs\-between\-tries\f[] 80 We will sleep for \fIsecs-between-tries\fP after each query
|
H A D | invoke-ntp-wait.texi | 22 @kbd{secs-between-tries} 68 -s, --sleep=num How long to sleep between tries 90 This is the ``how long to sleep between tries'' option. 91 This option takes a number argument @file{secs-between-tries}. 92 We will sleep for @file{secs-between-tries} after each query
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 49 // Implements the Between(m, n) cardinality. 106 // Describes the Between(m, n) cardinality in human-friendly text. 122 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo() 139 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 147 // Creates a cardinality that allows between min and max calls. 148 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 26 /// Diagnose ODR mismatch between 2 FunctionDecl. 32 /// Diagnose ODR mismatch between 2 EnumDecl. 38 /// Diagnose ODR mismatch between 2 CXXRecordDecl. 48 /// Diagnose ODR mismatch between 2 RecordDecl that are not CXXRecordDecl. 54 /// Diagnose ODR mismatch between 2 ObjCInterfaceDecl. 61 /// Diagnose ODR mismatch between ObjCInterfaceDecl with different 70 /// Diagnose ODR mismatch between 2 ObjCProtocolDecl. 80 /// Diagnose ODR mismatch between ObjCProtocolDecl with different definitions.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | cdns,qspi-nor-peripheral-props.yaml | 25 outputs are de-asserted between transactions. 29 Delay in nanoseconds between one chip select being de-activated 34 Delay in nanoseconds between last bit of current transaction and 39 Delay in nanoseconds between setting qspi_n_ss_out low and
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | ti-aemif.txt | 96 Time between the end of one asynchronous memory 99 between a read followed by read or a write 103 Time between the beginning of a memory cycle 108 Time between the activation and deactivation of 113 Time between the deactivation of the read 120 Time between the beginning of a memory cycle 125 Time between the activation and deactivation of 130 Time between the deactivation of the write
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-cardinalities_test.cc | 46 using testing::Between; 237 // Tests Between(m, n). 242 Between(-1, 2); in TEST() 250 Between(1, -2); in TEST() 258 Between(2, 1); in TEST() 265 const Cardinality c = Between(0, 0); in TEST() 279 const Cardinality c = Between(0, 2); in TEST() 296 const Cardinality c = Between(3, 3); in TEST() 313 const Cardinality c = Between(3, 5); in TEST() 329 EXPECT_PRED_FORMAT2(IsSubstring, "called between 3 and 5 times", ss.str()); in TEST() [all …]
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_enet.h | 177 /**< SGMII/QSGII interface with 1000BaseX auto-negotiation between MAC 179 Note: 1000BaseX auto-negotiation relates only to interface between MAC 211 /**< 10 Mbps SGMII with auto-negotiation between MAC and 214 /**< 100 Mbps SGMII with auto-negotiation between MAC and 217 /**< 1000 Mbps SGMII with auto-negotiation between MAC and 221 /**< 10 Mbps SGMII with 1000BaseX auto-negotiation between 225 /**< 100 Mbps SGMII with 1000BaseX auto-negotiation between 229 /**< 1000 Mbps SGMII with 1000BaseX auto-negotiation between 232 /**< 1000 Mbps QSGMII with auto-negotiation between MAC and 236 /**< 1000 Mbps QSGMII with 1000BaseX auto-negotiation between
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 1 Changes between release 2.5.4 (11Sep96) and release 2.5.3: 12 Changes between release 2.5.3 (29May96) and release 2.5.2: 28 Changes between release 2.5.2 (25Apr95) and release 2.5.1: 95 Changes between release 2.5.1 (28Mar95) and release 2.4.7: 272 themselves must appear between the '[' and ']' of a character 511 - A broken example in documentation of the difference between 534 Changes between release 2.4.7 (03Aug94) and release 2.4.6: 550 Changes between release 2.4.6 (04Jan94) and release 2.4.5: 560 Changes between release 2.4.5 (11Dec93) and release 2.4.4: 587 Changes between release 2.4.4 (07Dec93) and release 2.4.3: [all …]
|
/freebsd/share/man/man9/ |
H A D | vm_page_bits.9 | 67 range of bytes between 76 flags the byte range between 99 clears the dirty bits within a page in the range between 110 blocks between 135 blocks between
|
/freebsd/lib/libc/rpc/ |
H A D | rpcbind.3 | 36 maintains a list of mappings between programs 103 can be used to synchronize the time between the 141 service, which establishes a mapping between the triple 165 service, which destroys the mapping between the triple 174 destroys all mapping between the triple
|
/freebsd/contrib/mandoc/ |
H A D | man.7 | 115 .It Ic BI Ta alternate between boldface and italic fonts 116 .It Ic BR Ta alternate between boldface and roman fonts 117 .It Ic IB Ta alternate between italic and boldface fonts 118 .It Ic IR Ta alternate between italic and roman fonts 119 .It Ic RB Ta alternate between roman and boldface fonts 120 .It Ic RI Ta alternate between roman and italic fonts 150 Whitespace between arguments is omitted in output. 157 Whitespace between arguments is omitted in output. 207 Whitespace between arguments is omitted in output. 229 Whitespace between argument [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RangeSelector.h | 59 /// Selects the range between `R1` and `R2. 60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { in between() function 86 // source between the call's parentheses). 91 // this is the range between parentheses or braces. 95 // statements (all source between the braces). 99 // (all source between the braces).
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | tutor.me | 109 4.2BSD this expanded to include IPC between machines. This expansion 159 Initially, the only difference between the two will be the value returned by 220 Let us now examine a program that creates a pipe for communication between 248 Figure 2\ \ Sharing a pipe between parent and child 301 between sockets on the same machine. 323 Figure 4\ \ Sharing a socketpair between parent and child 329 Pipes and socketpairs are a simple solution for communicating between 330 a parent and child or between child processes. 337 and then have messages sent between them. This is often the 341 send messages between them. [all …]
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | enet_ext.h | 83 auto-negotiation between MAC and phy 86 only to interface between MAC and phy/backplane, 130 /**< 10 Mbps SGMII with auto-negotiation between MAC and 133 /**< 100 Mbps SGMII with auto-negotiation between MAC and 136 /**< 1000 Mbps SGMII with auto-negotiation between MAC and 140 /**< 10 Mbps SGMII with 1000BaseX auto-negotiation between 143 /**< 100 Mbps SGMII with 1000BaseX auto-negotiation between 146 /**< 1000 Mbps SGMII with 1000BaseX auto-negotiation between 149 /**< 1000 Mbps QSGMII with auto-negotiation between MAC and 152 … /**< 1000 Mbps QSGMII with 1000BaseX auto-negotiation between
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight-cti.yaml | 18 The CTI component properties define the connections between the individual 31 In general the connections between CTI and components via the trigger signals 36 between CTI and the CPU core and ETM if present. In the case of a v8 45 on the connections between the CTI and other components for correct operation. 49 between CTI and other CoreSight components. 51 Certain triggers between CoreSight devices and the CTI have specific types 107 propagated between sockets. 133 between this CTI and another hardware device. This device may be a CPU,
|
H A D | arm,coresight-cti.yaml | 17 The CTI component properties define the connections between the individual 30 In general the connections between CTI and components via the trigger signals 35 between CTI and the CPU core and ETM if present. In the case of a v8 44 on the connections between the CTI and other components for correct operation. 48 between CTI and other CoreSight components. 50 Certain triggers between CoreSight devices and the CTI have specific types 106 propagated between sockets. 134 between this CTI and another hardware device. This device may be a CPU,
|
/freebsd/usr.bin/top/ |
H A D | top.1 | 34 makes a distinction between terminals that support advanced capabilities 78 flag is passed it toggles between 189 Set the delay between screen updates to 192 The default delay between updates is 2 seconds. 253 is between displays; that is, while it is waiting for 314 Toggle the display between 'cpu' and 'io' modes. 348 Change the number of seconds to delay between displays. 351 Toggle display between thread ID and process ID.
|