/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 1 //===-- X86BaseInfo.h - Top level definitions for X86 ------- [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombinerHelper.cpp | 1 //=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.cpp ---------- 126 for (const MachineInstr &Use : MRI.use_nodbg_instructions(Dst)) { allUsesHaveSourceMods() local [all...] |
/freebsd-src/crypto/openssl/apps/include/ |
H A D | opt.h | 2 * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 4 * Licensed under the Apache License 2.0 (the "License"). You may not use 17 #define OPT_COMMON OPT_ERR = -1, OPT_EOF = 0, OPT_HELP 53 { "ignore_critical", OPT_V_IGNORE_CRITICAL, '-', \ 55 { "issuer_checks", OPT_V_ISSUER_CHECKS, '-', "(deprecated)"}, \ 56 { "crl_check", OPT_V_CRL_CHECK, '-', "check leaf certificate revocation" }, \ 57 { "crl_check_all", OPT_V_CRL_CHECK_ALL, '-', "check full chain revocation" }, \ 58 { "policy_check", OPT_V_POLICY_CHECK, '-', "perform rfc5280 policy checks"}, \ 59 { "explicit_policy", OPT_V_EXPLICIT_POLICY, '-', \ 60 "set policy variable require-explicit-policy"}, \ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information ----*- C++ -*- [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 1 //===-- ReportRetriever.cpp -------- [all...] |
/freebsd-src/contrib/elftoolchain/ar/ |
H A D | ar.c | 1 /*- 7 * Redistribution and use in source and binary forms, with or without 22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29 /*- 36 * Redistribution and use in source and binary forms, with or without 54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 75 ELFTC_VCSID("$Id: ar.c 3629 2018-09-30 19:26:28Z jkoshy $"); 110 bsdar->output = stdout; in main() [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ObjCRuntime.h | 1 //===- ObjCRuntime.h - Objective-C Runtime Configuration --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// Defines types useful for describing an Objective-C runtime. 12 //===----------------------------------------------------------------------===// 27 /// The basic abstraction for the target Objective-C runtime. 30 /// The basic Objective-C runtimes that we know about. 32 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS 33 /// X platforms that use the non-fragile ABI; the version is a 37 /// 'macosx-fragile' is the Apple-provided NeXT-derived runtime on [all …]
|
/freebsd-src/crypto/openssl/apps/ |
H A D | rsautl.c | 2 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 4 * Licensed under the Apache License 2.0 (the "License"). You may not use 39 {"help", OPT_HELP, '-', "Display this summary"}, 40 {"sign", OPT_SIGN, '-', "Sign with private key"}, 41 {"verify", OPT_VERIFY, '-', "Verify with public key"}, 42 {"encrypt", OPT_ENCRYPT, '-', "Encrypt with public key"}, 43 {"decrypt", OPT_DECRYPT, '-', "Decrypt with private key"}, 45 {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"}, 52 {"pubin", OPT_PUBIN, '-', "Input is an RSA public"}, 53 {"certin", OPT_CERTIN, '-', "Input is a cert carrying an RSA public key"}, [all …]
|
H A D | pkcs8.c | 2 * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved. 4 * Licensed under the Apache License 2.0 (the "License"). You may not use 34 {"help", OPT_HELP, '-', "Display this summary"}, 36 {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"}, 38 {"v1", OPT_V1, 's', "Use PKCS#5 v1.5 and cipher"}, 39 {"v2", OPT_V2, 's', "Use PKCS#5 v2.0 and cipher"}, 40 {"v2prf", OPT_V2PRF, 's', "Set the PRF algorithm to use with PKCS#5 v2.0"}, 46 {"nocrypt", OPT_NOCRYPT, '-', "Use or expect unencrypted private key"}, 51 {"topk8", OPT_TOPK8, '-', "Output PKCS8 file"}, 53 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"}, [all …]
|
/freebsd-src/contrib/libevent/sample/ |
H A D | hostcheck.c | 8 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. 14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 28 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel@haxx.se>. 32 Permission to use, copy, modify, and distribute this software for any purpose 41 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 45 be used in advertising or otherwise to promote the sale, use or other dealings 52 /* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because 57 case 'a': in Curl_raw_toupper() 59 case 'b': in Curl_raw_toupper() 61 case 'c': in Curl_raw_toupper() [all …]
|
/freebsd-src/contrib/ntp/sntp/libevent/sample/ |
H A D | hostcheck.c | 8 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. 14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 28 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel@haxx.se>. 32 Permission to use, copy, modify, and distribute this software for any purpose 41 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 45 be used in advertising or otherwise to promote the sale, use or other dealings 52 /* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because 57 case 'a': in Curl_raw_toupper() 59 case 'b': in Curl_raw_toupper() 61 case 'c': in Curl_raw_toupper() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ------- [all...] |
/freebsd-src/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 5 dnl be here or in another m4 macro used by the top-level and sntp 35 case "$build" in 36 *-*-irix6.1*) # 64 bit only 39 *-*-irix6*) # 6.2 (and later?) 42 *-*-solaris2.5.1) 45 *-*-unicosmp*) 50 case "$ac_busted_vpath_in_make$srcdir" in 53 *) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | grep 'GNU Make'`" in 60 case "$host" in 61 *-*-aix4*) [all …]
|
/freebsd-src/usr.sbin/mergemaster/ |
H A D | mergemaster.sh |
|
/freebsd-src/contrib/atf/atf-sh/ |
H A D | atf-sh.3 | 4 .\" Redistribution and use in source and binary forms, with or without 20 .\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 50 .Nd POSIX shell API to write ATF-based test programs 112 .Xr atf-sh 1 114 .Bd -literal -offset indent 115 #! /usr/bin/env atf-sh 118 Shell-based test programs always follow this template: 119 .Bd -literal -offset indent 122 ... first test case's header ... [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVRegisterBankInfo.cpp | 1 //===-- RISCVRegisterBankInfo.cpp -------- [all...] |
/freebsd-src/usr.sbin/bhyve/amd64/ |
H A D | xmsr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Redistribution and use in source and binary forms, with or without 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 53 case 0xd04: /* Sandy Bridge uncore PMCs */ in emulate_wrmsr() 54 case 0xc24: in emulate_wrmsr() 56 case MSR_BIOS_UPDT_TRIG: in emulate_wrmsr() 58 case MSR_BIOS_SIGN: in emulate_wrmsr() 65 case MSR_HWCR: in emulate_wrmsr() [all …]
|
/freebsd-src/contrib/openpam/lib/libpam/ |
H A D | pam_get_item.c | 1 /*- 2 * Copyright (c) 2002-2003 Networks Associates Technology, Inc. 3 * Copyright (c) 2004-2017 Dag-Erling Smørgrav 8 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 11 * Redistribution and use in source and binary forms, with or without 29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 61 case PAM_SERVICE: in pam_get_item() 62 case PAM_USER: in pam_get_item() 63 case PAM_AUTHTOK: in pam_get_item() [all …]
|
/freebsd-src/share/examples/tests/tests/atf/ |
H A D | printf_test.c | 2 * SPDX-License-Identifier: BSD-3-Clause 7 * Redistribution and use in source and binary forms, with or without 26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 37 * (see atf-c-api(3)). 43 * use a similar naming scheme for your own tests. 46 #include <atf-c.h> 51 * This is the simplest form of a test case definition: a test case 54 * In most cases, this is the definition you will want to use. However, 55 * make absolutely sure that the test case name is descriptive enough. [all …]
|
/freebsd-src/libexec/ypxfr/ |
H A D | ypxfr_misc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 7 * Redistribution and use in source and binary forms, with or without 15 * 3. All advertising materials mentioning features or use of this software 18 * 4. Neither the name of the author nor the names of any co-contributors 28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 50 case YPXFR_SUCC: in ypxfrerr_string() 53 case YPXFR_AGE: in ypxfrerr_string() 56 case YPXFR_NOMAP: in ypxfrerr_string() [all …]
|
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_begemot.c | 1 /*- 2 * Copyright (c) 2005-2006. 8 * Redistribution of this software and documentation and use in source and 24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 44 case SNMP_OP_GET: in op_begemot() 45 switch (value->var.subs[sub - 1]) { in op_begemot() 47 case LEAF_begemotHrStorageUpdate: in op_begemot() 48 value->v.uint32 = storage_tbl_refresh; in op_begemot() 51 case LEAF_begemotHrFSUpdate: in op_begemot() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.h | 1 //===--- PPC.h - Declare PPC target feature support ------ [all...] |
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | asloptions.c | 3 * Module Name: asloptions - compiler command line processing 11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. 18 * you this software, covering your right to use that party's intellectual 25 * make derivatives, distribute, use and display any portion of the Covered 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 30 * patents that are infringed by the Original Intel Code, to make, use, sell, 76 * Intel shall be used in advertising or otherwise to promote the sale, use or 91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE O [all...] |
/freebsd-src/sys/dev/syscons/ |
H A D | scvesactl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1998 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 10 * Redistribution and use in source and binary forms, with or without 25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 63 case SW_TEXT_132x25: case SW_TEXT_132x30: in vesa_ioctl() 64 case SW_TEXT_132x43: case SW_TEXT_132x50: in vesa_ioctl() 65 case SW_TEXT_132x60: in vesa_ioctl() 66 if (!(scp->sc->adp->va_flags & V_ADP_MODECHANGE)) in vesa_ioctl() [all …]
|
/freebsd-src/sys/dev/iwn/ |
H A D | if_iwn_debug.h | 1 /*- 2 * Copyright (c) 2013 Cedric GROSS <c.gross@kreiz-it.fr> 4 * Copyright (c) 2007-2009 10 * Permission to use, copy, modify, and distribute this software for any 18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 20 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 45 IWN_DEBUG_AMPDU = 0x00020000, /* A-MPDU specific Tx */ 53 if (sc->sc_debug & (m)) \ 62 case IWN_UC_READY: return "UC_READY"; in iwn_intr_str() 63 case IWN_ADD_NODE_DONE: return "ADD_NODE_DONE"; in iwn_intr_str() [all …]
|