Home
last modified time | relevance | path

Searched +full:- +full:- +full:yes (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/freebsd-13-stable/share/man/man1/
HDbuiltin.193 .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-13-stable/contrib/bmake/unit-tests/
HDsh-flags.mk1 # $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-13-stable/contrib/libcbor/
HDDoxyfile20 # 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
57 …"libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary da…
73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
[all …]
/freebsd-13-stable/contrib/ldns/
HDlibdns.doxygen.in16 #---------------------------------------------------------------------------
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-13-stable/contrib/bearssl/
HDDoxyfile16 #---------------------------------------------------------------------------
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-13-stable/contrib/unbound/doc/
HDunbound.doxygen20 # 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-13-stable/share/man/man5/
HDperiodic.conf.51 .\"-
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 …]
HDrc.conf.588 to store jail-specific configuration options.
116 .Bl -tag -width indent-two
120 .Dq Li YES ,
137 .Dq Li YES ,
228 .Dq Li YES
251 .Dq Li YES ,
267 .Dq Li YES ,
293 disable auto-loading of kernel modules with
297 A whitespace-separated list of kernel modules to be ignored by
305 A whitespace-separated list of kernel modules to be ignored by
[all …]
/freebsd-13-stable/usr.sbin/periodic/
HDperiodic.conf3 # This is defaults/periodic.conf - a file full of useful variables that
19 _localbase=`/sbin/sysctl -n user.localbase 2> /dev/null`
39 # with the output of the sub-programs that are run, and where to send
43 daily_diff_flags="-b -U 0" # flags for diff output
45 daily_show_success="YES" # scripts returning 0
46 daily_show_info="YES" # scripts returning 1
49 # 100.clean-disks
51 daily_clean_disks_files="[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*"
53 daily_clean_disks_verbose="YES" # Mention files deleted
55 # 110.clean-tmps
[all …]
/freebsd-13-stable/contrib/ntp/
HDconfigure.ac1 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 -HHMM if there is more than one
45 AM_INIT_AUTOMAKE([1.15 foreign subdir-objects -Wall -Wno-gnu])
47 AM_SILENT_RULES([yes])
54 [canonical system (cpu-vendor-os) of where we should run])
60 [build-framework-help],
[all …]
/freebsd-13-stable/tools/kerneldoc/subsys/
HDcommon-Doxyfile3 #---------------------------------------------------------------------------
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-13-stable/contrib/subversion/doc/
HDdoxygen.conf13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
41 PROJECT_LOGO = doc/svn-square.jpg
50 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
51 # 4096 sub-directories (in 2 levels) under the output directory of each output
63 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
65 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
66 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
[all …]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
HDtst.localtcpstate.ksh.out3 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-13-stable/contrib/ntp/sntp/m4/
HDopenldap-thread-check.m45 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 …]
HDsnprintf.m43 # 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-13-stable/contrib/unbound/util/
HDconfigparser.y2 * 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-13-stable/crypto/heimdal/doc/
HDdoxytmpl.dxy1 #---------------------------------------------------------------------------
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-13-stable/contrib/tcpdump/
HDconfigure.in26 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-13-stable/tools/kerneldoc/
HDDoxyfile3 #---------------------------------------------------------------------------
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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
HDzfs_create_encrypted.ksh1 #!/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-13-stable/contrib/mandoc/
HDmdoc.74 .\" 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-13-stable/sys/contrib/openzfs/config/
HDgettext.m41 # 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 …]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDconfigure.ac1 dnl Copyright 2000-2007 Niels Provos
2 dnl Copyright 2007-2012 Niels Provos and Nick Mathewson
8 AC_INIT(libevent,2.1.12-stable)
13 AC_CONFIG_AUX_DIR([build-aux])
16 AM_SILENT_RULES([yes])
17 AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
34 # CFLAGS="$CFLAGS -D_OSF_SOURCE"
42 # AC_PROG_MKDIR_P - $(MKDIR_P) should be defined by AM_INIT_AUTOMAKE
49 # have -fno-strict-aliasing
53 #endif])], have_gcc295=yes, have_gcc295=no)
[all …]
/freebsd-13-stable/contrib/libevent/
HDconfigure.ac1 dnl Copyright 2000-2007 Niels Provos
2 dnl Copyright 2007-2012 Niels Provos and Nick Mathewson
8 AC_INIT(libevent,2.1.12-stable)
13 AC_CONFIG_AUX_DIR([build-aux])
16 AM_SILENT_RULES([yes])
17 AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
34 # CFLAGS="$CFLAGS -D_OSF_SOURCE"
42 # AC_PROG_MKDIR_P - $(MKDIR_P) should be defined by AM_INIT_AUTOMAKE
49 # have -fno-strict-aliasing
53 #endif])], have_gcc295=yes, have_gcc295=no)
[all …]
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
HDlibuutil.abi1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libuutil.so.3'>
2 <elf-needed>
4 <dependency name='ld-linux-x86-64.so.2'/>
5 </elf-needed>
6 <elf-function-symbols>
7 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi…
8 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis…
9 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-
10 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis…
11 …<elf-symbol name='atomic_add_32_nv' type='func-type' binding='global-binding' visibility='default-
[all …]

12345678910>>...44