| /freebsd/crypto/openssl/util/perl/OpenSSL/Config/ |
| H A D | Query.pm | 17 OpenSSL::Config::Query - Query OpenSSL configuration info 23 my $query = OpenSSL::Config::Query->new(info => \%unified_info); 26 my $variable = $query->method(... args ...); 29 my @variable = $query->method(... args ...); 63 my $info = OpenSSL::Config::Info->new(info => \%unified_info); 69 sub new { 103 sub get_sources { 108 my @sources = @{$self->{info}->{sources}->{$_} // []}; 110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []}; 112 my %parts = ( %{$self->get_sources(@sources)}, [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.cpp | 1 //===- CodeGenRegisters.cpp - Register and RegisterClass Info -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 45 #define DEBUG_TYPE "regalloc-emitter" 47 //===----------------------------------------------------------------------===// 49 //===----------------------------------------------------------------------===// 54 Name = std::string(R->getName()); in CodeGenSubRegIndex() 55 if (R->getValue("Namespace")) in CodeGenSubRegIndex() 56 Namespace = std::string(R->getValueAsString("Namespace")); in CodeGenSubRegIndex() [all …]
|
| H A D | CodeGenRegisters.h | 1 //===- CodeGenRegisters.h - Register and RegisterClass Info -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 64 /// CodeGenSubRegIndex - Represents a sub-register index. 80 // Are all super-registers containing this SubRegIndex covered by their 81 // sub-registers? 105 return I == Composed.end() ? nullptr : I->second; in compose() 117 // B->Offset == -1. For the other cases, accumulate the offset and set in addComposite() 125 SubRegRange &Range = this->Range.get(M); in addComposite() [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.awk | 2 ### @Awk-file{ 7 ### filename = "journal-toc.awk", 29 ### bibclean -max-width 0 BibTeX-file(s) | \ 30 ### bibsort -byvolume | \ 31 ### awk -f journal-toc.awk \ 32 ### [-v HTML=nnn] [-v INDENT=nnn] \ 33 ### [-v BIBFILEURL=url] >foo.toc 38 ### bibclean -max-width 0 BibTeX-file(s) | \ 39 ### awk -f journal-toc.awk \ 40 ### [-v HTML=nnn] [-v INDENT=nnn] \ [all …]
|
| H A D | README.TESTS | 3 - A shell file called REGRESS that controls the testing process. 5 - Several shell files called Compare* that control sub-parts 8 - About 160 small tests called t.* that constitute a random 12 - About 60 small tests called p.* that come from the first 14 basic stuff -- they have to work. 21 - About 20 files called T.* that are self-contained and 23 For example, T.clv tests command-line variable handling. 24 These tests are not regressions -- they compute the right 30 - Two of these files, T.re and T.sub, are systematic tests 35 - About 20 files called tt.* that are used as timing tests;
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pci [all...] |
| /freebsd/usr.bin/sort/ |
| H A D | file.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 105 * We use semaphore here because it is signal-safe, according to POSIX. 136 item->fn = sort_strdup(tmp_file); in tmp_file_atexit() 152 if ((item) && (item->fn)) in clear_tmp_files() 153 unlink(item->fn); in clear_tmp_files() 170 if ((item) && (item->fn)) in file_is_tmp() 171 if (strcmp(item->fn, fn) == 0) { in file_is_tmp() 191 if (asprintf(&ret, "%s/.bsdsort.XXXXXXXXXX", tmpdir) == -1) in new_tmp_file_name() 193 if ((fd = mkstemp(ret)) == -1) in new_tmp_file_name() [all …]
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 26 Base class for en/de-coders, which are put into sequencers. 28 All have a name and arbitrary user-supplied auxiliary data 44 a no-op since the string type *is* the bytes type (<type 45 'unicode'>) is the unicode-ized string type). 51 to UTF-8 byte sequences when coding a _string_ type) and partly 61 return byte_sequence.decode('utf-8', 'surrogateescape') 66 return unicode_sequence.encode('utf-8', 'surrogateescape') 75 return string.encode('utf-8', 'surrogateescape') 79 "transform bytes to string - no-op in python2.7" 85 return string.encode('utf-8', 'surrogateescape') [all …]
|
| /freebsd/contrib/libxo/xolint/ |
| H A D | xolint.pl | 12 # xolint -- a lint for inspecting xo_emit format strings 18 sub main { 19 while ($ARGV[0] =~ /^-/) { 21 $opt_cpp = 1 if /^-c/; 22 $opt_cflags .= shift @ARGV if /^-C/; 23 $opt_debug = 1 if /^-d/; 24 extract_docs() if /^-D/; 25 $opt_info = $opt_vocabulary = 1 if /^-I/; 26 $opt_print = 1 if /^-p/; 27 $opt_vocabulary = 1 if /^-V/; [all …]
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_ncons.c | 2 * Copyright 2003-2025 The OpenSSL Project Authors. All Rights Reserved. 40 static int nc_dn(const X509_NAME *sub, const X509_NAME *nm); 41 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns); 42 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml); 96 ((ia5base)->length - ((unsigned char *)(offset) - (ia5base)->data)) 108 for (i = str->length; i > 0 && str->data[i - 1] != c; i--); 113 return (char *)&str->data[i - 1]; 125 for (; n > 0; n--, s1++, s2++) { in ia5ncasecmp() 139 return -1; in ia5ncasecmp() 156 GENERAL_SUBTREE *sub = NULL; in v2i_NAME_CONSTRAINTS() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.h | 1 //== llvm/CodeGen/GlobalISel/LegalizerHelper.h ---------------- -*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// \file A pass to convert the target-illegal operations created by IR -> MIR 11 /// occur in multiple phases, for example G_ADD <2 x i8> -> G_ADD <2 x i16> -> 18 //===----------------------------------------------------------------------===// 76 /// Expose LegalizerInfo so the clients can re-use. 105 /// (for example a 16-bit addition can be safely performed at 32-bits 112 /// Legalize an instruction by splitting it into simpler parts, hopefully 191 /// RegTy from smaller parts. This will produce a G_MERGE_VALUES, [all …]
|
| /freebsd/contrib/ntp/html/ |
| H A D | cluster.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:02<!-- #EndDate --> 19 …<p><em>d<sub>i</sub></em>(<em>j</em>) = |θ(<em>j</em>) − θ(<em>i</em>)| λ… 21 …sub>S</sub>(<em>i</em>) computed as the root mean square (RMS) of the <em>d<sub>i</sub></em>(<em>… 23 <p>The termination condition has two parts. First, if the number of survivors is not greater than t… 27 …sub><em>max</em></sub> be the maximum select jitter and φ<sub><em>min</em></sub> be the minimu…
|
| /freebsd/share/man/man9/ |
| H A D | vm_map_protect.9 | 6 .\" Parts of this documentation were written by 86 For instance, this prevents upgrading a shared mapping of a read-only file 87 from read-only to read-write. 89 The specified range must not contain sub-maps. 95 Also, any in-progress wiring operation on the map affecting the specified 100 .Bl -tag -width "Dv KERN_PROTECTION_FAILURE" 104 A sub-map entry was encountered in the range, 123 A copy-on-write mapping is transitioned from read-only to 124 read-write, and not enough swap space is available to back the
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | hihope-rzg2-ex-lvds.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts 10 compatible = "pwm-backlight"; 13 brightness-levels = <0 2 8 16 32 64 128 255>; 14 default-brightness-level = <6>; 23 lvds-connector-en-hog { 24 gpio-hog; 26 output-low; 27 line-name = "lvds-connector-en-gpio"; 48 pinctrl-0 = <&pwm0_pins>; [all …]
|
| H A D | hihope-rzg2-ex.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the RZ/G2[HMN] HiHope sub board common parts 19 pinctrl-0 = <&avb_pins>; 20 pinctrl-names = "default"; 21 phy-handle = <&phy0>; 22 tx-internal-delay-ps = <2000>; 23 rx-internal-delay-ps = <1800>; 26 phy0: ethernet-phy@0 { 27 compatible = "ethernet-phy-id001c.c915", 28 "ethernet-phy-ieee802.3-c22"; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 1 //===--- AMDGPU.cpp - AMDGPU ToolChain Implementations ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 35 // Look for sub-directory starts with PackageName under ROCm candidate path. 36 // If there is one and only one matching sub-directory found, append the 37 // sub-directory to Path. If there is no matching sub-directory or there are 38 // more than one matching sub-directories, diagnose them. Returns the full 39 // path of the package if there is only one matching sub-directory, otherwise 47 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage() 52 llvm::StringRef FileName = llvm::sys::path::filename(File->path()); in findSPACKPackage() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | rockchip,pinctrl.txt | 8 Please refer to pinctrl-bindings.txt in this directory for details of the 16 settings such as pull-up, etc. 19 defined as gpio sub-nodes of the pinmux controller. 22 - compatible: should be 23 "rockchip,px30-pinctrl": for Rockchip PX30 24 "rockchip,rv1108-pinctrl": for Rockchip RV1108 25 "rockchip,rk2928-pinctrl": for Rockchip RK2928 26 "rockchip,rk3066a-pinctrl": for Rockchip RK3066a 27 "rockchip,rk3066b-pinctrl": for Rockchip RK3066b 28 "rockchip,rk3128-pinctrl": for Rockchip RK3128 [all …]
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mailprio | 1 …(8.8.2/8.8.2) with ESMTP id JAA05023 for <eric@sendmail.org>; Thu, 31 Oct 1996 09:29:47 -0800 (PST) 2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST) 3 Message-Id: <199610311728.KAA19250@austin.bsdi.com> 9 Date: Thu, 31 Oct 1996 10:28:14 -0700 25 # Made on 1996-10-31 10:07 MST by <sanders@earth.com>. 27 # Existing files will *not* be overwritten unless `-c' is specified. 31 # ------ ---------- ------------------------------------------ 32 # 8260 -rwxr-xr-x mailprio 33 # 3402 -rw-r--r-- mailprio.README 34 # 4182 -rwxr-xr-x mailprio_mkdb [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | ac100.txt | 1 X-Powers AC100 Codec/RTC IC Device Tree bindings 3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are 8 - compatible: "x-powers,ac100" 9 - reg: The I2C slave address or RSB hardware address for the chip 10 - sub-nodes: 11 - codec 12 - compatible: "x-powers,ac100-codec" 13 - interrupts: SoC NMI / GPIO interrupt connected to the 15 - #clock-cells: Shall be 0 16 - clock-output-names: "4M_adda" [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 1 //=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*- 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 36 //===----------------------------------------------------------------------===// 38 //===----------------------------------------------------------------------===// 50 DiagGroups[i]->getValueAsListOfDefs("SubGroups"); in DiagGroupParentMap() 66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); in getCategoryFromDiagGroup() 79 /// getDiagnosticCategory - Return the category that the specified diagnostic 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 1 //===- ExtractAPI/DeclarationFragments.h ------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 /// Declaration Fragments represent parts of a symbol declaration tagged with 14 /// See https://github.com/apple/swift-docc-symbolkit 16 //===----------------------------------------------------------------------===// 37 /// DeclarationFragments is a vector of tagged important parts of a symbol's 41 /// attached information useful for purposes like syntax-highlighting etc. 44 /// const -> keyword "const" 45 /// int -> type "int" [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 1 //===- SeparateConstOffsetFromGEP.cpp -------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // e.g., a 2-level loop 150 // parts and variant parts, LICM can hoist/sink those invariant parts. 153 // not be sunk. If we lower such GEP into smaller parts, CGP may sink some of 156 //===----------------------------------------------------------------------===// 202 "disable-separate-const-offset-from-gep", cl::init(false), 210 VerifyNoDeadCode("reassociate-geps-verify-no-dead-code", cl::init(false), 228 /// -instcombine probably already optimized (3 * (a + 5)) to (3 * a + 15). [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 1 //===-- llvm/MC/MCSchedule.h - Scheduling ------- [all...] |
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | passphrase-encoding.pod | 7 passphrase-encoding 8 - How diverse parts of OpenSSL treat pass phrases character encoding 15 currently addressed in different parts of the OpenSSL library. 23 ISO-8859-1, that object needs to be decrypted using a pass phrase encoded in 24 ISO-8859-1. 32 encoded in big endian (UCS-2 BE). 40 Treats the received pass phrase as UTF-8 encoded and tries to re-encode it to 41 UTF-16 (which is the same as UCS-2 for characters U+0000 to U+D7FF and U+E000 47 Assumes that the pass phrase is encoded in ASCII or ISO-8859-1 and 48 opportunistically prepends each byte with a zero byte to obtain the UCS-2 [all …]
|
| /freebsd/ |
| H A D | MAINTAINERS | 22 maintainer of a sub-system is to check recent logs for that directory or 23 sub-system. 30 and configure notifications for parts of the tree which they maintain. 36 ----------------------------- 37 aio(4) asomers Pre-commit review requested. 38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org 39 contrib/atf ngie,#test Pre-commit review requested. 40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested. 41 contrib/googletest ngie,#test Pre-commit review requested. 42 sbin/ipf cy Pre-commit review requested. [all …]
|