Home
last modified time | relevance | path

Searched +full:in +full:- +full:between (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/freebsd/crypto/openssl/
H A DNEWS.md4 This file gives a brief overview of the major changes between each OpenSSL
8 ----------------
10 - [OpenSSL 3.0](#openssl-30)
11 - [OpenSSL 1.1.1](#openssl-111)
12 - [OpenSSL 1.1.0](#openssl-110)
13 - [OpenSSL 1.0.2](#openssl-102)
14 - [OpenSSL 1.0.1](#openssl-101)
15 - [OpenSSL 1.0.0](#openssl-100)
16 - [OpenSSL 0.9.x](#openssl-09x)
19 -----------
[all …]
/freebsd/lib/libdevstat/
H A Ddevstat.35 .\" Redistribution and use in source and binary forms, with or without
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
125 subsystem in the kernel.
132 list of devices in the kernel.
150 Otherwise, it prints an appropriate error in
152 and returns \-1.
[all …]
/freebsd/lib/libc/xdr/
H A Dxdr.357 arbitrary data structures in a machine-independent fashion.
61 .Bl -tag -width indent -compact
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
[all …]
/freebsd/contrib/less/
H A DNEWS14 Major changes between "less" versions 661 and 668
16 * Make 256/true colors work better on Windows without -Da
19 * Fix build using --with-secure (github #544).
21 * Fix crash when using --header on command line (github #545).
23 * Fix possible crash when scrolling left/right or toggling -S (github #547).
25 * Fix bug when using #stop in a lesskey file (github #551).
27 * Fix bug when using -
[all...]
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
12 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // Google Mock - a framework for writing C++ mock classes.
34 #include "gmock/gmock-cardinalities.h"
42 #include "gmock/internal/gmock-internal-utils.h"
49 // Implements the Between(m, n) cardinality.
[all …]
/freebsd/contrib/flex/
H A DONEWS1 Changes between release 2.5.4 (11Sep96) and release 2.5.3:
3 - Fixed a bug introduced in 2.5.3 that blew it when a call
6 - Fixed scanner skeleton so the example in the man page of
9 - Minor Makefile tweaks.
12 Changes between release 2.5.3 (29May96) and release 2.5.2:
14 - Some serious bugs in yymore() have been fixed. In particular,
15 when using AT&T-lex-compatibility or %array, you can intermix
17 work for %pointer, and isn't likely to in the future.)
19 - A bug in handling NUL's in the input stream of scanners using
22 - The default main() in libfl.a now repeatedly calls yylex() until
[all …]
/freebsd/contrib/mandoc/
H A Dman.74 .\" Copyright (c) 2011-2015,2017-2020,2023 Ingo Schwarze <schwarze@openbsd.org>
10 .\" copyright notice and this permission notice appear in all copies.
14 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
16 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
52 They provide free-form text to be printed; the formatting of the text
54 .Bd -literal -offset indent
67 sections in the
69 manual for details, in particular regarding
79 .Bd -literal -offset indent
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt4 provide a glue-less interface to a variety of asynchronous memory devices like
11 Davinci DM646x - http://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf
12 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
13 Kestone - http://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf
17 - compatible: "ti,davinci-aemif"
18 "ti,keystone-aemif"
19 "ti,da850-aemif"
21 - reg: contains offset/length value for AEMIF control registers
24 - #address-cells: Must be 2. The partition number has to be encoded in the
25 first address cell and it may accept values 0..N-1
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dcdns,qspi-nor-peripheral-props.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/cdns,qspi-nor-peripheral-props.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Peripheral-specific properties for the Cadence QSPI controller.
10 See spi-peripheral-props.yaml for more info.
13 - Vaishnav Achath <vaishnav.a@ti.com>
16 # cdns,qspi-nor.yaml
17 cdns,read-delay:
20 Delay for read capture logic, in clock cycles.
[all …]
H A Dcadence-quadspi.txt4 - compatible : should be one of the following:
5 Generic default - "cdns,qspi-nor".
6 For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor".
7 For TI AM654 SoC - "ti,am654-ospi", "cdns,qspi-nor".
8 For Intel LGM SoC - "intel,lgm-qspi", "cdns,qspi-nor".
9 - reg : Contains two entries, each of which is a tuple consisting of a
13 - interrupts : Unit interrupt specifier for the controller interrupt.
14 - clocks : phandle to the Quad SPI clock.
15 - cdns,fifo-depth : Size of the data FIFO in words.
16 - cdns,fifo-width : Bus width of the data FIFO in bytes.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h1 //===- ODRDiagsEmitter.h - Emits diagnostic for ODR mismatches --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 /// Diagnose ODR mismatch between 2 FunctionDecl.
32 /// Diagnose ODR mismatch between 2 EnumDecl.
38 /// Diagnose ODR mismatch between 2 CXXRecordDecl.
42 /// you need to provide pre-merge definition data in \p SecondDD.
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
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in
15 not part of the CoreSight graph described in the general CoreSight bindings
18 The CTI component properties define the connections between the individual
22 number is defined at design time, the maximum of each defined in the DEVID
25 CTIs are interconnected in a star topology via the CTM, using a number of
27 described in the DEVID register. The star topology is not required to be
[all …]
H A Darm,coresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,coresight-ct
[all...]
/freebsd/share/doc/psd/20.ipctut/
H A Dtutor.me4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .oh 'Introductory 4.4BSD IPC''PSD:20-%'
29 .eh 'PSD:20-%''Introductory 4.4BSD IPC'
55 To aid the programmer in developing programs which are comprised of
59 demonstrate in a simple way the use of pipes, socketpairs, sockets
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
12 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // Google Mock - a framework for writing C++ mock classes.
32 // This file tests the built-in cardinalities.
37 #include "gtest/gtest-spi.h"
46 using testing::Between;
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h2 * Copyright 2008-2012 Freescale Semiconductor Inc.
4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions in binary form must reproduce the above copyright
9 * notice, this list of conditions and the following disclaimer in the
24 * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
28 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37 @Description Ethernet MAC-PHY Interface
72 @Description Enum for inter-module interrupts registration
168 /**< dTSEC Time-Stamp Receive Error */
[all …]
/freebsd/lib/libc/rpc/
H A Drpcbind.32 .\" Copyright (c) 1988 Sun Microsystem's, Inc. - All Right's Reserved.
26 …versnum" "const rpcproc_t procnum" "const xdrproc_t inproc" "const caddr_t in" "const xdrproc_t ou…
36 maintains a list of mappings between programs
39 .Bl -tag -width XXXXX
43 RPC program-to-address mappings on
63 The address found is returned in
103 can be used to synchronize the time between the
129 This routine allows programs to do lookup and call, all in one step.
141 service, which establishes a mapping between the triple
142 .Bq Fa prognum , versnum , netconf->nc_netid
[all …]
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.84 opensm \- InfiniBand subnet manager and administration (SM/SA)
8 [\-\-version]]
9 [\-F | \-\-config <file_name>]
10 [\-c(reate-config) <file_name>]
11 [\-g(uid) <GUID in hex>]
12 [\-l(mc) <LMC>]
13 [\-p(riority) <PRIORITY>]
14 [\-\-smkey <SM_Key>]
15 [\-\-sm_sl <SL number>]
16 [\-r(eassign_lids)]
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dcadence-quadspi.txt4 - compatible : should be one of the following:
5 Generic default - "cdns,qspi-nor".
6 For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor".
7 For TI AM654 SoC - "ti,am654-ospi", "cdns,qspi-nor".
8 - reg : Contains two entries, each of which is a tuple consisting of a
12 - interrupts : Unit interrupt specifier for the controller interrupt.
13 - clocks : phandle to the Quad SPI clock.
14 - cdns,fifo-depth : Size of the data FIFO in words.
15 - cdns,fifo-width : Bus width of the data FIFO in bytes.
16 - cdns,trigger-address : 32-bit indirect AHB trigger address.
[all …]
/freebsd/stand/forth/
H A Dmenu.4th.81 .\" Copyright (c) 2011-2013 Devin Teske
4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
44 Before using any of the commands provided in
51 This line is present in the default
53 file, so it is not needed (and should not be re-issued) in a normal setup.
[all …]
/freebsd/contrib/ncurses/man/
H A Dmenu_spacing.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. *
7 .\" "Software"), to deal in the Software without restriction, including *
14 .\" in all copies or substantial portions of the Software. *
19 .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
20 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
22 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
24 .\" Except as contained in this notice, the name(s) of the above copyright *
25 .\" holders shall not be used in advertising or otherwise to promote the *
[all …]
/freebsd/crypto/heimdal/doc/
H A Dwin2k.texi5 @comment node-name, next, previous, up
10 issues between Heimdal and various Windows versions.
12 The big problem with the Kerberos implementation in Windows
14 things to work rather than how they work, and not that useful in figuring
21 * Inter-Realm keys (trust) between Windows and a Heimdal KDC::
29 @node Configuring Windows to use a Heimdal KDC, Inter-Realm keys (trust) between Windows and a Heim…
30 @comment node-name, next, precious, up
33 …es with the Windows Support Tools, available from either the installation CD-ROM (@file{SUPPORT/TO…
38 Use the @command{kadmin} program in Heimdal to create a host principal in the
43 kadmin> ank --password=password host/datan.example.com
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp1 //===- MacroFusion.cpp - Macro Fusion --------
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h1 //===--- RangeSelector.h - Source-selection library ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
31 -> Expected<CharSourceRange> { return R; }; in charRange()
37 /// Convenience version of \c range where end-points are bound nodes.
59 /// Selects the range between `R1` and `R2.
60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { in between() function
65 /// non-expression statements). \p ID is the node's binding in the match result.
69 /// expression statements. \p ID is the node's binding in the match result.
[all …]
/freebsd/usr.bin/top/
H A Dtop.134 makes a distinction between terminals that support advanced capabilities
51 .Bl -tag -width indent
58 it will be displayed in parenthesis.
59 Non-printable characters in the command line are
60 encoded in C-style backslash sequences or
72 By default top displays the weighted CPU percentage in the WCPU column
78 flag is passed it toggles between
97 no information is available about the percentage of time spent by the CPU in every state.
137 Display statistics in the specified
147 .Dq non-interactive
[all …]

12345678910>>...44