| /freebsd/tools/build/ |
| H A D | checkstyle9.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 47 $P [OPTION]... [GIT-REV-LIST] 52 -q, --quiet quiet 53 --patch treat FILE as patchfile 54 --branch treat args as GIT revision list 55 --emacs emacs compile window format 56 --terse one line per report 57 -f, --file treat FILE as regular source file 58 --strict fail if only warnings are found 59 --no-summary suppress the per-file summary [all …]
|
| /freebsd/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | t_dots.sh | 31 "top-level directories works" 37 atf_check -s eq:0 -o empty -e empty mkdir a 38 atf_check -s eq:0 -o empty -e empty test -d ./a 39 atf_check -s eq:0 -o empty -e empty test -d a/../a 47 "top-level directories works" 53 atf_check -s eq:0 -o empty -e empty mkdir a 54 atf_check -s eq:0 -o empty -e empty mkdir a/b 55 atf_check -s eq:0 -o empty -e empty test -d a/b/../b 56 atf_check -s eq:0 -o empty -e empty test -d a/b/../../a
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 7 class FF<string name> : Flag<["--"], name>; 8 class JJ<string name>: Joined<["--"], name>; 11 def NAME: Separate<["--"], name>; 12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>, 17 def NAME: Flag<["--"], name>, HelpText<help1>; 18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 23 class F<string name>: Flag<["--", "-"], name>; 24 class J<string name>: Joined<["--", "-"], name>; 26 multiclass Eq<string name, string help> { 27 def NAME: Separate<["--", "-"], name>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 1 //===- IntrinsicsNVVM.td - Defines NVVM intrinsics ---------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines all of the NVVM-specific intrinsics for use with NVPTX. 11 //===----------------------------------------------------------------------===// 13 // The following intrinsics were once defined here, but are now auto-upgraded 14 // to target-generic LLVM intrinsics. 16 // * llvm.nvvm.brev32 --> llvm.bitreverse.i32 17 // * llvm.nvvm.brev64 --> llvm.bitreverse.i64 18 // * llvm.nvvm.clz.i --> llvm.ctlz.i32 [all …]
|
| /freebsd/contrib/lua/src/ |
| H A D | ltests.c | 47 #define obj_at(L,k) s2v(L->ci->func.p + (k)) 55 lua_setfield(L, -2, name); in setnameval() 60 setobj2s(L, L->top.p, o); in pushobject() 76 const char *msg = lua_tostring(L, -1); in tpanic() 87 ** - 0.normal: messages starting with '#' are shown on standard output; 88 ** - other messages abort the tests (they represent real warning 91 ** - 1.allow: all messages are shown; 92 ** - 2.store: all warnings go to the global '_WARN'; 119 if (strlen(msg) >= sizeof(buff) - strlen(buff)) in warnf() 120 badexit("warnf-buffer overflow (%s)\n", msg, buff); in warnf() [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.func.c | 4 /*- 41 static iconv_t catgets_iconv; /* Or (iconv_t)-1 */ 52 static int zlast = -1; 69 Char *cp = t->t_dcom[0]; in isbfunc() 88 if (t->t_dflg & F_AMPERSAND) { in isbfunc() 89 t->t_dflg &= ~F_AMPERSAND; in isbfunc() 101 * non-builtin command. -- JDK 2/4/88 in isbfunc() 103 if (eq(STRwarp, cp) && !checkwarp()) { in isbfunc() 114 bp = bp1 + ((bp2 - bp1) >> 1); in isbfunc() 115 if ((i = ((char) *cp) - *bp->bname) == 0 && in isbfunc() [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 80-test_ssl_old.t | 2 # Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved. 42 my $digest = "-sha1"; 49 my $cnf = srctop_file("test", "ca-and-certs.cnf"); 50 my $CAkey = srctop_file("test", "certs", "ca-key.pem"); # "keyCA.ss" 55 my $Ukey = srctop_file("test", "certs", "ee-key.pem"); # "keyU.ss"; 66 my $P1key= srctop_file("test", "certs", "alt1-key.pem"); # "keyP1.ss"; 70 my $P2key= srctop_file("test", "certs", "alt2-key.pem"); # "keyP2.ss"; 80 # new format in ssl_test.c and add recipes to 80-test_ssl_new.t instead. 85 + 1 # For security level 0 failure tests 100 note('test_ssl_old -- key U'); [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | run_tests.pl | 2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 43 # set to a non-zero value. Can be helpful for detecting uninitialized reads in 50 switches => '-w', 65 # TAP::Harness->new(), they will be accessed directly, see the 91 $key =~ s/(\d+)-/01-/; 98 if ($arg eq 'list') { 100 (my $x = basename($_)) =~ s|^[0-9][0-9]-(.*)\.t$|$1|; 105 if ($arg eq 'alltests') { 109 } elsif ($arg =~ m/^(-?)(.*)/) { 114 # If '-foo' is the first arg, it's short for 'alltests -foo' [all …]
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | proj.tcl | 13 # ----- @module proj.tcl ----- 14 # @section Project-agnostic Helper APIs 32 # despite this code having a handful of near-twins running around a 33 # handful of third-party source trees. 37 # - Symbols with _ separators are intended for internal use within 39 # rely on. Symbols with - separators are public APIs. 41 # - By and large, autosetup prefers to update global state with the 43 # --X. In this developer's opinion that (A) causes more confusion 47 # well-defined variables and leaves the integration of those values 50 # [1]: As an example: testing for the -rpath flag, using [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | Opts.td | 3 class F<string name, string help> : Flag<["--"], name>, HelpText<help>; 4 multiclass Eq<string name, string metavar, string help> { 5 def NAME #_EQ : Joined<["--"], name #"=">, 7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 11 def : Flag<["-"], "h">, HelpText<"Alias for --help">, Alias<help>; 12 def dump_tli : F<"dump-tli", "Dump TLI's list of functions and whether they are available">; 13 defm triple : Eq<"triple", "<triple>", "Target triple">; 14 defm libdir : Eq<"libdir", "<directory>", "Root directory for finding library files">; 16 def report_EQ : Joined<["--"], "report=">, HelpText<"Level of detail to report">, Values<"summary,d…
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/gang_blocks/ |
| H A D | gang_blocks_redundant.ksh | 2 # SPDX-License-Identifier: CDDL-1.0 34 for red in all most some none; do zfs destroy $TESTPOOL/$TESTFS-$red; done 41 log_must zpool create -f -o ashift=9 $TESTPOOL $DISKS 45 log_must zfs create -o redundant_metadata=$red -o recordsize=512 \ 46 $TESTPOOL/$TESTFS-$red 48 log_must zfs set recordsize=8k $TESTPOOL/$TESTFS-$red 50 mountpoint=$(get_prop mountpoint $TESTPOOL/$TESTFS-$red) 55 num_l0_dvas=$(get_first_block $TESTPOOL/$TESTFS-$red file | get_num_dvas) 57 [[ "$num_l0_dvas" -eq 2 ]] || \ 60 [[ "$num_l0_dvas" -eq 1 ]] || \ [all …]
|
| /freebsd/contrib/sqlite3/autosetup/teaish/ |
| H A D | tester.tcl | 16 # ----- @module teaish/tester.tcl ----- 18 # @section TEA-ish Testing APIs. 26 # @test-current-scope ?lvl? 29 # call stack (where the caller's level will be 1 up from _this_ 34 proc test-current-scope {{lvl 0}} { 35 #uplevel [expr {$lvl + 1}] {lindex [info level 0] 0} 36 set ilvl [info level] 37 set offset [expr {$ilvl - $lvl - 1}] 43 return [lindex [info level $offset] 0] 47 # @test-msg [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 1 //===-- SPIRVBuiltins.td - Describe SPIRV Builtins ---------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 14 // Define SPIR-V external builtin/instruction sets 67 //===----------------------------------------------------------------------===// 69 // should be used to expand the builtin into either native SPIR-V instructions 77 //===----------------------------------------------------------------------===// 124 //===----------------------------------------------------------------------===// 131 //===----------------------------------------------------------------------===// [all …]
|
| /freebsd/crypto/openssl/util/ |
| H A D | check-format.pl | 3 # Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved. 4 # Copyright Siemens AG 2019-2022 11 # check-format.pl 12 # - check formatting of C source according to OpenSSL coding style 15 # check-format.pl [-l|--strict-len] [-b|--sloppy-bodylen] 16 # [-s|--sloppy-space] [-c|--sloppy-comment] 17 # [-m|--sloppy-macro] [-h|--sloppy-hang] 18 # [-e|--eol-comment] [-1|--1-stmt] 21 # run self-tests: 22 # util/check-format.pl util/check-format-test-positives.c [all …]
|
| H A D | ck_errf.pl | 2 # Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. 12 # Run in the top level by going 31 -conf FILE Use the named config file FILE instead of the default. 33 -debug Verbose output debugging on stderr. 35 -internal Generate code that is to be built as part of OpenSSL itself. 38 -strict If any error was found, fail with exit code 1, otherwise 0. 40 -help Show this help text. 43 if '-internal' was NOT specified on the command line. 50 last unless $arg =~ /-.*/; 51 $arg = $1 if $arg =~ /-(-.*)/; [all …]
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m0a | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 54 .h1 \s-1#\s+1 * 59 \s-1#\s+1Notes are explained at the end of this Summary and Index 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR. 70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR. 72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size 75 \fB&cs\fI|F\|N\|M\fR off - P Constant character 79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg 81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg [all …]
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | ParseC.pm | 2 # Copyright 2018-2024 The OpenSSL Project Authors. All Rights Reserved. 65 # These are used to convert certain pre-precessor expressions into 87 if (ref($_[$#_]) eq "HASH") { 92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 100 if (ref($_[$#_]) eq "HASH") { 105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 113 if (ref($_[$#_]) eq "HASH") { 117 if ($1 eq "1") { 122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 130 if (ref($_[$#_]) eq "HASH") { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 1 //===-- DependenceAnalysis.cpp - DA Implementation --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 // or a more-or-less detailed description of the dependence between them. 22 // coupled RDIV subscripts and lacks a multi-subscript MIV test. 27 // analysis is using SCEV->delinearize to recover the representation of multiple 29 // delinearization is controlled by the flag -da-delinearize. 35 // Some non-linear subscript pairs can be handled by the GCD test 46 //===----------------------------------------------------------------------===// 48 // In memory of Ken Kennedy, 1945 - 2007 // [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/ata/ |
| H A D | imx-sata.txt | 4 with some special extensions at integration level. 7 - compatible : should be one of the following: 8 - "fsl,imx53-ahci" for i.MX53 SATA controller 9 - "fsl,imx6q-ahci" for i.MX6Q SATA controller 10 - "fsl,imx6qp-ahci" for i.MX6QP SATA controller 11 - interrupts : interrupt mapping for SATA IRQ 12 - reg : registers mapping 13 - clocks : list of clock specifiers, must contain an entry for each 14 required entry in clock-names 15 - clock-names : should include "sata", "sata_ref" and "ahb" entries [all …]
|
| /freebsd/share/man/man4/ |
| H A D | acpi_ibm.4 | 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 80 .Bl -tag -width "subsystem" -offset indent -compact 95 .Bl -tag -width "subsystem" -offset indent -compact 158 .Bl -tag -width indent 160 (read-only) 165 (read-only) 186 .Bl -tag -width indent-two -compact 237 (read-only) 242 .Bl -tag -width indent-two -compact [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | unionfs5.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 30 # "mkdir: mkdir(d2), level 2. mkdir.c:96: No such file or directory" seen 33 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 37 # mount -t cd9660 -o ro /dev/cd0 /usr/src 38 # mount -t unionfs -o noatime /var/obj /usr/src 44 mkdir -p $mp1 $mp2 45 set -e 47 mount | grep -q "on $i " && umount -f $i 50 mdconfig -l | grep -q md$i && mdconfig -d -u $i 53 mdconfig -a -t swap -s 5g -u $md1 [all …]
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | expn.pl | 19 # less magic should apply to command-line addresses 21 # add magic to deal with cross-domain cnames 25 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us> 26 # harry@hofmann.cs.Berkeley.EDU -> harry@tenet (.berkeley.edu) [dead] 27 # bks@cs.berkeley.edu -> shiva.CS (.berkeley.edu) [dead] 28 # dan@tc.cornell.edu -> brown@tiberius (.tc.cornell.edu) 94 # $verbose : -v 95 # $watch : -w 96 # $vw : -v or -w 97 # $debug : -d [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ti,ds90ub960.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DS90UB9XX Family FPD-Link Deserializer Hubs 10 - Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 13 The TI DS90UB9XX devices are FPD-Link video deserializers with I2C and GPIO 17 - $ref: /schemas/i2c/i2c-atr.yaml# 22 - ti,ds90ub960-q1 23 - ti,ds90ub9702-q1 33 clock-names: [all …]
|
| /freebsd/tools/regression/tmpfs/ |
| H A D | h_funcs.subr | 45 # ------------------------------------------------------------------------- 53 if [ -d ${Work_Dir} ]; then 58 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly" 59 [ ${Verbose} -eq 1 ] && echo " failed." 63 # ------------------------------------------------------------------------- 74 # ------------------------------------------------------------------------- 84 if [ $# -gt 0 ]; then 85 mount -t tmpfs "$@" tmpfs ${Work_Dir} || die 87 mount -t tmpfs tmpfs ${Work_Dir} || die 92 # ------------------------------------------------------------------------- [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 1 //===-- ARMBaseInfo.h - Top level definitions for ARM ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // the ARM target useful for the compiler back-end and the MC libraries. 14 //===----------------------------------------------------------------------===// 28 // The CondCodes constants map directly to the 4-bit encoding of the 30 enum CondCodes { // Meaning (integer) Meaning (floating-point) 31 EQ, // Equal Equal enumerator 51 case EQ: return NE; in getOppositeCondition() 52 case NE: return EQ; in getOppositeCondition() [all …]
|