Searched refs:hash (Results 201 - 225 of 258) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm409 quietly (no report). $total is a hash ref summary of all the tests
427 $failed is a hash ref of all the test scripts which failed. Each key
428 is the name of a test script, each value is another hash representing
1186 Change internal list of test results to a hash.
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c794 * by an optional hash (#) and uniqueIdentifier.
801 char *hash, *eq; local
803 if ((hash = strrchr(dn, '#')) == NULL)
806 if ((eq = strrchr(dn, '=')) == NULL || eq > hash)
809 *hash = '\0';
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c657 if (dev->hash)
658 grub_printf ("%s ", dev->hash->modname);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL266 $testsuite = q{-fuse-script-name,-fsave-data,-fsave-sig-hash,}.
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2280 u1 = le32_to_cpu(((SDH_INDEX_KEY*)key1)->hash);
2281 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->hash);
2465 idx_entry_sdh->key.sdh.hash = sds_header->hash;
2469 sdh_data->hash = sds_header->hash;
2486 sii_data->hash = sds_header->hash;
H A Dsd.c411 sds->hash = const_cpu_to_le32(0xF80312F0);
506 sds->hash = const_cpu_to_le32(0xB32451);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm43 # return as a hash. the cookies are parsed as normal
52 # return as a hash. The cookie values are not unescaped or altered in any way.
359 The value can be a scalar, an array reference, or a hash reference.
456 In a scalar context, fetch() returns a hash reference, which may be more
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm140 returns a hash reference. The keys of the hash are the files found
H A DInstall.pm62 There are two keys with a special meaning in the hash: "read" and
426 # so we pass name of file here - eval it to get hash
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c35 #define PFHASH(pf) ((pf)->data.data.hash)
49 { Vmulong_t hash; /* hash value */ member in struct:_pfdata_s
71 static Pfobj_t** Pftable; /* hash table */
92 /* make hash table; PFTABLE'th slot hold regions' records */
100 /* see if it's there with a combined hash value of vm,file,line */
388 /* remove from hash table */
450 /* reinsert into hash table */
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c78 kms_hash_string(char *label, uchar_t *hash) argument
84 SHA2Final(hash, &ctx);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm167 class cstring cchar svref_2object compile_stats comppadlist hash
1289 $value, hash($key)));
1943 'sv', hash($k)));
2014 'save-sig-hash' => \$save_sig,
2211 =item B<-fsave-sig-hash>
2213 Save compile-time modifications to the %SIG hash.
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c970 grub_uint8_t *hash; local
1008 hash = GRUB_MD_MD5->read (&ctx);
1009 memcpy (biw.matchhash, hash, 16);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm70 C<&wanted> function, or a hash reference describing the operations
74 Here are the possible keys for the hash:
114 cycles, a hash has to be built up with an entry for each file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm6 # The following hash values are used:
262 # return (later set?) configuration data as hash ref
1500 Returns a hash containing the configuration, e.g. the version number, lib
1501 loaded etc. The following hash keys are currently filled in with the
1532 By passing a reference to a hash you may set the configuration values. This
H A DBigInt.pm8 # The following hash values are used:
355 # return (or set) configuration data as hash ref
361 # try to set given options as arguments from hash
467 # see hash keys documented at top
2695 Math::BigInt->config(); # return hash containing configuration
2761 Returns a hash containing the configuration, e.g. the version number, lib
2762 loaded etc. The following hash keys are currently filled in with the
2793 The following values can be set by passing C<config()> a reference to a hash:
3593 instead relying on the internal hash keys like in C<< $x->{sign}; >>.
3805 The private object hash key
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm375 Internal hash values are accessed directly (rather than through
469 than assuming the object is a hash.
471 Default values can be supplied by using these names as keys to a hash
1233 # Look up escape in hash table
H A DSelect.pm543 If any argument to B<podselect> is a reference to a hash
640 Private data fields are stored in the hash-object whose reference is
/osnet-11/usr/src/lib/libsmb/common/
H A Dlibsmb.h507 #define SMBAUTH_HASH_SZ 16 /* LM/NTLM/NTLMv2 hash size */
508 #define SMBAUTH_SESSION_HASH_SZ 8 /* NTLM2 session hash size */
609 * hash - NTLM hash
610 * hash_v2 - NTLMv2 hash
624 unsigned char hash[SMBAUTH_HASH_SZ]; member in struct:smb_auth_info
638 #define SMB_PWF_LM 0x01 /* LM hash is present */
639 #define SMB_PWF_NT 0x02 /* NT hash is present */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.pm219 print "$sp empty hash\n" unless @sortKeys;
456 sub hashUsage { # hash ref, name
516 Change style of array and hash dump. If true, short array
H A Dperl5db.pl137 creates a subroutine call, and array hand hash lookups are much slower. Is
174 The hash C<%{'_<'.$filename}> (aliased locally to C<%dbline> via glob
176 you can set individual values, but not the whole hash. The Perl interpreter
177 uses this hash to determine where breakpoints have been set. Any true value is
426 in the actual hash entry.
461 This hash keeps track of breakpoints that need to be set for files that have
2102 C<%alias> hash). Before a command is executed, the command loop looks it up
2103 in the alias hash and substitutes the contents of the alias for the command,
2176 # Search through the debugger's magical hash of subs.
2342 and then we look up the line in the magical C<%dbline> hash
[all...]
H A DBenchmark.pm153 The CODEHASHREF is a reference to a hash containing names as keys
164 Returns a hash of Benchmark objects, keyed by name.
H A DTest.pm599 of hash refs that describe each test failure. Each hash will contain
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c204 ** idea: hash over configuration data that will be stored here.
257 ** HASH_Q -- simple hash function
260 ** p -- string to hash.
261 ** h -- hash start value (from previous run).
264 ** hash value.
6017 ** phash -- pointer to hash value over queue dirs.
6868 ** hash -- identifies data that is stored in shared memory.
6877 init_shm(qn, owner, hash)
6880 unsigned int hash;
6963 *p = hash;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm194 #warn " stem_symtab hash ".scalar(%$stem_symtab)."\n";
600 array, '%foo' for a hash, '&foo' or 'foo' for a subroutine and '*foo'
602 including scalar, array, hash, sub and filehandle).

Completed in 151 milliseconds

1234567891011