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

123456789

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmagic.t136 @val1 = @ENV{keys(%ENV)};
159 ok((keys %h)[0] eq "foo\034bar", (keys %h)[0]);
164 ok((keys %h)[0] eq 'fooxbar', (keys %h)[0]);
342 ok (scalar(keys(%ENV)) == 1);
345 ok (scalar(keys(%ENV)) == 0);
H A Dwrite.t339 for $el (keys %hash) {
H A Dpat.t314 for ( keys %ans ) {
1105 my @space0 = sort grep { $space{$_} =~ /\s/ } keys %space;
1106 my @space1 = sort grep { $space{$_} =~ /[[:space:]]/ } keys %space;
1107 my @space2 = sort grep { $space{$_} =~ /[[:blank:]]/ } keys %space;
1396 sort map { sprintf("%06x", ord($_))." $_" } keys %s) {
2681 print "# UTF-8 hash keys and /\$/\n";
2689 for (keys %u) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.t83 foreach my $tag (keys %tags) {
H A Dh2xs.t185 my @extra = keys %got;
H A Doverload.t776 my @keys = sort keys %$deref;
777 test "@keys", 'fake foo'; # 179
783 @keys = ();
784 push @keys, $key while $key = each %$deref;
785 @keys = sort @keys;
786 test "@keys", 'fake foo'; # 183
1132 foreach my $l (keys %map) {
1133 foreach my $r (keys
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t47 'keys() %Type_Description' );
96 delete, each, exists, keys, values
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D40_abs_cache.t15 # * keys()
189 for my $k (keys %x) {
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnsswitch.py115 for k in self.DBMAP.keys():
124 for k in self.DBORDER: # Could use db.keys()
/osnet-11/usr/src/lib/pyzfs/common/
H A Duserspace.py216 for prop in props.keys():
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c928 * Generates symmetric (k1=key, k2=null) or asymmetric (k1=pub, k2=priv) keys.
1013 * a FreeObject if the first is not. Both keys will have the
1472 * and creates a single new key as output. But a few mechanisms take 2 keys
1473 * as input, and the two SSL/TLS mechanisms create 4 keys as output.
1645 * the new key is unused (NULL). Instead, there are 4 keys which
1651 CK_SSL3_KEY_MAT_OUT *keys; local
1655 keys = keyparams->pReturnedKeyMaterial;
1657 slotkey1->hObject = keys->hClientMacSecret;
1658 slotkey2->hObject = keys->hServerMacSecret;
1659 slotkey3->hObject = keys
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t781 my $ntc = 2 * keys %testcase;
811 for my $tc ( sort keys %testcase ){
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java986 Enumeration allSurls = services.keys();
1367 Enumeration urls = services.keys();
1503 Enumeration en = services.keys();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/t/
H A Ddumper.t879 return [ sort { $b <=> $a } keys %$hash ];
898 # perl code does keys and values as numbers if possible
914 $hash eq $c ? (sort { $a <=> $b } keys %$hash)
915 : (reverse sort keys %$hash)
1329 # was an otherwise untested code path in the XS for utf8 hash keys with purity
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py308 for chng in sorted(lst.keys()):
704 branches = repo.branchtags().keys()
1379 for key in opts.keys():
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp269 foreach $key (keys %input_expr) {
277 foreach $key (keys %output_expr) {
1026 my(@fns) = keys %{$XSStack[-1]{functions}};
1036 push(@fns, keys %{$tmp->{other_functions}});
1417 for grep $in_out{$_} =~ /OUT$/, keys %in_out;
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c522 krb5_key_data **keys=NULL; local
1173 * and the keys passed in
1277 if (keys)
1278 free (keys);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c408 KMF_KEY_HANDLE keys; local
417 uint32_t numkeys = 0; /* Ask for all of the named keys */
467 kmf_set_attr_at_index(attr, n++, KMF_KEY_HANDLE_ATTR, &keys,
470 err = kmf_get_sym_key_value(kmfh, &keys, &rkey);
1315 * otherwise we could end up with the wrong sized keys.
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni243 foreach my $listName (sort keys %msg_list) {
269 foreach my $eventId (sort keys %jniEventTable) {
/osnet-11/usr/src/grub/grub2/
H A Dgentpl.py62 for k in GROUPS.keys():
126 # Template for keys with platform names as values, for example:
217 # Template for gaurding with platform specific "enable" keys, for example:
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py173 if "_rad_ready" not in cls.__dict__.keys():
174 cls.add_methods(obj._methods.keys())
856 pairs. A pattern matches a name if everything (domain, keys) present in the
862 Create a domain object using the supplied domain, keys and
963 domains are the same and if both Names have the same keys
1010 Return the number of keys in this name.
1015 the number of keys in this name
1306 def get_object_s(self, domain, keys):
1309 of keys.
1316 keys
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc100 db_key_desc * keys = how->keyloc(); local
113 indices.indices_val[i].init(&(keys[i]));
387 "number of keys (%d) does not equal number of indices (%d)",
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c210 grub_uint64_t keys[0]; member in struct:grub_nilfs2_btree_node
403 return (node->keys +
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t144 @ordered_array=sort by_number keys(%as_ary);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm34 for my $opt (grep {!exists $Allowed_Opts{$_}} keys %given_opts) {
383 # Calculation for the keys for byteorder

Completed in 79 milliseconds

123456789