Searched refs:keys (Results 176 - 200 of 441) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/t/op/
H A Ddelete.t53 ok($foo eq 'ac' || $foo eq 'ca','remaining keys');
55 foreach $key (keys %foo) {
63 ok($foo eq 'xy' || $foo eq 'yx','fresh keys');
69 @list = keys %{$refhash{"top"}};
H A Dhashassign.t19 # And going right on 8 bit but wrong on utf8 keys.
24 ok (keys %comma == 1, 'keys on comma hash');
45 ok (keys %temp == 1, 'keys on copy of comma hash');
64 ok (keys %arrow == 1, 'keys on arrow hash');
85 ok (keys %temp == 1, 'keys on copy of arrow hash');
194 ok (keys
[all...]
H A Dlc.t335 $x = List::Util::first(sub { uc $_ eq 'A' }, keys %hl);
337 $x = List::Util::first(sub { ucfirst $_ eq 'A' }, keys %hl);
339 $x = List::Util::first(sub { lc $_ eq 'a' }, keys %hu);
341 $x = List::Util::first(sub { lcfirst $_ eq 'a' }, keys %hu);
343 $x = List::Util::first(sub { fc $_ eq 'a' }, keys %hu);
/openbsd-current/usr.bin/sort/
H A Dcoll.h91 * Set of keys container object.
123 extern struct key_specs *keys;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Ddclone.t89 unless eval { require Tie::Hash; scalar keys %Tie::StdHash:: };
/openbsd-current/usr.bin/ssh/
H A Dhostfile.h56 const char *host, const char *ip, struct sshkey **keys, size_t nkeys,
68 * Iterate through a hostkeys file, optionally parsing keys and matching
H A Dhostfile.c280 debug3_f("loaded %lu keys from %s", ctx.num_loaded, host);
333 * Match keys against a specified key, or look one up by key type.
343 * 4. If no matching keys are found, then return HOST_NEW.
538 struct sshkey * const *keys; member in struct:host_delete_ctx
553 * If this line contains one of the keys that we will be
558 if (!sshkey_equal(ctx->keys[i], l->key))
589 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg)
609 ctx.keys = keys;
644 /* Re-add the requested keys */
588 hostfile_replace_entries(const char *filename, const char *host, const char *ip, struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) argument
[all...]
H A Dssh-add.c222 * to remove all keys, attempt to remove both protocol v.1 and v.2
223 * keys.
336 if (!sshkey_equal_public(idlist->keys[i], private))
338 left = sshkey_signatures_left(idlist->keys[i]);
366 /* Don't send provider constraint for other keys */
543 fp = sshkey_fingerprint(idlist->keys[i],
545 printf("%u %s %s (%s)\n", sshkey_size(idlist->keys[i]),
547 sshkey_type(idlist->keys[i]));
550 if ((r = sshkey_write(idlist->keys[i], stdout)) != 0) {
556 left = sshkey_signatures_left(idlist->keys[
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D32_defer_misc.t156 for my $k (keys %$a) {
169 for my $k (keys %$b) {
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A DInstall.t87 # On case-insensitive filesystems (ie. VMS), the keys of the packlist might
90 is( keys %packlist, 1 );
91 is( lc((keys %packlist)[0]), lc $native_dummy, 'packlist written' );
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dconcise-xs.t57 for my $m (keys %matchers) {
/openbsd-current/gnu/usr.bin/perl/
H A Dinstallman128 foreach sort keys %$modpods;
134 foreach my $manpage (sort keys %$modpods) {
/openbsd-current/usr.sbin/bgpctl/
H A Doutput_ometric.c59 const char *keys[4] = { "nodename", "domainname", "release", NULL }; local
80 ol = olabels_new(keys, values);
176 const char *keys[5] = { local
190 ol = olabels_new(keys, values);
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D26_plv5182.t39 foreach my $o (sort keys %$opt) {
75 is ($conf->{config}{$_}, $check{$_}, "reconstructed \$Config{$_}") for sort keys %check;
H A D26_plv518.t39 foreach my $o (sort keys %$opt) {
75 is ($conf->{config}{$_}, $check{$_}, "reconstructed \$Config{$_}") for sort keys %check;
/openbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c70 } const keys[] = { variable
109 if (!(kp = (struct key *)bsearch(&tmp, keys,
110 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
/openbsd-current/games/arithmetic/
H A Darithmetic.c83 const char *keys = defaultkeys; variable
91 * Select keys from +-x/ to be asked addition, subtraction, multiplication,
111 for (p = keys = optarg; *p; ++p)
178 op = keys[arc4random_uniform(nkeys)];
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_NW5.t107 # init_others(): check if all keys are created and set?
112 my @keys = qw( TOUCH CHMOD CP RM_F RM_RF MV NOOP
114 for my $key ( @keys ) {
129 # Flesh out some necessary keys in the MM object.
134 my $s_PM = join( " \\\n\t", sort keys %{$mm_w32->{PM}} );
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t1149 foreach (keys %UPPER) {
1153 foreach (keys %lower) {
1156 foreach (keys %BoThCaSe) {
1165 foreach my $class (keys %posixes) {
1171 debug "UPPER = ", disp_chars(sort { ord $a <=> ord $b } keys %UPPER), "\n";
1172 debug "lower = ", disp_chars(sort { ord $a <=> ord $b } keys %lower), "\n";
1173 debug "BoThCaSe = ", disp_chars(sort { ord $a <=> ord $b } keys %BoThCaSe), "\n";
1174 debug "Unassigned = ", disp_chars(sort { ord $a <=> ord $b } keys %Unassigned), "\n";
1178 foreach my $x (sort { ord $a <=> ord $b } keys %UPPER) {
1207 foreach my $x (sort { ord $a <=> ord $b } keys
[all...]
/openbsd-current/usr.bin/tmux/
H A Dtmux.c365 int opt, keys, feat = 0, fflag = 0; local
508 /* Override keys to vi if VISUAL or EDITOR are set. */
514 keys = MODEKEY_VI;
516 keys = MODEKEY_EMACS;
517 options_set_number(global_s_options, "status-keys", keys);
518 options_set_number(global_w_options, "mode-keys", keys);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Denc2xs220 print " $_ => ",defined $opt{$_}?$opt{$_}:"undef","\n" for keys %opt;
328 foreach my $name (sort cmp_name keys %encoding)
338 foreach my $name (sort cmp_name keys %encoding)
350 foreach my $enc (sort cmp_name keys %encoding)
372 foreach my $enc (sort cmp_name keys %encoding)
431 foreach my $name (sort cmp_name keys %encoding)
439 foreach my $name (sort cmp_name keys %encoding)
666 # hash using the bytes (all length 1) as keys rather than ord value,
712 foreach my $key (sort keys %$raw) {
806 foreach my $s (sort {length $b <=> length $a || $a cmp $b} keys
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-hash.t220 my @keys = keys(%h);
223 ok(23, $#keys == 29 && $#values == 29) ;
227 if ($key eq $keys[$i] && $value eq $values[$i] && $key eq lc($value)) {
235 @keys = ('blurfl', keys(%h), 'dyick');
236 ok(25, $#keys == 31) ;
241 # Berkeley DB from version 2.4.10 to 3.0 does not allow null keys.
252 # check cache overflow and numeric keys and contents
813 # Also Test "keys"
[all...]
/openbsd-current/usr.sbin/httpd/
H A Dhttpd.c295 /* start the rekey of the tls ticket keys */
930 kv_add(struct kvtree *keys, char *key, char *value) argument
950 if ((oldkv = RB_INSERT(kvtree, keys, kv)) != NULL) {
1006 kv_delete(struct kvtree *keys, struct kv *kv) argument
1010 RB_REMOVE(kvtree, keys, kv);
1024 kv_extend(struct kvtree *keys, struct kv *kv, char *value) argument
1043 kv_purge(struct kvtree *keys) argument
1047 while ((kv = RB_MIN(kvtree, keys)) != NULL)
1048 kv_delete(keys, kv);
1062 kv_find(struct kvtree *keys, struc argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_rt_report.t161 my $message = 'UTF-8 hash keys and /$/';
169 for (keys %u) {
615 @k = sort keys (%+);
632 is($count, 3, "Got 3 keys in %+ via each; Bug 50496");
633 is(0 + @k, 3, "Got 3 keys in %+ via keys; Bug 50496");
634 is("@k", "A B C", "Got expected keys; Bug 50496");
656 @k = sort keys (%+);
674 is($count, 4, "Got 4 keys in %+ via each; Bug 50496");
675 is(@k, 4, "Got 4 keys i
[all...]
/openbsd-current/usr.sbin/unbound/validator/
H A Dautotrust.c404 struct autr_ta* p = tp->autr->keys, *np;
457 ta->next = (*tp)->autr->keys;
458 (*tp)->autr->keys = ta;
750 /* make packed rrset keys - malloced with no ID number, they
753 if(assemble_iterate_hasfirst(assemble_iterate_ds, tp->autr->keys)) {
755 assemble_iterate_ds, tp->autr->keys);
759 assemble_iterate_ds, tp->autr->keys);
765 if(assemble_iterate_hasfirst(assemble_iterate_dnskey, tp->autr->keys)) {
767 assemble_iterate_dnskey, tp->autr->keys);
771 assemble_iterate_dnskey, tp->autr->keys);
[all...]

Completed in 199 milliseconds

1234567891011>>