/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | README.md | 1 Selecting algorithm implementations by properties 4 Properties are associated with algorithms and are used to select between 14 * Providers will often give the same implementation properties to most or 16 across an entire provider. Likewise for, hardware, accelerated, software, 22 * ... property queries are very common. These must be fast. 32 * That definition is uncommon and queries are very common, we can treat 38 values) of all properties and to reference these instead of duplicating 42 properties can be sorted by the string index which makes comparisons linear 43 time rather than quadratic time - the O(n log n) sort cost being amortised. 46 properties are used and not algorithm properties, or at least these are [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_config.cpp | 14 // may be used to endorse or promote products derived from this software 17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 #include "cli/common.ipp" 49 /// \param properties The key/value map representing all the configuration 54 print_all(cmdline::ui* ui, const config::properties_map& properties) in print_all() argument 56 for (config::properties_map::const_iterator iter = properties.begin(); in print_all() 57 iter != properties.end(); iter++) in print_all() 58 ui->out(F("%s = %s") % (*iter).first % (*iter).second); in print_all() 66 /// \param properties The key/value map representing all the configuration [all …]
|
/netbsd-src/usr.sbin/wsmoused/ |
H A D | wsmoused.conf.5 | 6 .\" This code is derived from software contributed to The NetBSD Foundation 16 .\" from this software without specific prior written permission. 18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 47 .Em properties . 48 The file format is free-form: new line markers are ignored as well as 79 A mode inherits properties defined in the global scope. 81 .Bd -literal -offset indent 95 .Ss Properties common to all modes 96 The following properties can be defined in the global scope, thus [all …]
|
H A D | config_yacc.y | 7 * This code is derived from software contributed to The NetBSD Foundation 16 * derived from this software without specific prior written 19 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS 29 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 78 Conf->b_name = strdup("global"); } 82 Can contain mode properties (common to all modes) and mode definitions. */ 99 { $4->b_name = strdup($2); 103 $$->b_name = strdup($2); } 106 /* Matches a mode and returns a block defining it. Contains properties */ 119 p->p_name = strdup($1); [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/man/ |
H A D | msgcomm.1 | 2 .TH MSGCOMM "1" "November 2006" "GNU gettext-tools 0.16.1" GNU 4 msgcomm \- match two message catalogs 11 Find messages which are common to two or more of the specified PO files. 12 By using the \fB\-\-more\-than\fR option, greater commonality may be requested 13 before messages are printed. Conversely, the \fB\-\-less\-than\fR option may be 15 \fB\-\-less\-than\fR=\fI2\fR will only print the unique messages). Translations, 26 \fB\-f\fR, \fB\-\-files\-from\fR=\fIFILE\fR 29 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR 32 If input file is -, standard input is read. 35 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR [all …]
|
H A D | msgcat.1 | 2 .TH MSGCAT "1" "November 2006" "GNU gettext-tools 0.16.1" GNU 4 msgcat \- combines several message catalogs 12 Find messages which are common to two or more of the specified PO files. 13 By using the \fB\-\-more\-than\fR option, greater commonality may be requested 14 before messages are printed. Conversely, the \fB\-\-less\-than\fR option may be 16 \fB\-\-less\-than\fR=\fI2\fR will only print the unique messages). Translations, 17 comments and extract comments will be cumulated, except that if \fB\-\-use\-first\fR 27 \fB\-f\fR, \fB\-\-files\-from\fR=\fIFILE\fR 30 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR 33 If input file is -, standard input is read. [all …]
|
/netbsd-src/share/man/man7/ |
H A D | tests.atf.7 | 15 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND 25 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 55 a third-party package shipped with 73 .Bl -bullet -offset indent 91 third-party packages or manual modifications to configuration files) do not 102 .Bd -literal -offset indent 108 .Bd -literal -offset indent 110 $ atf-run | atf-report 123 .Bd -literal -offset indent 125 $ atf-run | tee ~/tests.log | atf-report [all …]
|
/netbsd-src/external/public-domain/xz/dist/doc/ |
H A D | lzma-file-format.txt | 10 1.1.1. Properties 22 The MIME type of the .lzma format is `application/x-lzma'. 24 The most commonly used software to handle .lzma files are 25 LZMA SDK, LZMA Utils, 7-Zip, and XZ Utils. This document 43 Last modified: 2011-04-12 11:55+0300 48 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+ 50 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+ 52 The .lzma format file consist of 13-byte Header followed by 69 +------------+----+----+----+----+--+--+--+--+--+--+--+--+ 70 | Properties | Dictionary Size | Uncompressed Size | [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
H A D | LLVM.Cpp.Common.props | 2 <!-- The general order of executing an MSBuild file is roughly: 6 4) │ └─ Import This File (LLVM.Cpp.Common.props) 7 5) │─ Core logic of vcxproj (define files, override properties, etc) 17 --> 20 <!-- This initializes the values in Properties > General > Output Directory. 21 Builds will fail without this. --> 33 <!-- Short names for platform toolsets (added to project name in Solution Explorer) --> 38 <!-- Find an installed LLVM and set up our paths. --> 40 <LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM)</LLVMInstallDir> 41 …<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow64… [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/doc/ |
H A D | kyuafile.5.in | 14 .\" may be used to endorse or promote products derived from this software 17 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27 .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 58 .Bd -literal -offset indent 63 -- Declare the test programs that are in this directory. 70 -- Recurse into any subdirectories that may have other tests. 80 backwards-incompatible modifications to the file can be introduced. 95 the most common style is to list a single test suite name for the whole 100 scoping for the run-time configuration variables that these programs 108 optional metadata properties that describe such test program. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | accessors.m | 2 Copyright (C) 2010-2022 Free Software Foundation, Inc. 7 GCC is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 18 3.1, as published by the Free Software Foundation. 25 #include "objc-private/common.h" 31 synthesizing accessors (getters/setters) for properties. The 37 /* Properties can be "atomic", which requires protecting them from 47 operating on unrelated properties, will have to wait for each other 48 because the properties use the same lock. 16 seems big enough at 52 …ESSORS_HASH(POINTER) ((((size_t)POINTER >> 8) ^ (size_t)POINTER) & (ACCESSORS_NUMBER_OF_LOCKS - 1)) [all …]
|
H A D | ivars.c | 2 Copyright (C) 2010-2022 Free Software Foundation, Inc. 7 GCC is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 18 3.1, as published by the Free Software Foundation. 25 #include "objc-private/common.h" 27 #include "objc-private/module-abi-8.h" /* For runtime structures */ 29 #include "objc-private/runtime.h" /* the kitchen sink */ 40 struct objc_ivar_list *ivars = class_->ivars; in class_getInstanceVariable() 45 for (i = 0; i < ivars->ivar_count; i++) in class_getInstanceVariable() 47 struct objc_ivar *ivar = &(ivars->ivar_list[i]); in class_getInstanceVariable() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | accessors.m | 2 Copyright (C) 2010-2020 Free Software Foundation, Inc. 7 GCC is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 18 3.1, as published by the Free Software Foundation. 25 #include "objc-private/common.h" 31 synthesizing accessors (getters/setters) for properties. The 37 /* Properties can be "atomic", which requires protecting them from 47 operating on unrelated properties, will have to wait for each other 48 because the properties use the same lock. 16 seems big enough at 52 …ESSORS_HASH(POINTER) ((((size_t)POINTER >> 8) ^ (size_t)POINTER) & (ACCESSORS_NUMBER_OF_LOCKS - 1)) [all …]
|
H A D | ivars.c | 2 Copyright (C) 2010-2020 Free Software Foundation, Inc. 7 GCC is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 18 3.1, as published by the Free Software Foundation. 25 #include "objc-private/common.h" 27 #include "objc-private/module-abi-8.h" /* For runtime structures */ 29 #include "objc-private/runtime.h" /* the kitchen sink */ 40 struct objc_ivar_list *ivars = class_->ivars; in class_getInstanceVariable() 45 for (i = 0; i < ivars->ivar_count; i++) in class_getInstanceVariable() 47 struct objc_ivar *ivar = &(ivars->ivar_list[i]); in class_getInstanceVariable() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | options.texi | 1 @c Copyright (C) 2003-2022 Free Software Foundation, Inc. 8 @cindex @samp{optc-gen.awk} 10 Most GCC command-line options are described by special option 16 * Option properties:: Supported option properties 35 @xref{Option properties}. 51 @code{Var} properties. 73 @file{options.cc} or @file{options-save.cc} file should include. This 83 the string @samp{Enum}, a space-separated list of properties and help 84 text used to describe the set of strings in @option{--help} output. 85 Properties use the same format as option properties; the following are [all …]
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | makefile.com | 2 $! Makefile.com - builds GNU Make for VMS 4 $! P1 is non-empty if you want to link with the VAXCRTL library instead 11 $! zinser@decus.de (preferred) or zinser@sysdev.deutsche-boerse.com 43 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]DECC$RTLDEF.DIR").nes."" - 44 then lval = "SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF]," 45 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]SYS$STARLET_C.DIR").nes."" - 46 then lval = lval+"SYS$COMMON:[DECC$LIB.REFERENCE.SYS$STARLET_C]," 69 $ filelist = "alloca ar arscan commands default dir expand file function " + - 70 "hash implicit job main misc read remake remote-stub rule " + - 71 "signame variable version vmsfunctions vmsify vpath " + - [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/contrib/ |
H A D | Findsodium.cmake | 4 # copyright and related and neighboring rights to this software to the 5 # public domain worldwide. This software is distributed without any warranty. 8 # along with this software. If not, see 51 # import pkg-config 115 … string(REGEX REPLACE ".*ARCH_VALUE ([a-zA-Z0-9_]+).*" "\\1" _TARGET_ARCH "${_COMPILATION_LOG}") 128 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 60") 130 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 50") 212 # common stuff 253 set_target_properties(sodium PROPERTIES 259 set_target_properties(sodium PROPERTIES [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/builds/ |
H A D | Makefile.in | 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgcat.c | 2 Copyright (C) 2001-2006 Free Software Foundation, Inc. 5 This program is free software; you can redistribute it and/or modify 7 the Free Software Foundation; either version 2, or (at your option) 16 along with this program; if not, write to the Free Software Foundation, 17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 31 #include "dir-list.h" 32 #include "str-list.h" 33 #include "file-list.h" 35 #include "error-progname.h" 40 #include "read-catalog.h" [all …]
|
H A D | msgcomm.c | 1 /* GNU gettext - internationalization aids 2 Copyright (C) 1997-1998, 2000-2006 Free Software Foundation, Inc. 6 This program is free software; you can redistribute it and/or modify 8 the Free Software Foundation; either version 2, or (at your option) 17 along with this program; if not, write to the Free Software Foundation, 18 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 31 #include "dir-list.h" 32 #include "str-list.h" 33 #include "file-list.h" 35 #include "error-progname.h" [all …]
|
/netbsd-src/share/man/man3/ |
H A D | cdefs.3 | 6 .\" This code is derived from software contributed to The NetBSD Foundation 18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 35 .Nd common definitions and macros 41 header includes some common definitions and macros 45 .Bl -bullet -offset indent 47 Certain C language properties and definitions that 89 .Bd -literal -offset indent 90 /*-
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | options.texi | 1 @c Copyright (C) 2003-2020 Free Software Foundation, Inc. 8 @cindex @samp{optc-gen.awk} 10 Most GCC command-line options are described by special option 16 * Option properties:: Supported option properties 35 @xref{Option properties}. 51 @code{Var} properties. 73 @file{options.c} or @file{options-save.c} file should include. This 83 the string @samp{Enum}, a space-separated list of properties and help 84 text used to describe the set of strings in @option{--help} output. 85 Properties use the same format as option properties; the following are [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/ |
H A D | zfs.h | 5 * Common Development and Distribution License (the "License"). 86 * Dataset properties are identified by these constants and must be added to 89 * the property table in usr/src/common/zfs/zfs_prop.c. 179 * Pool properties are identified by these constants and must be added to the 182 * the property table in usr/src/common/zfs/zpool_prop.c. 216 #define ZPROP_CONT -2 217 #define ZPROP_INVAL -1 237 * indicating that the dataset has received properties on or after 238 * SPA_VERSION_RECVD_PROPS. The first such receive blows away local properties 239 * just as it did in earlier versions, and thereafter, local properties are [all …]
|
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
H A D | zpool.8 | 3 .\" Copyright (c) 2013-2014, Xin Li <delphij@FreeBSD.org>. 7 .\" Common Development and Distribution License (the "License"). 27 .\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 302787 2016-07-13 21:27:10Z vangyzen $ 56 .Op Fl O Ar file-system-property Ns = Ns Ar value 203 .Bl -tag -width "XXXXXX" 229 .Pq Em N-1 235 .Sy RAID-5 237 .Qq Sy RAID-5 245 group can have single-, double- , or triple parity, meaning that the 250 type specifies a single-parity [all …]
|
/netbsd-src/external/bsd/atf/dist/doc/ |
H A D | atf-test-program.1 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND 26 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 33 .Nm atf-test-program 34 .Nd common interface to ATF test programs 44 Test programs written using the ATF libraries all share a common user 48 .Em what is described in this manual page is the command-line interface 49 .Em exposed by the atf-c, atf-c++ and atf-sh bindings . 60 .Xr atf-test-case 4 . 65 .Xr atf-run 1 , 70 test cases alongside their meta-data properties in a format that is [all …]
|