| /netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/ |
| H A D | size_classes.h | 19 * psz: 'yes' if a multiple of the page size, 'no' otherwise. 20 * bin: 'yes' if a small bin size class, 'no' otherwise. 43 SC( 0, 3, 3, 0, no, yes, 1, 3) \ 44 SC( 1, 3, 3, 1, no, yes, 1, 3) \ 45 SC( 2, 3, 3, 2, no, yes, 3, 3) \ 46 SC( 3, 3, 3, 3, no, yes, 1, 3) \ 48 SC( 4, 5, 3, 1, no, yes, 5, 3) \ 49 SC( 5, 5, 3, 2, no, yes, 3, 3) \ 50 SC( 6, 5, 3, 3, no, yes, 7, 3) \ 51 SC( 7, 5, 3, 4, no, yes, 1, 3) \ [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | COMPATIBILITY | 1 .forward yes (empty files; can enable/disable mail to /file or |command) 2 /usr/mail yes (compile time option) 3 /usr/spool/mail yes (compile time option) 4 /var/mail yes (compile time option) 5 /var/spool/mail yes (compile time option) 6 :include: yes (mail to /file and |command is off by default) 7 address probing yes (optional persistent database) 8 aliases yes (can enable/disable mail to /file or |command) 9 bare newlines yes (but will send CRLF) 10 blacklisting yes (client name/addr; helo hostname; mail from; rcpt to) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/ |
| H A D | encoders.inc | 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), 59 ENCODER_TEXT("EC", ec, yes), 60 ENCODER_TEXT("ED25519", ed25519, yes), 61 ENCODER_TEXT("ED448", ed448, yes), 62 ENCODER_TEXT("X25519", x25519, yes), 63 ENCODER_TEXT("X448", x448, yes), [all …]
|
| H A D | decoders.inc | 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), 44 DECODER_w_structure("DHX", der, SubjectPublicKeyInfo, dhx, yes), 45 DECODER_w_structure("DHX", der, type_specific_params, dhx, yes), 46 DECODER_w_structure("DHX", der, DHX, dhx, yes), 49 DECODER_w_structure("DSA", der, PrivateKeyInfo, dsa, yes), 50 DECODER_w_structure("DSA", der, SubjectPublicKeyInfo, dsa, yes), [all …]
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ |
| H A D | ah_regdomain.c | 607 #define YES AH_TRUE macro 624 {CTRY_DEBUG, NO_ENUMRD, YES, YES, YES, YES,YES, YES,YES, 7000 }, 625 {CTRY_DEFAULT, DEF_REGDMN, YES, YES, YES, YES,YES, YES,YES, 7000 }, 626 {CTRY_ALBANIA, NULL1_WORLD, YES, NO, YES, YES, NO, NO, NO, 7000 }, 627 {CTRY_ALGERIA, NULL1_WORLD, YES, NO, YES, YES, NO, NO, NO, 7000 }, 629 {CTRY_ARMENIA, ETSI4_WORLD, YES, NO, YES, YES,YES, NO, NO, 7000 }, 630 {CTRY_AUSTRALIA, FCC2_WORLD, YES, YES, YES, YES,YES, YES,YES, 7000 }, 631 {CTRY_AUSTRIA, ETSI1_WORLD, YES, NO, YES, YES,YES, YES,YES, 7000 }, 632 {CTRY_AZERBAIJAN, ETSI4_WORLD, YES, YES, YES, YES,YES, YES,YES, 7000 }, 633 {CTRY_BAHRAIN, APL6_WORLD, YES, NO, YES, YES,YES, YES, NO, 7000 }, [all …]
|
| /netbsd-src/usr.sbin/tadpolectl/ |
| H A D | tadpolectl.8 | 86 .It hw.microcontroller.version no yes 87 .It hw.version no yes 88 .It hw.poweroncycles no yes 89 .It hw.poweronseconds no yes 90 .It hw.power.mains no yes 91 .It hw.power.battery.int no yes 92 .It hw.power.battery.ext no yes 93 .It hw.power.battery.chargedisabled yes yes 94 .It hw.power.battery.int.chargerate yes yes 95 .It hw.power.battery.ext.chargerate yes yes [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | marvell-f-iwmmxt.md | 55 (define_attr "marvell_f_iwmmxt" "yes,no" 57 (const_string "yes") (const_string "no")))) 65 (define_attr "wmmxt_shift" "yes,no" 67 (const_string "yes") (const_string "no")) 70 (define_attr "wmmxt_pack" "yes,no" 74 (const_string "yes") (const_string "no")) 77 (define_attr "wmmxt_mult_c1" "yes,no" 81 (const_string "yes") (const_string "no")) 84 (define_attr "wmmxt_mult_c2" "yes,no" 86 (const_string "yes") (const_string "no")) [all …]
|
| H A D | arm-generic.md | 48 (and (eq_attr "generic_sched" "yes") 49 (and (eq_attr "model_wbuf" "yes") 54 (and (eq_attr "generic_sched" "yes") 55 (and (eq_attr "model_wbuf" "yes") 60 (and (eq_attr "generic_sched" "yes") 61 (and (eq_attr "model_wbuf" "yes") 66 (and (eq_attr "generic_sched" "yes") 67 (and (eq_attr "model_wbuf" "yes") 72 (and (eq_attr "generic_sched" "yes") 78 (and (eq_attr "generic_sched" "yes") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | marvell-f-iwmmxt.md | 55 (define_attr "marvell_f_iwmmxt" "yes,no" 57 (const_string "yes") (const_string "no")))) 65 (define_attr "wmmxt_shift" "yes,no" 67 (const_string "yes") (const_string "no")) 70 (define_attr "wmmxt_pack" "yes,no" 74 (const_string "yes") (const_string "no")) 77 (define_attr "wmmxt_mult_c1" "yes,no" 81 (const_string "yes") (const_string "no")) 84 (define_attr "wmmxt_mult_c2" "yes,no" 86 (const_string "yes") (const_string "no")) [all …]
|
| H A D | arm-generic.md | 48 (and (eq_attr "generic_sched" "yes") 49 (and (eq_attr "model_wbuf" "yes") 54 (and (eq_attr "generic_sched" "yes") 55 (and (eq_attr "model_wbuf" "yes") 60 (and (eq_attr "generic_sched" "yes") 61 (and (eq_attr "model_wbuf" "yes") 66 (and (eq_attr "generic_sched" "yes") 67 (and (eq_attr "model_wbuf" "yes") 72 (and (eq_attr "generic_sched" "yes") 78 (and (eq_attr "generic_sched" "yes") [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | doxygen.cfg.in | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 91 # The default value is: YES. 93 BRIEF_MEMBER_DESC = YES 95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 100 # The default value is: YES. 102 REPEAT_BRIEF = YES 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | doxygen.cfg.in | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 91 # The default value is: YES. 93 BRIEF_MEMBER_DESC = YES 95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 100 # The default value is: YES. 102 REPEAT_BRIEF = YES 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | sh-flags.mk | 18 opt-ignerr.yes= -i 19 opt-jobs.yes= -j1 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 26 tgt-ignerr.yes= .IGNORE 27 tgt-silent.yes= .SILENT 28 cmd-always.yes= + [all …]
|
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | groff_me.man | 100 \&.(c - yes Begin centered block 106 \&.(l - yes Begin list 108 \&.(q - yes Begin major quote 115 \&.)c - yes End centered block 117 \&.)d - yes End delayed text 119 \&.)f - yes End footnote 121 \&.)l - yes End list 123 \&.)q - yes End major quote 125 \&.)x - yes End index item 127 \&.)z - yes End floating keep [all …]
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | Doxyfile | 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 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 99 # The default value is: YES. 101 BRIEF_MEMBER_DESC = YES 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 108 # The default value is: YES. 110 REPEAT_BRIEF = YES 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
| /netbsd-src/share/man/man7/ |
| H A D | sysctl.7 | 205 .It hw.cnmagic string yes 287 .It kern.aio_listio_max integer yes 288 .It kern.aio_max integer yes 301 .It kern.cryptodevallowsoft integer yes 302 .It kern.defcorename string yes 303 .It kern.detachall integer yes 304 .It kern.domainname string yes 306 .It kern.dump_on_panic integer yes 307 .It kern.expose_address integer yes 309 .It kern.forkfsleep integer yes [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/ |
| H A D | user.cfg.in | 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 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 99 # The default value is: YES. 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 108 # The default value is: YES. 110 REPEAT_BRIEF = YES 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 128 ALWAYS_DETAILED_SEC = YES 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/ |
| H A D | user.cfg.in | 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 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 99 # The default value is: YES. 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 108 # The default value is: YES. 110 REPEAT_BRIEF = YES 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 128 ALWAYS_DETAILED_SEC = YES 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
| /netbsd-src/share/me/ |
| H A D | me.7 | 119 \&.(c - yes Begin centered block 125 \&.(l - yes Begin list 127 \&.(q - yes Begin major quote 134 \&.)c - yes End centered block 136 \&.)d - yes End delayed text 138 \&.)f - yes End footnote 140 \&.)l - yes End list 142 \&.)q - yes End major quote 144 \&.)x - yes End index item 146 \&.)z - yes End floating keep [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | gcc.doxy | 59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 80 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 85 BRIEF_MEMBER_DESC = YES 87 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 92 REPEAT_BRIEF = YES 106 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 110 ALWAYS_DETAILED_SEC = YES 112 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 117 INLINE_INHERITED_MEMB = YES 119 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | gcc.doxy | 59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 80 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 85 BRIEF_MEMBER_DESC = YES 87 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 92 REPEAT_BRIEF = YES 106 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 110 ALWAYS_DETAILED_SEC = YES 112 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 117 INLINE_INHERITED_MEMB = YES 119 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full [all …]
|
| /netbsd-src/etc/defaults/ |
| H A D | security.conf | 12 check_entropy=YES 13 check_passwd=YES 14 check_group=YES 15 check_rootdotfiles=YES 16 check_ftpusers=YES 17 check_aliases=YES 18 check_rhosts=YES 19 check_homes=YES 20 check_varmail=YES 21 check_nfs=YES [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | configure.ac | 26 AM_SILENT_RULES([yes]) 45 if test "$sysroot" = "yes"; then 74 [[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]], 77 install_as_default=yes 79 yes) 81 install_as_default=yes 90 if test "$plugins" = "yes"; then 94 AM_CONDITIONAL(PLUGINS, test "$plugins" = "yes") 103 yes) ac_default_ld_z_relro=1 ;; 116 yes | "") [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | Doxyfile.global | 45 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 48 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 52 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 57 # If the EXTRACT_STATIC tag is set to YES all static members of a file 60 EXTRACT_STATIC = YES 62 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 68 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 76 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 81 HIDE_UNDOC_CLASSES = YES 83 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/doc/ |
| H A D | doxygen-user.cfg | 36 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 60 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 67 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 BRIEF_MEMBER_DESC = YES 74 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 79 REPEAT_BRIEF = YES 93 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 99 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 106 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 112 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag [all …]
|