/freebsd/crypto/openssl/test/ |
H A D | ssl_test.tmpl | 1 [{-$testname-}] 2 ssl_conf = {-$testname-}-ssl 4 [{-$testname-}-ssl] 5 server = {-$testname-}-server 6 client = {-$testname-}-client{- 10 $OUT .= "\nserver2 = $testname-server2"; 12 $OUT .= "\nserver2 = $testname-server"; 15 $OUT .= "\nresume-server = $testname-resume-server"; 17 $OUT .= "\nresume-server = $testname-server"; 20 $OUT .= "\nresume-client = $testname-resume-client"; [all …]
|
/freebsd/share/doc/papers/timecounter/ |
H A D | tmac.usenix | 68 .nr Ic -0.2i 72 'sp |10.4i-\\n(FUu 74 'sp |10.4i-\\n(FUu \" how many traps could there be? 76 'sp |10.4i-\\n(FUu 98 ' nr QS 11i+0.5v-1u+\\nyu 122 .nr y 0-\\nb 123 .nr QQ 11i-\\nb 153 .vs -1 162 .nr y -\\n(dn 163 .nr QR 11i-1v-1u+\\nyu \" y is negative [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_headers.3 | 3 .\" Copyright (c) 2014-2022 Ingo Schwarze <schwarze@openbsd.org> 42 .Bl -dash -offset indent -compact 75 .Bl -tag -width Ds 76 .It Qq Pa mandoc_aux.h 96 .It Qq Pa mandoc_dbg.h 113 .It Qq Pa mandoc_ohash.h 129 .It Qq Pa mandoc.h 153 .It Qq Pa roff.h 189 .It Qq Pa tbl.h 213 .It Qq Pa eqn.h [all …]
|
/freebsd/sbin/devd/ |
H A D | devd.conf.5 | 26 .\" Copyright (c) 1999-2000 by Internet Software Consortium 59 .Bl -tag -width ".Ic options" 94 .Bd -literal -offset indent 101 .Ss Sub-statements 102 The following sub-statements are supported within the 105 .Bl -tag -width ".Ic directory" 106 .It Ic directory Qq Ar /some/path ; 114 .It Ic pid-file Qq Pa /var/run/devd.pid ; 116 .It Ic set Ar regexp-name Qq Ar (some|regexp) ; 118 .Ar regexp-name . [all …]
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | vdevprops.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 29 .Nd native and user-defined properties of ZFS vdevs 32 Properties are divided into two types, native properties and user-defined 33 .Pq or Qq user 36 In addition, native properties are either editable or read-only. 46 Properties are not inherited from top-level vdevs, with the exception of 49 The values of numeric properties can be specified using human-readable suffixes 61 The values of non-numeric properties are case sensitive and must be lowercase. 63 The following native properties consist of read-only statistics about the 66 .Bl -ta [all...] |
H A D | zpoolprops.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 41 Some properties are read-only statistics while others are configurable and 50 The following are read-only properties: 51 .Bl -tag -width "unsupported@guid" 79 .Xr zpool-prefetch 8 . 81 Total on-disk size of the deduplication table. 85 On whole-disk vdevs, this is the space beyond the end of the GPT – 89 added to the pool – most likely by resizing it in-place. 143 .Xr zpool-scrub 8 [all …]
|
H A D | zfsprops.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved. 38 .\" Copyright (c) 2019, Kjeld Schouten-Lebbing 47 .Nd native and user-defined properties of ZFS datasets 50 Properties are divided into two types, native properties and user-defined 56 In addition, native properties are either editable or read-only. 70 The values of numeric properties can be specified using human-readable suffixes 87 The values of non-numeric properties are case sensitive and must be lowercase, 94 The following native properties consist of read-only statistics about the 98 .Bl -tag -width "usedbyrefreservation" [all …]
|
/freebsd/share/man/man4/ |
H A D | snd_emu10kx.4 | 2 .\" Copyright (c) 2003-2007 Yuriy Tsibizov 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 60 for details), and MPU401-compatible MIDI I/O controller, which is accessible 68 .Bl -bullet -compact 94 .Bl -bullet -compact 96 Creative Sound Blaster Live!\& 24-Bit, identified by 104 .Qq Li "CA0106-DAT Audigy LS" . 106 All other Creative sound cards with -DAT chipsets. 108 All Creative X-Fi series sound cards. [all …]
|
H A D | ng_rfc1490.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 47 node type performs protocol encapsulation, de-encapsulation, and 79 .Bl -tag -width ".Va downstream" 91 .Bl -tag -width foo 96 .Bl -tag -width ".Qq Li ietf-snap" 97 .It Qq Li ietf-ip 99 .It Qq Li ietf-snap 102 .It Qq Li cisco
|
H A D | hwpstate_intel.4 | 35 .Bd -ragged -offset indent 41 driver provides support for hardware-controlled performance states on Intel 44 .Bl -tag -width indent 51 .Dv Qq 0 54 Selects between package-level control (the default) and per-core control. 55 .Dv Qq 1 56 selects package-level control and 57 .Dv Qq 0 58 selects core-level control. 64 .Bl -tag -width indent [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | broken.t | 12 my $r = Text::Template->new( 14 SOURCE => '{1/0}',)->fill_in(); 18 # (2) BROKEN sub called in ->new? 20 my $r = Text::Template->new( 23 BROKEN => sub { '---' },)->fill_in(); 24 is $r, q{---}; 27 # (3) BROKEN sub called in ->fill_in? 29 my $r = Text::Template->new( 31 SOURCE => '{1/0}',)->fill_in(BROKEN => sub { '---' }); 32 is $r, q{---}; [all …]
|
H A D | safe.t | 22 $BADOP = qq{}; 26 $BADOP = qq{kill 0}; 32 my $c = Safe->new or die; 37 my $template1 = Text::Template->new(type => 'STRING', source => $goodtemplate); 38 my $template2 = Text::Template->new(type => 'STRING', source => $goodtemplate); 40 my $text1 = $template1->fill_in(); 43 my $text2 = $template1->fill_in(SAFE => $c); 46 my $text3 = $template2->fill_in(SAFE => $c); 49 # (4) Safe and non-safe fills of different template objects with the 58 # (5) Safe and non-safe fills of the same template object [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-create.8 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nm zpool-create 45 .Oo Fl O Ar file-system-property Ns = Ns Ar value Oc Ns … 56 .Pq Qq Sy _ , 58 .Pq Qq Sy \&- , 60 .Pq Qq Sy \&: , 62 .Pq Qq Sy \&\ , 64 .Pq Qq Sy \&. . 107 An attempt to combine redundant and non-redundant storage in a single pool, [all …]
|
H A D | zpool-attach.8 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 34 .Nm zpool-attach 50 is a RAID-Z device, or a mirror/plain device. 53 .Pq e.g. specified as Qo Li sda Qc or Qq Li mirror-7 , 61 automatically transforms into a two-way mirror of 67 is part of a two-way mirror, attaching 69 creates a three-way mirror, and so on. 74 If the existing device is a RAID-Z device 75 .Pq e.g. specified as Qq Ar raidz2-0 , [all …]
|
/freebsd/lib/libstdbuf/ |
H A D | libstdbuf.3 | 46 .Bl -tag -width size -offset indent 56 .Bl -tag -width size -offset indent 57 .It Qq 0 59 .It Qq L 61 .It Qq B 75 is used to force it to be line-buffered so 78 .Bd -literal -offset indent 80 STDBUF_1=L awk '$2 > 1 || $3 > 1' | cat -n 95 .An -nosplit
|
/freebsd/usr.bin/stdbuf/ |
H A D | stdbuf.1 | 49 .Bl -tag -width Ds 72 .Bl -tag -width size -offset indent 73 .It Qq 0 75 .It Qq L 77 .It Qq B 91 is used to force it to be line-buffered so 94 .Bd -literal -offset indent 95 # vmstat 1 | stdbuf -o L awk '$2 > 1 || $3 > 1' | cat -n 106 .An -nosplit
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_tools.sh | 3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound 5 sudo apt-get -qq update 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
H A D | install_ndk.sh | 3 if [ -z "$ANDROID_SDK_ROOT" ]; then 9 if [ -z "$ANDROID_NDK_ROOT" ]; then 19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet… 26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-… 33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT"; 40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME"; 46 if ! mv "$HOME/android-ndk-r20b" "$ANDROID_NDK_ROOT"; 48 echo "Failed to move $HOME/android-ndk-r20b to $ANDROID_NDK_ROOT" 52 rm -f "$HOME/android-sdk.zip" 53 rm -f "$HOME/android-ndk.zip"
|
/freebsd/contrib/openbsm/ |
H A D | .travis.yml | 4 - clang 5 - gcc 8 - linux 9 - osx 12 - if [ $TRAVIS_OS_NAME == "linux" ]; then 13 sudo apt-get -qq update; 14 sudo apt-get -qq install byacc flex; 18 export CFLAGS="-I/usr/local/opt/openssl/include $CFLAGS"; 19 export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS";
|
/freebsd/contrib/unifdef/ |
H A D | .travis.yml | 6 - linux 7 - osx 10 - gcc 11 - clang 16 - os: linux 21 - os: linux 27 - os: linux 29 compiler: i586-mingw32msvc-gcc 32 - compiler: i586-mingw32msvc-gcc 35 - env | grep -v "encrypted" | LC_ALL=C sort [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_ca.t | 2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 23 my $cnf = srctop_file("test","ca-and-certs.cnf"); 25 . srctop_file("apps", $^O eq "VMS" ? "openssl-vms.cnf" : "openssl.cnf") 32 my $cakey = srctop_file("test", "certs", "ca-key.pem"); 33 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); 35 if !ok(run(perlapp(["CA.pl","-newca", 36 "-extra-req", "-key $cakey"], stdin => undef)), 39 my $eekey = srctop_file("test", "certs", "ee-key.pem"); 40 $ENV{OPENSSL_CONFIG} = qq(-config "$cnf"); 42 if !ok(run(perlapp(["CA.pl","-newreq", [all …]
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 33 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ 35 * lpc -- line printer control program -- commands: 62 #define KQT_LFERROR -2 63 #define KQT_KILLFAIL -1 82 QSEL_UNKNOWN = -1, /* ... not selected yet */ 91 static char *generic_msg; /* if a -msg was specified */ 93 static void (*generic_wrapup)(int _last_status); /* perform rtn wrap-up */ 106 * either include `-msg', or only the first parameter in generic() [all …]
|
/freebsd/sbin/dhclient/ |
H A D | dhclient.conf.5 | 54 file is a free-form ASCII text file. 55 It is parsed by the recursive-descent parser built into 58 Keywords in the file are case-insensitive. 77 reasonable timing behaviour will be used by default - one which 83 .Bl -tag -width indent 105 .It Ic select-timeout Ar time ; 115 .Ic select-timeout 120 .Ic select-timeout 124 .Ic select-timeout 125 is zero seconds - that is, the client will take the first offer it sees. [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.atom.3 | 44 .Bl -tag -width "Li PMC_CLASS_IAP" 46 Fixed-function counters that count only one hardware event per counter. 58 .%B "IA-32 Intel(R) Architecture Software Developer's Manual" 60 .%N "Order Number 253669-027US" 69 .Bl -column "PMC_CAP_INTERRUPT" "Support" 86 .Bl -tag -width indent 94 Configure the PMC to count the number of de-asserted to asserted 120 Events that require core-specificity to be specified use a 126 .Bl -tag -width indent 142 .Bl -tag -width indent [all …]
|
H A D | pmc.core2.3 | 44 .Bl -tag -width "Li PMC_CLASS_IAP" 46 Fixed-function counters that count only one hardware event per counter. 58 .%B "IA-32 Intel(R) Architecture Software Developer's Manual" 60 .%N "Order Number 253669-027US" 67 Not all CPUs in this family implement fixed-function counters. 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 93 Configure the PMC to count the number of de-asserted to asserted 119 Events that require core-specificity to be specified use a 125 .Bl -tag -width indent [all …]
|