/freebsd/share/man/man1/ |
H A D | builtin.1 | 93 .Nm ls-F , 140 .Nd shell built-in commands 142 See the built-in command description in the appropriate shell manual page. 181 .Dq built-in commands 194 .Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent 196 .It Ic \&! Ta \&No Ta \&No Ta Yes 197 .It Ic % Ta \&No Ta Yes Ta \&No 198 .It Ic \&. Ta \&No Ta \&No Ta Yes 199 .It Ic \&: Ta \&No Ta Yes Ta Yes 200 .It Ic @ Ta \&No Ta Yes Ta \&No [all …]
|
/freebsd/crypto/openssl/providers/ |
H A D | encoders.inc | 2 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 14 #define ENCODER_STRUCTURE_type_specific_keypair "type-specific" 15 #define ENCODER_STRUCTURE_type_specific_params "type-specific" 16 #define ENCODER_STRUCTURE_type_specific "type-specific" 17 #define ENCODER_STRUCTURE_type_specific_no_pub "type-specific" 49 ENCODER_TEXT("RSA", rsa, yes), 50 ENCODER_TEXT("RSA-PSS", rsapss, yes), 52 ENCODER_TEXT("DH", dh, yes), 53 ENCODER_TEXT("DHX", dhx, yes), 56 ENCODER_TEXT("DSA", dsa, yes), [all …]
|
H A D | decoders.inc | 2 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 14 #define DECODER_STRUCTURE_type_specific_keypair "type-specific" 15 #define DECODER_STRUCTURE_type_specific_params "type-specific" 16 #define DECODER_STRUCTURE_type_specific "type-specific" 17 #define DECODER_STRUCTURE_type_specific_no_pub "type-specific" 39 DECODER_w_structure("DH", der, PrivateKeyInfo, dh, yes), 40 DECODER_w_structure("DH", der, SubjectPublicKeyInfo, dh, yes), 41 DECODER_w_structure("DH", der, type_specific_params, dh, yes), 42 DECODER_w_structure("DH", der, DH, dh, yes), 43 DECODER_w_structure("DHX", der, PrivateKeyInfo, dhx, yes), [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | sh-flags.mk | 1 # $NetBSD: sh-flags.mk,v 1.4 2020/12/12 12:19:18 rillig Exp $ 5 # switches interact in various non-obvious ways. To analyze the interactions, 18 opt-ignerr.yes= -i 19 opt-jobs.yes= -j1 20 opt-loud.no= -d0 # side effect: make stdout unbuffered 21 opt-loud.yes= -dl # side effect: make stdout unbuffered 22 opt-no-action.yes= -n 23 opt-silent.yes= -s 24 opt-xtrace.yes= -dx 25 tgt-always.yes= .MAKE [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #-------- [all...] |
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # file that follow. The default is UTF-8 which is also the encoding used for all 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 54 PROJECT_LOGO = doc/images/LogoInGradientBar2-y100.png 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|
/freebsd/release/ |
H A D | Makefile.firecracker | 5 CLEANDIRS+= ${TARGET}/firecracker-kern ${TARGET}/firecracker-world 8 WITHOUT_VM_ENOENT=WITHOUT_APM=YES WITHOUT_BLUETOOTH=YES WITHOUT_CXGBETOOL=YES \ 9 WITHOUT_FLOPPY=YES WITHOUT_GPIO=YES WITHOUT_MLX5TOOL=YES WITHOUT_USB=YES \ 10 WITHOUT_USB_GADGET_EXAMPLES=YES WITHOUT_VT=YES WITHOUT_WIRELESS=YES 12 WITHOUT_FC_ENOENT=WITHOUT_ACPI=YES WITHOUT_BOOT=YES WITHOUT_BHYVE=YES \ 13 WITHOUT_EFI=YES WITHOUT_FDT=YES WITHOUT_HYPERV=YES \ 14 WITHOUT_LEGACY_CONSOLE=YES WITHOUT_SYSCONS=YES 17 WITHOUT_FC_FEATURES=WITHOUT_DEBUG_FILES=YES WITHOUT_INCLUDES=YES \ 18 WITHOUT_INSTALLLIB=YES WITHOUT_TESTS=YES WITHOUT_TOOLCHAIN=YES 22 firecracker: firecracker-freebsd-kern.bin firecracker-freebsd-rootfs.bin [all …]
|
/freebsd/usr.sbin/periodic/ |
H A D | periodic.conf | 3 # This is defaults/periodic.conf - a file full of useful variables that 30 # with the output of the sub-programs that are run, and where to send 34 daily_diff_flags="-b -U 0" # flags for diff output 36 daily_show_success="YES" # scripts returning 0 37 daily_show_info="YES" # scripts returning 1 40 # 100.clean-disks 42 daily_clean_disks_files="[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*" 44 daily_clean_disks_verbose="YES" # Mention files deleted 46 # 110.clean-tmp [all...] |
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 74 # sub-directories (in 2 levels) under the output directory of each output format [all …]
|
/freebsd/share/man/man5/ |
H A D | periodic.conf.5 | 1 .\"- 54 .Bl -tag -offset 4n -width 2n 121 .Dq Li YES 125 .Dq Li YES , 126 .Dq Li YES 142 .Bl -tag -offset 4n -width 2n 146 .Dq Li YES 159 .Dq Li YES , 165 .Dq Li YES 170 .Dq Li YES [all …]
|
H A D | rc.conf.5 | 93 to store jail-specific configuration options. 120 .Bl -tag -width indent-two 124 .Dq Li YES , 141 .Dq Li YES , 240 .Dq Li YES 268 .Dq Li YES , 269 auto-jail the service with inherited filesystem and other 281 .Dq Li YES , 297 .Dq Li YES , 323 disable auto-loading of kernel modules with [all …]
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 1 dnl NTP top-level configure.ac -*- Autoconf -*- 13 AC_CONFIG_AUX_DIR([sntp/libevent/build-aux]) 31 # safe choice is to bump all on any cache-invalidating change. 33 # In order to avoid the risk of version stamp collision between -stable 34 # and -dev branches, do not simply increment the version, instead use 35 # the date YYYYMMDD optionally with -HHM [all...] |
/freebsd/tools/kerneldoc/subsys/ |
H A D | common-Doxyfile | 3 #--------------------------------------------------------------------------- 5 #--------------------------------------------------------------------------- 6 DOXYFILE_ENCODING = UTF-8 8 CREATE_SUBDIRS = YES 10 BRIEF_MEMBER_DESC = YES 11 REPEAT_BRIEF = YES 25 FULL_PATH_NAMES = YES 31 INHERIT_DOCS = YES 35 OPTIMIZE_OUTPUT_FOR_C = YES 40 SUBGROUPING = YES [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.localtcpstate.ksh.out | 3 ip:::send - yes 4 ip:::receive - yes 5 tcp:::send - yes 6 tcp:::receive - yes 7 tcp:::state-change to syn-sent - yes 8 tcp:::state-change to syn-received - yes 9 tcp:::state-change to established - yes 10 tcp:::state-change to fin-wait-1 - yes 11 tcp:::state-change to close-wait - yes 12 tcp:::state-change to fin-wait-2 - yes [all …]
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 5 dnl Copyright 1998-2010 The OpenLDAP Foundation. 12 dnl A copy of this license is available in the file LICENSE-OPENLDAP in 16 dnl -------------------------------------------------------------------- 21 # OL_THREAD_CHECK([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 27 OL_ARG_WITH(threads,[ --with-threads with threads], 28 auto, [auto nt posix mach pth lwp yes no manual] ) 31 auto*-*-solaris2.[[0-6]]) 39 dnl and threads are auto|yes|posix. 48 *-*-aix*) dnl all AIX is not a good idea. 49 if test -z "$CC" ; then [all …]
|
H A D | snprintf.m4 | 3 # Changed in a backwards-incompatible way to separate HAVE_SNPRINTF from 6 # invoked, directly or indirectly. This allows 3rd-party modules like 12 # Changed to honor hw_force_rpl_snprintf=yes, etc. This is used by NTP 14 # C99-compliant implementations. 29 # ------------------ 38 # ------------------- 47 # --------------- 48 # Set $hw_cv_func_va_copy to "yes" or "no". Define HAVE_VA_COPY to 1 if 49 # $hw_cv_func_va_copy is set to "yes". Note that it's "unspecified whether 67 [hw_cv_func_va_copy=yes], [all …]
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.y | 2 * configparser.y -- yacc grammar for unbound configuration files 4 * Copyright (c) 2001-2006, NLnet Labs. All rights reserved. 225 OUTYY(("\nP(force-toplevel)\n")); 226 cfg_parser->started_toplevel = 0; 233 cfg_parser->started_toplevel = 1; 357 if(cfg_parser->cfg->stubs && 358 !cfg_parser->cfg->stubs->name) 359 yyerror("stub-zone without name"); 366 cfg_parser->started_toplevel = 1; 369 s->next = cfg_parser->cfg->stubs; [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_encrypted.ksh | 1 #!/bin/ksh -p 24 . $STF_SUITE/tests/functional/cli_root/zfs_load-key/zfs_load-key_common.kshlib 37 # ------------------------------------------- 38 # no unspec 0 0 yes inherit no encryption (not tested here) 42 # no off 0 0 yes explicit no encryption 48 # no on 1 0 yes new encryption root 49 # no on 1 1 yes new encryption root 50 # yes unspec 0 0 yes inherit encryption 51 # yes unspec 0 1 no no keyformat specified 52 # yes unspec 1 0 yes new encryption root, crypt inherited [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | doxytmpl.dxy | 1 #--------------------------------------------------------------------------- 3 #--------------------------------------------------------------------------- 4 DOXYFILE_ENCODING = UTF-8 7 BRIEF_MEMBER_DESC = YES 8 REPEAT_BRIEF = YES 22 FULL_PATH_NAMES = YES 30 INHERIT_DOCS = YES 34 OPTIMIZE_OUTPUT_FOR_C = YES 39 SUBGROUPING = YES 40 #--------------------------------------------------------------------------- [all …]
|
/freebsd/tools/kerneldoc/ |
H A D | Doxyfile | 3 #--------------------------------------------------------------------------- 5 #--------------------------------------------------------------------------- 11 BRIEF_MEMBER_DESC = YES 12 REPEAT_BRIEF = YES 16 FULL_PATH_NAMES = YES 22 INHERIT_DOCS = YES 26 OPTIMIZE_OUTPUT_FOR_C = YES 28 SUBGROUPING = YES 29 #--------------------------------------------------------------------------- 31 #--------------------------------------------------------------------------- [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | configure.in | 26 if test "$ac_cv___attribute__" = "yes"; then 30 if test "$ac_cv___attribute___format" = "yes"; then 39 if test "$ac_cv_header_net_pfvar_h" = yes; then 44 if test "$ac_cv_header_net_if_pflog_h" = yes; then 45 LOCALSRC="print-pflog.c $LOCALSRC" 50 if test "$ac_cv_header_netinet_if_ether_h" != yes; then 74 AC_HELP_STRING([--disable-universal],[don't build universal on OS X])) 80 # Leopard. Build for x86 and 32-bit PowerPC, with 83 V_CCOPT="$V_CCOPT -arch i386 -arch ppc" 84 LDFLAGS="$LDFLAGS -arch i386 -arch ppc" [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_utils/include/ |
H A D | qat_utils.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 36 #include <crypto/rijndael/rijndael-api-fst.h> 44 #define QAT_UTILS_WAIT_FOREVER (-1) 87 elementtoadd->pNext = NULL; \ 88 elementtoadd->pPrev = NULL; \ 91 elementtoadd->pPrev = currentptr; \ 92 currentptr->pNext = elementtoadd; \ 93 elementtoadd->pNext = NULL; \ 102 elementtoadd->pNext = NULL; \ [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mdoc.7 | 4 .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org> 64 They provide free-form text to be printed; the formatting of the text 66 .Bd -literal -offset indent 91 A well-formed 116 The following is a well-formed skeleton 120 .Bd -literal -offset indent 169 .Bl -ohang -offset Ds 173 .Bd -literal -offset indent 198 .Bd -literal -offset indent 210 .Bd -literal -offset indent [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | gettext.m4 | 1 # gettext.m4 serial 70 (gettext-0.20) 2 dnl Copyright (C) 1995-2014, 2016, 2018 Free Software Foundation, Inc. 17 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. 18 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010. 23 dnl INTLSYMBOL must be one of 'external', 'use-libtool'. 25 dnl 'use-libtool' for the packages 'gettext-runtime' and 'gettext-tools'. 26 dnl If INTLSYMBOL is 'use-libtool', then a libtool library 28 dnl depending on --{enable,disable}-{shared,static} and on the presence of 29 dnl AM-DISABLE-SHARED). 30 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext [all …]
|