| /freebsd-11-stable/contrib/apr-util/crypto/ |
| HD | crypt_blowfish.c | 644 static char *BF_crypt(const char *key, const char *setting, in BF_crypt() argument 673 if (setting[0] != '$' || in BF_crypt() 674 setting[1] != '2' || in BF_crypt() 675 setting[2] < 'a' || setting[2] > 'z' || in BF_crypt() 676 !flags_by_subtype[(unsigned int)(unsigned char)setting[2] - 'a'] || in BF_crypt() 677 setting[3] != '$' || in BF_crypt() 678 setting[4] < '0' || setting[4] > '1' || in BF_crypt() 679 setting[5] < '0' || setting[5] > '9' || in BF_crypt() 680 (setting[4] == '1' && setting[5] > '7') || in BF_crypt() 681 setting[6] != '$') { in BF_crypt() [all …]
|
| HD | apr_passwd.c | 193 char setting[40]; in apr_bcrypt_encode() local 195 salt_len, setting, sizeof(setting)) == NULL) in apr_bcrypt_encode() 197 if (_crypt_blowfish_rn(pw, setting, out, out_len) == NULL) in apr_bcrypt_encode()
|
| HD | crypt_blowfish.h | 20 extern int _crypt_output_magic(const char *setting, char *output, int size); 21 extern char *_crypt_blowfish_rn(const char *key, const char *setting,
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | integrate.c | 165 set_block_abstract_flags (tree stmt, int setting) in set_block_abstract_flags() argument 170 BLOCK_ABSTRACT (stmt) = setting; in set_block_abstract_flags() 175 set_decl_abstract_flags (local_decl, setting); in set_block_abstract_flags() 180 set_block_abstract_flags (subblock, setting); in set_block_abstract_flags() 190 set_decl_abstract_flags (tree decl, int setting) in set_decl_abstract_flags() argument 192 DECL_ABSTRACT (decl) = setting; in set_decl_abstract_flags() 198 DECL_ABSTRACT (arg) = setting; in set_decl_abstract_flags() 201 set_block_abstract_flags (DECL_INITIAL (decl), setting); in set_decl_abstract_flags()
|
| HD | opts.c | 1432 set_Wextra (int setting) in set_Wextra() argument 1434 extra_warnings = setting; in set_Wextra() 1435 warn_unused_value = setting; in set_Wextra() 1436 warn_unused_parameter = (setting && maybe_warn_unused_parameter); in set_Wextra() 1441 if (setting == 0) in set_Wextra() 1449 set_Wunused (int setting) in set_Wunused() argument 1451 warn_unused_function = setting; in set_Wunused() 1452 warn_unused_label = setting; in set_Wunused() 1458 maybe_warn_unused_parameter = setting; in set_Wunused() 1459 warn_unused_parameter = (setting && extra_warnings); in set_Wunused() [all …]
|
| /freebsd-11-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-asxx-defs.h | 403 uint64_t setting : 5; /**< Setting to place on the RXCLK (GMII receive clk) member 407 uint64_t setting : 5; 428 uint64_t setting : 5; /**< Setting to place on the RXD (GMII receive data) member 432 uint64_t setting : 5; 547 uint64_t setting : 5; /**< Setting to place on the RXD (MII receive data) member 551 uint64_t setting : 5; 664 uint64_t setting : 5; /**< The rld_dll setting bypass value */ member 666 uint64_t setting : 5; 883 uint64_t setting : 5; /**< RLDCK90 DLL Setting(debug) */ member 885 uint64_t setting : 5; [all …]
|
| HD | cvmx-spx0-defs.h | 105 uint64_t setting : 17; /**< Core PLL setting */ member 107 uint64_t setting : 17;
|
| /freebsd-11-stable/secure/lib/libcrypt/ |
| HD | crypt-des.c | 592 crypt_des(const char *key, const char *setting) in crypt_des() argument 615 if (*setting == _PASSWORD_EFMT1) { in crypt_des() 622 count |= ascii_to_bin(setting[i]) << ((i - 1) * 6); in crypt_des() 625 salt |= ascii_to_bin(setting[i]) << ((i - 5) * 6); in crypt_des() 643 strncpy(output, setting, 9); in crypt_des() 662 salt = (ascii_to_bin(setting[1]) << 6) in crypt_des() 663 | ascii_to_bin(setting[0]); in crypt_des() 665 output[0] = setting[0]; in crypt_des() 672 output[1] = setting[1] ? setting[1] : output[0]; in crypt_des()
|
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | 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)|SSL_shutdown(3)> 55 setting.
|
| HD | SSL_CTX_set_info_callback.pod | 21 setup and use. The setting for B<ctx> is overridden from the setting for 27 When B<callback> is NULL, the callback setting currently valid for 38 When setting up a connection and during use, it is possible to obtain state 105 SSL_get_info_callback() returns the current setting.
|
| HD | 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.
|
| HD | SSL_CTX_set_cert_verify_callback.pod | 16 I<ctx>. SSL objects that are created from I<ctx> inherit the setting valid at 26 instead. By setting I<callback> to NULL, the default behaviour is restored. 30 argument I<arg> is specified by the application when setting I<callback>.
|
| HD | SSL_CTX_set_client_CA_list.pod | 25 setting valid for B<ssl>'s SSL_CTX object. 33 the chosen B<ssl>, overriding the setting valid for B<ssl>'s SSL_CTX object. 43 specified overrides the previous setting. The CAs listed do not become
|
| HD | SSL_CONF_cmd.pod | 68 to determine which curve to use. This setting affects curves used for both 115 by setting the corresponding options B<SSL_OP_NO_SSLv2>, B<SSL_OP_NO_SSLv3>, 120 Various bug workarounds are set, same as setting B<SSL_OP_ALL>. 124 Disables support for SSL/TLS compression, same as setting B<SSL_OP_NO_COMPRESS>. 128 Disables support for session tickets, same as setting B<SSL_OP_NO_TICKET>. 142 permits the use of unsafe legacy renegotiation. Equivalent to setting 148 clients only. Equivalent to setting or clearing B<SSL_OP_LEGACY_SERVER_CONNECT>. 153 enables strict mode protocol handling. Equivalent to setting 238 to determine which curve to use. This setting affects curves used for both 277 B<SSL_OP_NO_TICKET>: that is B<-SessionTicket> is the same as setting
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_misc.c | 427 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) in ar5212SetAntennaSwitch() argument 434 ahp->ah_antControl = setting; in ar5212SetAntennaSwitch() 435 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE); in ar5212SetAntennaSwitch() 438 return ar5212SetAntennaSwitchInternal(ah, setting, chan); in ar5212SetAntennaSwitch() 931 uint32_t capability, uint32_t setting, HAL_STATUS *status) in ar5212SetCapability() argument 940 if (setting) in ar5212SetCapability() 949 if (setting) in ar5212SetCapability() 964 if (setting) in ar5212SetCapability() 971 ahp->ah_diversity = (setting != 0); in ar5212SetCapability() 979 v |= SM(setting, AR_PHY_RESTART_DIV_GC); in ar5212SetCapability() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | UserSettingsController.cpp | 106 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental() argument 107 if (setting.empty()) in IsSettingExperimental() 111 size_t dot_pos = setting.find_first_of('.'); in IsSettingExperimental() 112 return setting.take_front(dot_pos) == experimental; in IsSettingExperimental()
|
| /freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_misc.c | 484 u_int32_t capability, u_int32_t setting, HAL_STATUS *status) in ar5416SetCapability() argument 490 setting &= ath_hal_eepromGet(ah, AR_EEP_RXMASK, NULL); in ar5416SetCapability() 491 pCap->halRxChainMask = setting; in ar5416SetCapability() 492 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability() 498 setting &= ath_hal_eepromGet(ah, AR_EEP_TXMASK, NULL); in ar5416SetCapability() 499 pCap->halTxChainMask = setting; in ar5416SetCapability() 500 if (owl_get_ntxchains(setting) > 2) in ar5416SetCapability() 508 if (setting) { in ar5416SetCapability() 523 return ar5212SetCapability(ah, type, capability, setting, status); in ar5416SetCapability()
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | version.pod | 29 all information, this is the same as setting all the other flags. 49 platform setting. 53 OPENSSLDIR setting.
|
| /freebsd-11-stable/usr.sbin/bsdconfig/networking/share/ |
| HD | media.subr | 118 local setting 119 f_sprintf setting "$msg_current_options" \ 121 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" || 167 local setting 168 f_sprintf setting "$msg_current_options" \ 170 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" ||
|
| HD | routing.subr | 76 local setting 77 f_sprintf setting "$msg_current_default_router" \ 79 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" || 111 # Only ask to apply setting if the current defaultrouter is different
|
| HD | netmask.subr | 97 local setting 98 f_sprintf setting "$msg_current_subnet" \ 100 f_noyes "$msg_nfs_mounts_may_cause_hang" "$setting" ||
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/tests/ |
| HD | cbreak | 2 # setting noecho stops getch setting cbreak itself so we should need
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | TargetProperties.td | 32 Desc<"Skip function prologues when setting breakpoints by name.">; 74 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">; 111 …setting breakpoints is slow, then you can change this setting to headers. This setting allows you … 137 …setting helps users control how much information gets loaded when loading modules from memory.'com… 140 … the host system supports executable specific crash log strings and this setting is set to true.">;
|
| /freebsd-11-stable/contrib/libpcap/rpcapd/ |
| HD | fileconf.c | 424 char *setting; in fileconf_read() local 433 setting = ptr; in fileconf_read() 456 if (strcmp(setting, "YES") == 0) in fileconf_read()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrFormatsC.td | 49 // is responsible for setting the appropriate bits in the Inst field. 65 // is responsible for setting the appropriate bits in the Inst field. 91 // is responsible for setting the appropriate bits in the Inst field. 106 // is responsible for setting the appropriate bits in the Inst field.
|