| /netbsd-src/usr.sbin/sysinst/ |
| H A D | configmenu.c | 90 const char *setting; member 125 config_list[CONFIGOPT_TZ].setting = tz_default; in config_list_init() 132 config_list[i].setting = MSG_password_set; in config_list_init() 134 config_list[i].setting = MSG_empty; in config_list_init() 139 config_list[i].setting = MSG_YES; in config_list_init() 141 config_list[i].setting = MSG_NO; in config_list_init() 165 config_list[CONFIGOPT_ROOTSH].setting = (const char *)buf; in get_rootsh() 173 const char *optname, *setting; in set_config() local 176 setting = msg_string(config->setting); in set_config() 178 wprintw(menu->mw, "%-50s %-10s", msg_string(optname), setting); in set_config() [all …]
|
| /netbsd-src/lib/libcrypt/ |
| H A D | crypt.c | 502 * We extract the scheme from setting str to allow for 509 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len) in nondes_scheme_substr() argument 515 start = setting; in nondes_scheme_substr() 544 * Return a pointer to static data consisting of the "setting" 545 * followed by an encryption produced by the "key" and "setting". 548 __crypt(const char *key, const char *setting) in __crypt() argument 560 if (setting[0] == _PASSWORD_NONDES) { in __crypt() 562 setting, scheme, sizeof(scheme)); in __crypt() 571 return (__bcrypt(key, setting)); in __crypt() 574 return (__crypt_sha1(key, setting)); in __crypt() [all...] |
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | crypto_scrypt-common.c | 109 escrypt_parse_setting(const uint8_t *setting, in escrypt_parse_setting() argument 114 if (setting[0] != '$' || setting[1] != '7' || setting[2] != '$') { in escrypt_parse_setting() 117 src = setting + 3; in escrypt_parse_setting() 138 const uint8_t *setting, uint8_t *buf, size_t buflen) in escrypt_r() argument 153 src = escrypt_parse_setting(setting, &N_log2, &r, &p); in escrypt_r() 158 prefixlen = src - setting; in escrypt_r() 183 memcpy(dst, setting, prefixlen + saltlen); in escrypt_r()
|
| H A D | pwhash_scryptsalsa208sha256.c | 181 char setting[crypto_pwhash_scryptsalsa208sha256_STRSETTINGBYTES + 1U]; in crypto_pwhash_scryptsalsa208sha256_str() local 198 if (escrypt_gensalt_r(N_log2, r, p, salt, sizeof salt, (uint8_t *) setting, in crypto_pwhash_scryptsalsa208sha256_str() 199 sizeof setting) == NULL) { in crypto_pwhash_scryptsalsa208sha256_str() 207 (const uint8_t *) setting, (uint8_t *) out, in crypto_pwhash_scryptsalsa208sha256_str()
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | configure.in | 66 echo " setting GNATS_ROOT to $GNATS_ROOT" 67 echo " setting GNATS_SITE to $GNATS_SITE" 68 echo " setting GNATS_ADDR to $GNATS_ADDR" 69 echo " setting SUBMITTER to $SUBMITTER" 70 echo " setting DEFAULT_RELEASE to $DEFAULT_RELEASE" 71 echo " setting DEFAULT_ORGANIZATION to $DEFAULT_ORGANIZATION" 72 echo " setting MAIL_AGENT to $MAIL_AGENT"
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5212_misc.c | 423 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) in ar5212SetAntennaSwitch() argument 430 ahp->ah_antControl = setting; in ar5212SetAntennaSwitch() 431 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE); in ar5212SetAntennaSwitch() 434 return ar5212SetAntennaSwitchInternal(ah, setting, ichan); in ar5212SetAntennaSwitch() 909 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5212SetCapability() argument 918 if (setting) in ar5212SetCapability() 927 if (setting) in ar5212SetCapability() 937 if (setting) in ar5212SetCapability() 943 ahp->ah_diversity = (setting != 0); in ar5212SetCapability() 951 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5212SetCapability() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | salvator-xs.dtsi | 63 * (when SW31 is the default setting on Salvator-XS). 64 * - If SW31 is the default setting, you cannot use USB2.0 ch3 on 66 * Hence the SW31 setting must be changed like 2) below. 67 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF: 69 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | debug.c | 91 int setting) in trace_option() argument 97 ppc_trace[i] = setting; in trace_option() 106 ppc_trace[trace_description[i].option] = setting; in trace_option() 110 ppc_trace[i] = setting; in trace_option()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_quiet_shutdown.pod | 23 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>. 26 B<mode>. The setting stays valid until B<ssl> is removed with 31 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>. 39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)> 55 setting.
|
| H A D | SSL_CTX_set_info_callback.pod | 29 setup and use. The setting for B<ctx> is overridden from the setting for 35 When B<callback> is NULL, the callback setting currently valid for 46 When setting up a connection and during use, it is possible to obtain state 119 SSL_get_info_callback() returns the current setting.
|
| H A D | SSL_CONF_cmd.pod | 36 Various bug workarounds are set, same as setting B<SSL_OP_ALL>. 40 Disables support for SSL/TLS compression, same as setting 53 Disables support for session tickets, same as setting B<SSL_OP_NO_TICKET>. 64 setting B<SSL_OP_ALLOW_CLIENT_RENEGOTIATION>. 69 Permits the use of unsafe legacy renegotiation. Equivalent to setting 74 Disables all attempts at renegotiation in TLSv1.2 and earlier, same as setting 84 clients only. Equivalent to setting or clearing B<SSL_OP_LEGACY_SERVER_CONNECT>. 100 Enables strict mode protocol handling. Equivalent to setting 142 group to use. This setting affects groups used for signatures (in TLSv1.2 245 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, [all …]
|
| H A D | SSL_set_shutdown.pod | 29 No shutdown setting, yet. 57 for setting SSL_SENT_SHUTDOWN the application must however still call 64 SSL_get_shutdown() returns the current setting.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_quiet_shutdown.pod | 23 SSL_CTX_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ctx>. 26 B<mode>. The setting stays valid until B<ssl> is removed with 31 SSL_get_quiet_shutdown() returns the "quiet shutdown" setting of B<ssl>. 39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)> 55 setting.
|
| H A D | SSL_CTX_set_info_callback.pod | 25 setup and use. The setting for B<ctx> is overridden from the setting for 31 When B<callback> is NULL, the callback setting currently valid for 42 When setting up a connection and during use, it is possible to obtain state 115 SSL_get_info_callback() returns the current setting.
|
| H A D | SSL_set_shutdown.pod | 29 No shutdown setting, yet. 57 for setting SSL_SENT_SHUTDOWN the application must however still call 64 SSL_get_shutdown() returns the current setting.
|
| /netbsd-src/etc/rc.d/ |
| H A D | mixerctl | 32 while read setting; do 33 case "$setting" in 38 /usr/bin/mixerctl -n -w $setting
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | version.pod | 35 All information, this is the same as setting all the other flags. 55 Platform setting. 59 OPENSSLDIR setting. 63 ENGINESDIR setting.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | types.md | 28 ; adcs_imm as adc_imm, setting condition flags. 29 ; adcs_reg as adc_reg, setting condition flags. 47 ; alus_ext From ARMv8-A: as alu_ext, setting condition flags. 49 ; alus_imm as alu_imm, setting condition flags. 50 ; alus_sreg as alu_sreg, setting condition flags. 51 ; alus_shift_imm as alu_shift_imm, setting condition flags. 52 ; alus_shift_reg as alu_shift_reg, setting condition flags. 100 ; logics_imm as logic_imm, setting condition flags. 101 ; logics_reg as logic_reg, setting condition flags. 102 ; logics_shift_imm as logic_shift_imm, setting condition flags. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Packaging.rst | 31 by setting ``DISABLE_ASSERTIONS=0|1`` in ``make``'s environment. This 32 defaults to enabled regardless of the optimization setting, but it slows 36 Builds LLVM with ``-g``. Also available by setting ``DEBUG_SYMBOLS=0|1`` in 42 debug symbols. Also available by setting ``ENABLE_OPTIMIZED=0|1`` in
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | types.md | 41 ; adcs_imm as adc_imm, setting condition flags. 42 ; adcs_reg as adc_reg, setting condition flags. 65 ; alus_ext From ARMv8-A: as alu_ext, setting condition flags. 67 ; alus_imm as alu_imm, setting condition flags. 68 ; alus_sreg as alu_sreg, setting condition flags. 69 ; alus_shift_imm as alu_shift_imm_*, setting condition flags. 70 ; alus_shift_reg as alu_shift_reg, setting condition flags. 118 ; logics_imm as logic_imm, setting condition flags. 119 ; logics_reg as logic_reg, setting condition flags. 120 ; logics_shift_imm as logic_shift_imm, setting condition flags. [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-version.pod.in | 38 All information, this is the same as setting all the other flags. 58 Platform setting. 62 OPENSSLDIR setting.
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | halfdelay | 13 # setting noecho stops getch setting cbreak itself.
|
| H A D | cbreak | 2 # setting noecho stops getch setting cbreak itself so we should need
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/ |
| H A D | mixed.txt | 1 # Check for setting and removing one environment variable 6 # Check for setting/unsetting multiple environment variables
|
| /netbsd-src/external/bsd/nvi/dist/tcl_api/ |
| H A D | tcl.c | 686 char *setting; local 698 MALLOC(sp, setting, char *, strlen(argv[2])+6); 699 strcpy(setting, ":set "); 700 strcpy(setting+5, argv[2]); 701 rval=api_run_str(sp, setting); 702 free(setting);
|