/freebsd/crypto/openssl/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 …]
|
/freebsd/contrib/bmake/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 …]
|
H A D | varmod-ifelse.mk | 70 .if ${1 == == 2:?yes:no} != "" 160 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}. 163 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}. 170 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}. 173 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}. 284 .info ${ ${:U \${DELAYED\} == "one"}:?yes:no} 286 .info ${ ${:U \${DELAYED\} == "two"}:?yes:no} 289 .info ${ ${INDIRECT_COND1}:?yes:no} 292 .info ${ ${INDIRECT_COND2}:?yes:no} 304 NO= ${0:?${BRACES:S,}}},yes,}:${BRACES:S,}}},no,}} [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 …]
|
H A D | tst.remotetcpstate.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 established - yes 9 tcp:::state-change to fin-wait-1 - yes 10 tcp:::state-change to close-wait - yes 11 tcp:::state-change to fin-wait-2 - yes 12 tcp:::state-change to time-wait - yes [all …]
|
H A D | tst.localsctpstate.ksh.out | 3 ip:::send - yes 4 ip:::receive - yes 5 sctp:::send - yes 6 sctp:::receive - yes 7 sctp:::state-change to cookie-wait - yes 8 sctp:::state-change to cookie-echoed - yes 9 sctp:::state-change to established - yes 10 sctp:::state-change to shutdown-sent - yes 11 sctp:::state-change to shutdown-received - yes 12 sctp:::state-change to shutdown-ack-sent - yes
|
H A D | tst.remotesctpstate.ksh.out | 3 ip:::send - yes 4 ip:::receive - yes 5 SCTP:::send - yes 6 sctp:::receive - yes 7 sctp:::state-change to cookie-wait - yes 8 sctp:::state-change to cookie-echoed - yes 9 sctp:::state-change to established - yes 10 sctp:::state-change to shutdown-sent - yes 11 sctp:::state-change to closed - yes
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | config.rpath | 53 if test "$GCC" = yes; then 156 if test "$GCC" != yes; then 162 with_gnu_ld=yes 169 ld_shlibs=yes 170 if test "$with_gnu_ld" = yes; then 190 hardcode_minus_L=yes 250 hardcode_direct=yes 268 hardcode_minus_L=yes 269 if test "$GCC" = yes; then 288 aix_use_runtimelinking=yes [all …]
|
/freebsd/usr.bin/jot/tests/ |
H A D | regress.yes.out | 1 yes 2 yes 3 yes 4 yes 5 yes 6 yes 7 yes 8 yes 9 yes 10 yes
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 47 AM_SILENT_RULES([yes]) 66 [ntp_ok=yes] 69 yes) 70 ntp_cv_build_framework_help=yes ;; 109 *) enable_local_libopts=yes ;; 149 [ans=yes] 154 yes) 212 yes) 308 yes) 343 yes) [all...] |
/freebsd/contrib/openpam/ |
H A D | test-driver | 46 [--expect-failure {yes|no}] [--color-tests {yes|no}] 47 [--enable-hard-errors {yes|no}] [--] 60 enable_hard_errors=yes 90 if test $color_tests = yes; then 122 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; 126 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; 127 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 47 [--enable-hard-errors={yes|no}] [--] 58 enable_hard_errors=yes 88 if test $color_tests = yes; then 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 120 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; 121 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; 122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/freebsd/contrib/libevent/build-aux/ |
H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 47 [--enable-hard-errors={yes|no}] [--] 58 enable_hard_errors=yes 88 if test $color_tests = yes; then 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 120 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; 121 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; 122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/freebsd/share/mk/ |
H A D | local.dirdeps-options.mk | 3 DIRDEPS.AUDIT.yes= lib/libbsm 4 DIRDEPS.BLACKLIST_SUPPORT.yes+= lib/libblacklist 5 DIRDEPS.CASPER.yes+= lib/libcasper/libcasper 6 DIRDEPS.GSSAPI.yes+= lib/libgssapi 7 DIRDEPS.JAIL.yes+= lib/libjail 8 DIRDEPS.KERBEROS_SUPPORT.yes+= \ 17 DIRDEPS.NIS.yes+= \ 22 DIRDEPS.OPENSSL.yes+= secure/lib/libcrypto 24 DIRDEPS.PAM_SUPPORT.yes+= lib/libpam/libpam 25 DIRDEPS.TCP_WRAPPERS.yes+= lib/libwrap [all …]
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | snprintf.m4 | 12 # Changed to honor hw_force_rpl_snprintf=yes, etc. This is used by NTP 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], 70 AS_IF([test "$hw_cv_func_va_copy" = yes], 77 # Set $hw_cv_func___va_copy to "yes" or "no". Define HAVE___VA_COPY to 1 if 78 # $hw_cv_func___va_copy is set to "yes". 93 [hw_cv_func___va_copy=yes], 96 AS_IF([test "$hw_cv_func___va_copy" = yes], 103 # Set $hw_cv_func_vsnprintf and $hw_cv_func_vsnprintf_c99 to "yes" or [all …]
|
H A D | openldap-thread-check.m4 | 28 auto, [auto nt posix mach pth lwp yes no manual] ) 39 dnl and threads are auto|yes|posix. 51 auto | yes | posix) ol_aix_threads=yes ;; 57 if test $ol_aix_threads = yes ; then 74 ol_cv_pthread_create=yes 84 auto, [auto yes no manual] ) 86 case $ol_with_threads in auto | yes | nt) 90 if test "$ol_cv_nt_threads" = yes ; then 93 ol_with_yielding_select=yes 105 case $ol_with_threads in auto | yes | posix) [all …]
|
H A D | ntp_libntp.m4 | 40 ac_busted_vpath_in_make=yes 43 ac_busted_vpath_in_make=yes 46 ac_busted_vpath_in_make=yes 51 yes.|no*) 130 ntp_cv_predecl_mpinfou=yes 131 ac_cv_header_net_if_h=yes 138 yes) 289 *yes) 317 [+ yes, - no, s system-specific])]) 329 [enable_thread_support=yes] [all...] |
/freebsd/crypto/openssh/ |
H A D | sshd_config | 36 #StrictModes yes 40 #PubkeyAuthentication yes 53 # Change to yes if you don't trust ~/.ssh/known_hosts for 57 #IgnoreRhosts yes 59 # Change to yes to enable built-in password authentication. 65 #KbdInteractiveAuthentication yes 69 #KerberosOrLocalPasswd yes 70 #KerberosTicketCleanup yes 75 #GSSAPICleanupCredentials yes 86 #UsePAM yes [all …]
|
/freebsd/stand/ |
H A D | loader.mk | 115 .if ${LOADER_CD9660_SUPPORT:Uno} == "yes" 118 .if ${LOADER_EXT2FS_SUPPORT:Uno} == "yes" 121 .if ${LOADER_MSDOS_SUPPORT:Uno} == "yes" 124 .if ${LOADER_UFS_SUPPORT:Uyes} == "yes" 129 .if ${LOADER_GZIP_SUPPORT:Uno} == "yes" 132 .if ${LOADER_BZIP2_SUPPORT:Uno} == "yes" 137 .if ${LOADER_NET_SUPPORT:Uno} == "yes" 140 .if ${LOADER_NFS_SUPPORT:Uno} == "yes" 143 .if ${LOADER_TFTP_SUPPORT:Uno} == "yes" 148 .if ${LOADER_GPT_SUPPORT:Uyes} == "yes" [all …]
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | tzsetup_test.sh | 88 FAILED=yes 100 FAILED=yes 105 FAILED=yes 119 FAILED=yes 124 FAILED=yes 130 FAILED=yes 155 || FAILED=yes 161 || FAILED=yes 178 || FAILED=yes 184 || FAILED=yes [all …]
|
H A D | ignore_test.sh | 102 FAILED=yes 111 FAILED=yes 120 FAILED=yes 133 FAILED=yes 138 FAILED=yes 144 FAILED=yes 157 FAILED=yes 162 FAILED=yes 172 FAILED=yes 201 || FAILED=yes [all …]
|
/freebsd/bin/sh/tests/parser/ |
H A D | heredoc12.0 | 16 echo yes)" = "yes"' 20 echo yes)" = "yes"' 23 yes 25 )" = "yes"' 28 yes 30 )" = "yes"'
|
/freebsd/crypto/heimdal/ |
H A D | configure | 187 as_have_required=yes 208 CONFIG_SHELL=$as_shell as_have_required=yes 219 CONFIG_SHELL=$SHELL as_have_required=yes 1060 *) ac_optarg=yes ;; 1067 ac_dashdash=yes ;; 1154 with_gas=yes ;; 1221 no_create=yes ;; 1225 no_recursion=yes ;; 1284 silent=yes ;; 1326 verbose=yes ;; [all …]
|
/freebsd/usr.sbin/nscd/ |
H A D | nscd.conf | 5 enable-cache passwd yes 6 enable-cache group yes 7 enable-cache hosts yes 8 enable-cache services yes 9 enable-cache protocols yes 10 enable-cache rpc yes 11 enable-cache networks yes
|