| /openbsd/src/usr.sbin/crunchgen/ |
| D | mangle.c | 130 int keyval; in mangle_str() local 139 keyval = key[len-1]++; in mangle_str() 142 int idx = keyval % NUM_KEYS; in mangle_str() 143 keyval = keyval / NUM_KEYS; in mangle_str()
|
| /openbsd/src/sbin/restore/ |
| D | restore.c | 44 static char *keyval(int); 274 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 310 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 334 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 347 Dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 364 Dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name, in nodeupdates() 371 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 414 Dprintf(stdout, "[%s] %s: %s\n", keyval(key), name, in nodeupdates() 423 Dprintf(stdout, "[%s] %s: Extraneous name\n", keyval(key), in nodeupdates() 447 fprintf(stderr, "[%s] %s: inconsistent state\n", keyval(key), in nodeupdates() [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | ar5210.c | 1841 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5210_set_key() argument 1850 switch (keyval->wk_len) { in ar5k_ar5210_set_key() 1852 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5210_set_key() 1853 bcopy(keyval->wk_key + 4, &key_v[1], 1); in ar5k_ar5210_set_key() 1858 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5210_set_key() 1859 bcopy(keyval->wk_key + 4, &key_v[1], 2); in ar5k_ar5210_set_key() 1860 bcopy(keyval->wk_key + 6, &key_v[2], 4); in ar5k_ar5210_set_key() 1861 bcopy(keyval->wk_key + 10, &key_v[3], 2); in ar5k_ar5210_set_key() 1862 bcopy(keyval->wk_key + 12, &key_v[4], 1); in ar5k_ar5210_set_key() 1867 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5210_set_key() [all …]
|
| D | ar5211.c | 1952 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5211_set_key() argument 1961 switch (keyval->wk_len) { in ar5k_ar5211_set_key() 1963 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5211_set_key() 1964 bcopy(keyval->wk_key + 4, &key_v[1], 1); in ar5k_ar5211_set_key() 1969 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5211_set_key() 1970 bcopy(keyval->wk_key + 4, &key_v[1], 2); in ar5k_ar5211_set_key() 1971 bcopy(keyval->wk_key + 6, &key_v[2], 4); in ar5k_ar5211_set_key() 1972 bcopy(keyval->wk_key + 10, &key_v[3], 2); in ar5k_ar5211_set_key() 1973 bcopy(keyval->wk_key + 12, &key_v[4], 1); in ar5k_ar5211_set_key() 1978 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5211_set_key() [all …]
|
| D | ar5212.c | 2315 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5212_set_key() argument 2324 switch (keyval->wk_len) { in ar5k_ar5212_set_key() 2326 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5212_set_key() 2327 bcopy(keyval->wk_key + 4, &key_v[1], 1); in ar5k_ar5212_set_key() 2332 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5212_set_key() 2333 bcopy(keyval->wk_key + 4, &key_v[1], 2); in ar5k_ar5212_set_key() 2334 bcopy(keyval->wk_key + 6, &key_v[2], 4); in ar5k_ar5212_set_key() 2335 bcopy(keyval->wk_key + 10, &key_v[3], 2); in ar5k_ar5212_set_key() 2336 bcopy(keyval->wk_key + 12, &key_v[4], 1); in ar5k_ar5212_set_key() 2341 bcopy(keyval->wk_key, &key_v[0], 4); in ar5k_ar5212_set_key() [all …]
|
| /openbsd/src/regress/lib/libc/asr/bin/ |
| D | common.c | 88 struct keyval { struct 93 static struct keyval kv_class[] = { argument 101 static struct keyval kv_type[] = { 128 static struct keyval kv_rcode[] = { 138 static struct keyval kv_resopt[] = {
|
| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| D | lldbutil.py | 1595 keyval = pair.split(':') 1596 if len(keyval) == 2: 1597 process_info[keyval[0]] = keyval[1]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/DB_File/ |
| D | DB_File.xs | 1861 int keyval ; local 1873 keyval = *(int*)key.data ; 1875 keyval = 0 ; 1881 ++ keyval ; 1882 key.data = &keyval ;
|
| /openbsd/src/lib/libfido2/src/ |
| D | pin.c | 513 parse_retry_count(const uint8_t keyval, const cbor_item_t *key, in parse_retry_count() argument 521 cbor_get_uint8(key) != keyval) { in parse_retry_count()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/ |
| D | Storable.xs | 2901 char *keyval; in store_hash() local 2960 keyval = SvPV(key, keylen_tmp); in store_hash() 2963 const char *keysave = keyval; in store_hash() 2969 keyval = (char*)bytes_from_utf8((U8*)keyval, in store_hash() 2977 if (keyval != keysave) { in store_hash() 2989 TRACEME(("(#%d) key '%s' flags %x %u", (int)i, keyval, flags, *keyval)); in store_hash() 2998 TRACEME(("(#%d) key '%s'", (int)i, keyval)); in store_hash() 3002 WRITE(keyval, keylen); in store_hash() 3004 Safefree (keyval); in store_hash()
|
| /openbsd/src/usr.sbin/smtpd/ |
| D | parse.y | 273 keyval : STRING assign STRING { 280 keyval_list : keyval optnl 281 | keyval comma keyval_list
|