| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| destrprint.exp | 31 foreach setting {on off} { 32 gdb_test_no_output "set print object $setting" 40 "print *this with print object = $setting"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| destrprint.exp | 31 foreach setting {on off} { 32 gdb_test_no_output "set print object $setting" 40 "print *this with print object = $setting"
|
| /src/usr.sbin/sysinst/ |
| configmenu.c | 92 const char *setting; member in struct:configinfo 128 config_list[CONFIGOPT_TZ].setting = tz_default; 135 config_list[i].setting = MSG_password_set; 137 config_list[i].setting = MSG_empty; 142 config_list[i].setting = MSG_YES; 144 config_list[i].setting = MSG_NO; 168 config_list[CONFIGOPT_ROOTSH].setting = (const char *)buf; 176 const char *optname, *setting; local 179 setting = msg_string(config->setting); 412 const char *setting, *varname; local 478 const char *setting, *varname; local [all...] |
| /src/etc/rc.d/ |
| mixerctl | 31 echo "Setting mixerctl variables..." 32 while read setting; do 33 case "$setting" in 38 /usr/bin/mixerctl -n -w $setting
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cc-astat-bits.s | 1 # Blackfin testcase for setting all ASTAT bits via CC
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cc-astat-bits.s | 1 # Blackfin testcase for setting all ASTAT bits via CC
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| debug.c | 91 int setting) 97 ppc_trace[i] = setting; 106 ppc_trace[trace_description[i].option] = setting; 110 ppc_trace[i] = setting;
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-setshow.h | 59 extern std::string get_setshow_command_value_string (const setting &var);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| debug.c | 91 int setting) 97 ppc_trace[i] = setting; 106 ppc_trace[trace_description[i].option] = setting; 110 ppc_trace[i] = setting;
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-setshow.h | 59 extern std::string get_setshow_command_value_string (const setting &var);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| crypto_scrypt-common.c | 109 escrypt_parse_setting(const uint8_t *setting, 114 if (setting[0] != '$' || setting[1] != '7' || setting[2] != '$') { 117 src = setting + 3; 138 const uint8_t *setting, uint8_t *buf, size_t buflen) 153 src = escrypt_parse_setting(setting, &N_log2, &r, &p); 158 prefixlen = src - setting; 183 memcpy(dst, setting, prefixlen + saltlen);
|
| pwhash_scryptsalsa208sha256.c | 181 char setting[crypto_pwhash_scryptsalsa208sha256_STRSETTINGBYTES + 1U]; local 198 if (escrypt_gensalt_r(N_log2, r, p, salt, sizeof salt, (uint8_t *) setting, 199 sizeof setting) == NULL) { 207 (const uint8_t *) setting, (uint8_t *) out,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-startup-opt.exp | 98 set setting dont-write-bytecode 100 set setting ignore-environment 103 "Python's $setting setting is $answer." 104 gdb_test "show python $setting" \ 121 # Create two directories to use for the style setting test.
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-startup-opt.exp | 99 set setting dont-write-bytecode 101 set setting ignore-environment 104 "Python's $setting setting is $answer." 105 gdb_test "show python $setting" \ 122 # Create two directories to use for the style setting test.
|
| /src/usr.bin/make/unit-tests/ |
| unexport-env.mk | 7 # an example of setting up a minimal environment.
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/ |
| type_printers.py | 62 def __init__(self, setting, name): 64 self.setting = setting 70 p.enabled = self.setting
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| with.exp | 32 # This exercises setting a value, and restoring it too. This is 37 proc test_with {setting values} { 41 "maint with test-settings $setting $val1 -- maint with test-settings $setting $val2 -- p 1" \ 47 # Test "maint with" in the error case. SETTING is the "maint set 48 # test-setting" setting to exercise. TMP_VAL is the value to set the 49 # setting to. EXPECTED_RE is the expected GDB output, which should be 50 # an error of some kind. Also checks that the setting's original 53 proc test_with_error {setting tmp_val expected_re} [all...] |
| settings.exp | 20 # TAB-completion and setting processing. 42 # The value for the setting corresponding to SHOW_CMD is then reset 47 # The setting value must still be the one in force before calling show_setting. 51 # do not change the setting value. 62 # setting name to use for $_gdb_maint_setting_str. 79 # Change the setting value to RESET_VALUE, set it back to setting_str_value 106 # Verifies that $_gdb_setting (SETTING) gives a value whose ptype matches EXPECTED. 107 proc check_type {setting expected} { 108 with_test_prefix "check_type $setting $expected" { 109 gdb_test "print \$_gdb_maint_setting(\"$setting\")" [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| type_printers.py | 62 def __init__(self, setting, name): 64 self.setting = setting 70 p.enabled = self.setting
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| with.exp | 33 # This exercises setting a value, and restoring it too. This is 38 proc test_with {setting values} { 42 "maint with test-settings $setting $val1 -- maint with test-settings $setting $val2 -- p 1" \ 48 # Test "maint with" in the error case. SETTING is the "maint set 49 # test-setting" setting to exercise. TMP_VAL is the value to set the 50 # setting to. EXPECTED_RE is the expected GDB output, which should be 51 # an error of some kind. Also checks that the setting's original 54 proc test_with_error {setting tmp_val expected_re} [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-case-insensitive.exp | 40 gdb_test "set case-sensitive off" {warning: the current case sensitivity setting does not match the language\.} 53 pass "setting breakpoint at fuNC_lang" 57 pass "setting breakpoint at fuNC_symtab"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-case-insensitive.exp | 40 gdb_test "set case-sensitive off" {warning: the current case sensitivity setting does not match the language\.} 53 pass "setting breakpoint at fuNC_lang" 57 pass "setting breakpoint at fuNC_symtab"
|
| /src/lib/libcrypt/ |
| 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) 515 start = setting; 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) 560 if (setting[0] == _PASSWORD_NONDES) { 562 setting, scheme, sizeof(scheme)); 571 return (__bcrypt(key, setting)); 574 return (__crypt_sha1(key, setting)); [all...] |
| /src/sys/external/isc/atheros_hal/dist/ar5212/ |
| ar5212_misc.c | 198 * Because we mark s/w LED control setting the control 423 ar5212SetAntennaSwitch(struct ath_hal *ah, HAL_ANT_SETTING setting) 430 ahp->ah_antControl = setting; 431 ahp->ah_diversity = (setting == HAL_ANT_VARIABLE); 434 return ar5212SetAntennaSwitchInternal(ah, setting, ichan); 812 case 1: /* current setting */ 826 case 1: /* current setting */ 909 uint32_t capability, uint32_t setting, HAL_STATUS *status) 918 if (setting) 927 if (setting) [all...] |
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 98 # querying, getting and setting the extra values. 140 # querying, getting and setting the extra values.
|