Searched refs:key (Results 1 - 25 of 892) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmd5.h26 extern int md5_password (const char *key, char *crypted, int check);
29 #define check_md5_password(key,crypted) md5_password((key), (crypted), 1)
30 #define make_md5_password(key,crypted) md5_password((key), (crypted), 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dimportenv.pl9 local($tmp,$key) = '';
11 foreach $key (keys(%ENV)) {
12 $tmp .= "\$$key = \$ENV{'$key'};" if $key =~ /^[A-Za-z]\w*$/;
H A Dutf8_heavy.pl36 my $file; ## file to load data from, and also part of the %Cache key.
147 ## If we have, return the cached results. The cache key is the
252 my $key;
255 for $key (0 .. $len - 1) { vec($swatch, $key, $bits) = $none }
278 for ($key = $min; $key <= $max; $key++) {
279 last LINE if $key >= $end;
280 print STDERR "$key
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dkeyname.sh62 keyname(int key)
66 if (key >= 0400) {
69 if ((key == 0400) || (key > KEY_${LAST}))
71 if (key > 0507)
72 i = key - (0401 + ((0507 - 0410) + 1));
74 if (key >= 0410) {
75 (void) sprintf(buf, "KEY_F(%d)", key - 0410);
78 i = key - 0401;
83 if (key >
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dsearch.h22 void grub_search_fs_file (const char *key, const char *var, int no_floppy,
24 void grub_search_fs_uuid (const char *key, const char *var, int no_floppy,
26 void grub_search_label (const char *key, const char *var, int no_floppy,
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_status_tbl.c46 const smb_status_table_t *key = vkey; local
49 if (key->value == row->value)
51 if (key->value < row->value)
68 smb_status_table_t key; local
71 key.value = ntstatus;
72 key.name = NULL;
73 tep = bsearch(&key, ntx_table, ntx_rows,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
H A Dhash.t55 "hv_store doesn't insert a key with the raw utf8 on a tied hash");
64 foreach my $key (@$testkeys) {
65 my $lckey = ($key eq chr 198) ? chr 230 : lc $key;
66 my $unikey = $key;
69 utf8::downgrade $key, 1;
72 main_test_inner ($key, $lckey, $unikey, $keys, $description);
74 utf8::upgrade $key;
77 main_test_inner ($key, $lckey, $unikey, $keys,
78 $description . ' [key utf
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStash.pm27 foreach my $key ( keys %{$start}){
28 # print $prefix,$key,"\n";
29 if ($key =~ /::$/){
30 unless ($start eq ${$start}{$key} or $key eq "B::" ){
31 push @return, $key unless omit($prefix.$key);
32 foreach my $subscan ( scan(${$start}{$key},$prefix.$key)){
33 push @return, "$key"
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c46 * half a gigabyte of memory for each thread that uses the largest key.
63 * pthread_getspecific() on an allocated key upon which the
67 * pthread_key_create(&key);
68 * pthread_setspecific(key, datum);
69 * pthread_key_delete(&key);
70 * pthread_key_create(&key);
71 * val = pthread_getspecific(key);
73 * According to POSIX, if the deleted key is reused for the new
74 * key returned by the second pthread_key_create(), then the
81 * the value NULL with the new (reused) key fo
163 thread_key_t key; local
185 pthread_key_delete(pthread_key_t key) argument
214 pthread_getspecific(pthread_key_t key) argument
236 thr_getspecific(thread_key_t key, void **valuep) argument
267 thr_setspecific_slow(thread_key_t key, void *value) argument
322 thr_setspecific(thread_key_t key, void *value) argument
355 pthread_setspecific(pthread_key_t key, const void *value) argument
375 _thr_slot_offset(thread_key_t key) argument
390 thread_key_t key; local
[all...]
/osnet-11/usr/src/lib/libnsctl/common/
H A Dhash.c44 nsc_insert_node(hash_node_t **hash, void *data, const char *key) argument
53 node->key = strdup(key);
60 index = calc_hash(key);
78 nsc_lookup(hash_node_t **hash, const char *key) argument
83 index = calc_hash(key);
86 if (strcmp(node->key, key) == 0)
94 nsc_remove_node(hash_node_t **hash, char *key) argument
100 index = calc_hash(key);
158 calc_hash(const char *key) argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.h54 const char *key,
111 const char *key);
113 const char *key);
116 const char *key);
122 const char *key);
124 const char *key,
130 const char *key);
132 const char *key);
134 const char *key);
136 const char *key);
[all...]
H A Ddevice.c185 /** Merge all properties from source where the key starts with
212 const char *key; local
216 key = hal_property_get_key (p);
219 if (strncmp(key, source_namespace, source_ns_len) != 0)
223 key+source_ns_len);
228 target_type = hal_device_property_get_type (target, key);
230 hal_device_property_remove (target, key);
287 const char *key; local
290 key = hal_property_get_key (p);
294 if (strcmp (key, "inf
360 const char *key; local
459 hal_device_has_property(HalDevice *device, const char *key) argument
476 hal_device_property_find(HalDevice *device, const char *key) argument
494 hal_device_property_to_string(HalDevice *device, const char *key) argument
527 hal_device_property_get_type(HalDevice *device, const char *key) argument
543 hal_device_property_get_string(HalDevice *device, const char *key) argument
559 hal_device_property_get_as_string(HalDevice *device, const char *key, char *buf, size_t bufsize) argument
623 hal_device_property_get_int(HalDevice *device, const char *key) argument
639 hal_device_property_get_uint64(HalDevice *device, const char *key) argument
655 hal_device_property_get_bool(HalDevice *device, const char *key) argument
671 hal_device_property_get_double(HalDevice *device, const char *key) argument
687 hal_device_property_set_string(HalDevice *device, const char *key, const char *value) argument
723 hal_device_property_set_int(HalDevice *device, const char *key, dbus_int32_t value) argument
757 hal_device_property_set_uint64(HalDevice *device, const char *key, dbus_uint64_t value) argument
791 hal_device_property_set_bool(HalDevice *device, const char *key, dbus_bool_t value) argument
825 hal_device_property_set_double(HalDevice *device, const char *key, double value) argument
894 hal_device_property_remove(HalDevice *device, const char *key) argument
914 hal_device_property_set_attribute(HalDevice *device, const char *key, enum PropertyAttribute attr, gboolean val) argument
939 const char *key; local
983 char *key; member in struct:__anon24
1003 prop_changed_cb(HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
1036 hal_device_async_wait_property(HalDevice *device, const char *key, HalDeviceAsyncCallback callback, gpointer user_data, int timeout) argument
1086 hal_device_property_get_strlist(HalDevice *device, const char *key) argument
1103 hal_device_property_get_strlist_elem(HalDevice *device, const char *key, guint index) argument
1122 hal_device_property_strlist_append(HalDevice *device, const char *key, const char *value) argument
1154 hal_device_property_strlist_prepend(HalDevice *device, const char *key, const char *value) argument
1186 hal_device_property_strlist_remove_elem(HalDevice *device, const char *key, guint index) argument
1211 hal_device_property_strlist_clear(HalDevice *device, const char *key) argument
1244 hal_device_property_strlist_add(HalDevice *device, const char *key, const char *value) argument
1283 hal_device_property_strlist_remove(HalDevice *device, const char *key, const char *value) argument
1307 hal_device_property_strlist_is_empty(HalDevice *device, const char *key) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstring_to_key.c41 krb5_keyblock *key);
47 krb5_keyblock *key)
50 NULL, key);
57 const krb5_data *params, krb5_keyblock *key)
90 if ((key->contents = (krb5_octet *) malloc(keylength)) == NULL)
93 key->magic = KV5M_KEYBLOCK;
94 key->enctype = enctype;
95 key->length = keylength;
97 key->dk_list = NULL;
98 key
45 krb5_c_string_to_key(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, krb5_keyblock *key) argument
54 krb5_c_string_to_key_with_params(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, const krb5_data *params, krb5_keyblock *key) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A DuploadInfo.t46 for my $key (keys %myenv) {
47 $ENV{$key} = $myenv{$key};
52 for my $key (keys %myenv) {
53 delete $ENV{$key};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dconfig.t84 foreach my $key (keys %$test)
87 eval ( "$mbi\->config( $key => '$test->{$key}' );" );
88 $c = $mbi->config(); ok ("$key = $c->{$key}", "$key = $test->{$key}");
91 if (($c->{$key}||0) ne $test->{$key})
97 ok ("$key e
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c59 * Assume that we've already split the bucket to which this key hashes,
69 hash1(key, len)
70 const void *key;
77 k = (u_int8_t *)key;
91 hash2(key, len)
92 const void *key;
98 k = (u_int8_t *)key;
119 hash3(key, len)
120 const void *key;
129 k = (u_int8_t *)key;
[all...]
H A Dhsearch.c73 DBT key, val; local
78 key.data = (u_char *)item.key;
79 key.size = strlen(item.key) + 1;
84 status = (dbp->put)(dbp, &key, &val, R_NOOVERWRITE);
89 status = (dbp->get)(dbp, &key, &val, 0);
95 retval.key = item.key;
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c77 __ham_func2(key, len)
78 const void *key;
85 k = key;
108 __ham_func3(key, len)
109 const void *key;
120 k = key;
155 __ham_func4(key, len)
156 const void *key;
169 k = key;
212 __ham_func5(key, le
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c87 DBT key, val; local
93 memset(&key, 0, sizeof(key));
95 key.data = item.key;
96 key.size = strlen(item.key) + 1;
104 * Try and add the key to the database. If we fail because
105 * the key already exists, return the existing key
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtfind.c48 typedef struct node { void *key; struct node *llink, *rlink; } NODE; member in struct:node
61 void *key = (char *)ky; local
66 int r = (*compar)(key, (*rootp)->key); /* T2: */
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_fetch_mkey.c36 * get the master key from the database specific context
40 krb5_ldap_get_mkey(krb5_context context, krb5_keyblock **key) argument
54 *key = &ldap_context->lrparams->mkey;
60 * set the master key into the database specific context
64 krb5_ldap_set_mkey(krb5_context context, char *pwd, krb5_keyblock *key) argument
86 r_params->mkey.magic = key->magic;
87 r_params->mkey.enctype = key->enctype;
88 r_params->mkey.length = key->length;
89 r_params->mkey.contents = malloc(key->length);
93 memcpy(r_params->mkey.contents, key
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h17 * key: OM_uint32
25 OM_uint32 key; member in struct:gsserrmap__element
46 (*free_key)(e->key);
53 /* Returns pointer to linked-list entry, or null if key not found. */
55 gsserrmap__find_node (struct gsserrmap__head *head, OM_uint32 key) argument
59 if (compare_OM_uint32 (key, e->key) == 0)
63 /* Returns pointer to value, or null if key not found. */
65 gsserrmap_find (struct gsserrmap__head *head, OM_uint32 key) argument
67 struct gsserrmap__element *e = gsserrmap__find_node(head, key);
85 gsserrmap_replace_or_insert(struct gsserrmap__head *head, OM_uint32 key, char * new_value) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs16 datum fetch(datum key);
17 int store(datum key, datum dat);
18 int delete(datum key);
20 datum nextkey(datum key);
54 #define odbm_FETCH(db,key) fetch(key)
55 #define odbm_STORE(db,key,value,flags) store(key,value)
56 #define odbm_DELETE(db,key) delete(key)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.xs21 #define sdbm_FETCH(db,key) sdbm_fetch(db->dbp,key)
22 #define sdbm_STORE(db,key,value,flags) sdbm_store(db->dbp,key,value,flags)
23 #define sdbm_DELETE(db,key) sdbm_delete(db->dbp,key)
24 #define sdbm_EXISTS(db,key) sdbm_exists(db->dbp,key)
26 #define sdbm_NEXTKEY(db,key) sdbm_nextkey(db->dbp)
68 sdbm_FETCH(db, key)
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/aes/
H A Daes_s2k.c49 krb5_keyblock *key)
85 * Dense key space, no parity bits or anything, so take a shortcut
86 * and use the key contents buffer for the generated bytes.
89 if (key->length != 16 && key->length != 32)
91 out.data = (char *) key->contents;
92 out.length = key->length;
94 err = krb5int_pbkdf2_hmac_sha1 (context, &out, iter_count, key->enctype,
103 * The derive key operation below will not work correctly
104 * if the input and output key pointer
44 krb5int_aes_string_to_key(krb5_context context, const struct krb5_enc_provider *enc, const krb5_data *string, const krb5_data *salt, const krb5_data *params, krb5_keyblock *key) argument
[all...]

Completed in 65 milliseconds

1234567891011>>