/freebsd/lib/clang/include/llvm/Config/ |
H A D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 11 can be in exported headers and won't override package specific directives. 12 This is a C header that can be included in the llvm-c headers. */ 57 /* Define if the AArch64 target is built in */ 64 /* Define if the AMDGPU target is built in */ 67 /* Define if the ARC target is built in */ 70 /* Define if the ARM target is built in */ 77 /* Define if the AVR target is built in */ [all …]
|
/freebsd/share/doc/psd/17.m4/ |
H A D | m4.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 3 .\" Redistribution and use in source and binary forms, with or without 11 .\" Redistributions in binary form must reproduce the above copyright 12 .\" notice, this list of conditions and the following disclaimer in the 28 .\" DISCLAIMED. IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE 33 .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 34 .\" OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 40 .EH 'PSD:17-%''The M4 Macro Processor' 41 .OH 'The M4 Macro Processor''PSD:17-%' 46 \&\\$3\s-1\\$1\\s0\&\\$2 [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_pred_impl_unittest.cc | 4 // 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 42 // Currently, gtest_unittest takes ~11 seconds to run in the testing 43 // daemon. In the future, if it grows too large and needs much more 45 // stand-alone regression test. 50 #include "gtest/gtest-spi.h" [all …]
|
/freebsd/share/man/man7/ |
H A D | build.7 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 39 system and its applications are contained in three different directories, 45 These directories may be initially empty or non-existent until updated with [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_io_request.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 15 * This program is distributed in the hope that it will be useful, but 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 24 * in the file called LICENSE.GPL. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 31 * Redistribution and use in source and binary forms, with or without 37 * * Redistributions in binary form must reproduce the above copyright [all …]
|
H A D | scic_task_request.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 15 * This program is distributed in the hope that it will be useful, but 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 24 * in the file called LICENSE.GPL. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 31 * Redistribution and use in source and binary forms, with or without 37 * * Redistributions in binary form must reproduce the above copyright [all …]
|
H A D | scif_io_request.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 15 * This program is distributed in the hope that it will be useful, but 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 24 * in the file called LICENSE.GPL. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 31 * Redistribution and use in source and binary forms, with or without 37 * * Redistributions in binary form must reproduce the above copyright [all …]
|
H A D | scif_sas_smp_io_request.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 15 * This program is distributed in the hope that it will be useful, but 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 * The full GNU General Public License is included in this distribution 24 * in the file called LICENSE.GPL. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 31 * Redistribution and use in source and binary forms, with or without 37 * * Redistributions in binary form must reproduce the above copyright [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSerializationKinds.td | 1 //==--- DiagnosticSerializationKinds.td - serialization diagnostics -------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 let Component = "Serialization" in { 10 let CategoryName = "AST Deserialization Issue" in { 19 "malformed block record in PCH file: '%0'">, DefaultFatal; 22 "%select{precompiled header|module file|AST file}1 '%2' was built" 39 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in " 42 "%0 differs in PCH file vs. current file">; 43 def err_pch_diagopt_mismatch : Error<"%0 is currently enabled, but was not in " [all …]
|
/freebsd/bin/sh/ |
H A D | sh.1 | 1 .\"- 8 .\" Redistribution and use in source and binary forms, with or without 13 .\" 2. Redistributions in binary form must reproduce the above copyright 14 .\" notice, this list of conditions and the following disclaimer in the 23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 66 .St -p1003.1 83 a macro facility that provides a variety of features in 84 addition to data storage, along with built-in history and line [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | InMemoryModuleCache.h | 1 //===- InMemoryModuleCache.h - In-memory cache for modules ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 /// In-memory cache for modules. 22 /// between the CompilerInstances in an implicit modules build. It must be 33 /// Track whether this PCM is known to be good (either built or 49 /// 1. Unknown: the PCM has neither been read from disk nor built. 51 /// built. It might work. 53 /// been built yet. 54 /// 4. Final: indicating that the current PCM was either built in this [all …]
|
/freebsd/contrib/bc/ |
H A D | README.md | 17 This `bc` also includes an implementation of `dc` in the same binary, accessible 32 2-clause License. Full license text may be found in the [`LICENSE.md`][4] file. 39 2. A C99-compatible compiler and a (mostly) POSIX 2008-compatible system with 43 POSIX and XSI-compatible system will have everything needed. 45 POSIX-compatible systems that are known to work: 54 * HP-UX* (except for history) 56 In addition, there is compatibility code to make this `bc` work on Windows. 63 This `bc` should build unmodified on any POSIX-complian [all...] |
/freebsd/usr.bin/bsdiff/bspatch/ |
H A D | bspatch.1 | 1 .\"- 2 .\" Copyright 2003-2005 Colin Percival 5 .\" 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 17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 23 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 31 .Nd apply a patch built with 48 is a binary patch built by [all …]
|
/freebsd/usr.bin/m4/ |
H A D | m4.1 | 9 .\" Redistribution and use in source and binary forms, with or without 14 .\" 2. Redistributions in binary form must reproduce the above copyright 15 .\" notice, this list of conditions and the following disclaimer in the 24 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 29 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 47 .Op Fl d Oo Oo +- Oc Ns Ar flags Oc 62 processed in the given order. 63 Input files can be regular files, files in the m4 include paths, or a 65 .Pq Sq - , [all …]
|
/freebsd/crypto/openssl/providers/ |
H A D | build.info | 5 # go in the FIPS provider. The compilations for this 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 23 # It is crucial that code that checks the FIPS_MODULE macro ends up in 25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in 30 # Code in providers/implementations/ should be written in such a way that 32 # end up in either libfips.a, liblegacy.a or libdefault.a. 45 # Enough of our implementations include prov/ciphercommon.h (present in 47 # (present in include), which in turn may include very internal header 48 # files in crypto/, so let's have a common include list for them all. 58 # used is determined by non-weak dependencies. [all …]
|
/freebsd/usr.sbin/crunch/crunchgen/ |
H A D | crunchgen.1 | 7 .\" the above copyright notice appear in all copies and that both that 8 .\" copyright notice and this permission notice appear in supporting 9 .\" documentation, and that the name of U.M. not be used in advertising or 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M. 18 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 20 .\" IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33 .Bk -words 36 .Op Fl h Ar makefile-header-name 37 .Op Fl m Ar makefile-name 38 .Op Fl p Ar obj-prefix [all …]
|
/freebsd/usr.sbin/apmd/ |
H A D | apmd.8 | 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" 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 48 Only the events specified in the 54 invokes the sequence of commands specified in the configuration file. 61 built-in functions in the configuration file. 66 .Bl -tag -width f_file [all …]
|
/freebsd/share/man/man4/ |
H A D | xl.4 | 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 15 .\" 4. Neither the name of the author nor the names of any co-contributors 22 .\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 39 place the following lines in your 41 .Bd -ragged -offset indent 47 module at boot time, place the following line in [all …]
|
/freebsd/contrib/ntp/ |
H A D | Makefile.am | 1 ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4 5 # moved sntp first to get libtool and libevent built. 26 DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enabl [all...] |
/freebsd/contrib/ncurses/ |
H A D | README.emx | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2020,2021 Thomas E. Dickey -- 3 -- Copyright 1998-2006,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
/freebsd/share/mk/ |
H A D | suite.test.mk | 13 # Makefiles built into the FreeBSD src tree. 18 # If 'yes', a Kyuafile exists in the source tree and is installed into 22 # programs built by the Makefile and is installed into TESTSDIR. This is the 23 # default and is sufficient in the majority of the cases. 28 # Per-test program interface definition. 31 # Kyua as this is later encoded in the Kyuafile test program definitions. 32 #TEST_INTERFACE.<test-program>= interface-name 36 # All the variables for a test program defined in the Makefile are appended 37 # to the test program's definition in the Kyuafile. This feature can be 38 # used to avoid having to explicitly supply a Kyuafile in the source [all …]
|
/freebsd/contrib/flex/ |
H A D | NEWS | 3 * Noteworthy changes in release 2.6.4 (2017-05-06) [stable] 11 *** The files included in the flex distribution are now built by the 12 version of flex that is included in the distribution. 19 configure.ac lists as required for building flex. In autogen.sh, 20 we now check for how to call libtoolize and use what we find in 23 *** Since files in lib/ are picked up as needed by src/, we no longer 49 *** All scripts in the test suite are now run by $(SHELL) and the 62 * Noteworthy changes in release 2.6.3 (2016-12-30) [stable] 66 *** several bug fixes resolved problems introduced in recent flex 76 *** A new configure option --disable-bootstrap changes the behavior of [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | README | 8 This distribution contains SunSoft's implementation of transport-independent 9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and 15 transport-specific RPC (TS-RPC). 17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V 19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported 20 by almost 70 vendors on all major operating systems. TS-RPC source code 24 building on Solaris 2.3. This release was built on Solaris 2.3 using SunPro 29 that are assumed may not be available. In particular, this release uses the 31 routines use the Solaris Name Service Switch to access public-key credential 34 interfaces of UI Threads to make certain interfaces thread-safe. These [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_always_bitcastable.h | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 // Checks whether an object of type `From` can always be bit-cast to an object of type `To` and rep… 27 // of type `To`. In other words, `From` and `To` have the same value representation and the set of … 30 // Note that types that cannot be assigned to each other using built-in assignment (e.g. arrays) mi… 31 // considered bit-castable. 37 // clang-format off 39 // First, the simple case -- `From` and `To` are the same object type. 42 // Beyond the simple case, we say that one type is "always bit-castable" to another if: [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 8 - handle DH keys for ephemeral key exchange 37 Some ciphersuites may use ephemeral Diffie-Hellman (DH) key exchange. In these 50 In order to perform a DH key exchange the server must use a DH group 58 Typically applications should use well known DH parameters that have built-in 59 support in OpenSSL. The macros SSL_CTX_set_dh_auto() and SSL_set_dh_auto() 60 configure OpenSSL to use the default built-in DH parameters for the B<SSL_CTX> 61 and B<SSL> objects respectively. Passing a value of 1 in the I<onoff> parameter 70 Applications may supply their own DH parameters instead of using the built-in 71 values. This approach is discouraged and applications should in preference use 72 the built-in parameter support described above. Applications wishing to supply [all …]
|