Searched refs:key (Results 251 - 275 of 892) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcompat06.t39 my ($key) = @_;
41 return $self->{$key};
46 my ($key, $val) = @_;
47 $self->{$key} = $val;
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeypad.c48 * Add a function key string to the decode tree.
49 * Return -1 on error, else the length of the key sequence.
79 node->key = 0;
81 /* Find node to insert function key sequence into the tree. */
97 node->key = 0;
117 node->key = 0;
120 node->key = code;
138 * Initialise the function key decode tree.
161 * When true for a given window, then multibyte function key processing
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dkeypad.c53 * Add a function key string to the decode tree.
54 * Return -1 on error, else the length of the key sequence.
81 node->key = 0;
83 /* Find node to insert function key sequence into the tree. */
98 node->key = 0;
118 node->key = 0;
121 node->key = code;
140 * Initialise the function key decode tree.
162 * When true for a given window, then multibyte function key processing
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dgetgrent.c78 if (_ldap_filter_name(name, argp->key.name, sizeof (name)) != 0)
127 if (argp->key.gid <= MAXUID)
131 if (idmap_get_u2w_mapping(&argp->key.gid, NULL, 0,
146 if (update_buffer(be, argp, winname, windomain, argp->key.gid) < 0)
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dgethostent.c48 hname = (char *)qdata.argp->key.name;
70 if ((argp->key.hostaddr.type != AF_INET) ||
71 (argp->key.hostaddr.len != sizeof (addr))) {
76 (void) memcpy(&addr, argp->key.hostaddr.addr, sizeof (addr));
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetauthattr.c40 argp, 0, NIS_MAP_AUTHATTR, argp->key.name, 0));
H A Dgetauuser.c40 argp, 1, NIS_MAP_AUDITUSER, argp->key.name, 0));
H A Dgetuserattr.c40 argp, 1, NIS_MAP_USERATTR, argp->key.name, 0));
H A Dnetmasks.c53 argp->key.name, 0));
H A Dgetnetgrent.c660 * Generate a key for a netgroup.byXXXX NIS map
663 makekey(key, name, domain)
664 char *key;
668 while (*key++ = *name++)
670 *(key-1) = '.';
671 while (*key++ = *domain++)
676 makekey_lc(key, name, domain)
677 char *key;
689 *key++ = c;
691 *key
726 char *key; local
[all...]
H A Dgetexecattr.c58 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
89 * and call it to match exec_attr data in strbuf and argp->key.attrp
133 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
180 * be called again for further key-value pairs, or returns non-zero to stop the
181 * flow of key-value pairs. If it returns a non-zero value, it is not called
199 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
204 * keep yp_status from previous key/value pair
263 _priv_execattr *_priv_exec = (_priv_execattr *)(argp->key.attrp);
269 char key[MAX_INPUT]; local
272 * Try using policy as part of search key
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaDigest.c118 * Unlike the other crypto functions, we didn't get the key object
121 * not be the slot containing the key -- if the key is extractable we can
129 meta_object_t *key; local
135 rv = meta_handle2object(hKey, &key);
141 /* meta_do_operation() will clone the key, if needed. */
142 rv = meta_do_operation(CKF_DIGEST, MODE_UPDATE_WITHKEY, session, key,
145 OBJRELEASE(key);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dlucid_context.c51 gss_krb5_lucid_key_t *key);
216 /* gctx->proto == 0 ==> rfc1964-style key information
221 /* Copy key */
229 session key or a subkey) */
269 /* Allocate storage for the key data */
284 gss_krb5_lucid_key_t *key)
286 if (key) {
287 if (key->data && key->length) {
288 memset(key
283 free_lucid_key_data( gss_krb5_lucid_key_t *key) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c52 * Build return key/data pair.
56 * e: key/data pair to be returned
57 * key: user's key structure (NULL if not to be filled in)
58 * rkey: memory area to hold key
61 * copy: always copy the key/data item
67 __bt_ret(t, e, key, rkey, data, rdata, copy)
70 DBT *key, *rkey, *data, *rdata;
83 if (key == NULL)
88 &key
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c62 * cursors in the curslist is used as the key into the primary and that
63 * key and data are returned. When no more items are left in the join
137 __db_join_put(dbc, key, data, flags)
139 DBT *key;
145 COMPQUIET(key, NULL);
163 __db_join_get(dbc, key, data, flags)
165 DBT *key, *data;
190 &jc->j_key, key, jc->j_init ? DB_CURRENT : DB_NEXT_DUP);
209 &jc->j_key, key, DB_GET_BOTH)) == DB_NOTFOUND)
233 &jc->j_key, key, DB_NEXT_DU
[all...]
H A Ddb_am.c326 * Return a key/data pair.
329 __db_get(dbp, txn, key, data, flags)
332 DBT *key, *data;
340 if ((ret = __db_getchk(dbp, key, data, flags)) != 0)
346 DEBUG_LREAD(dbc, txn, "__db_get", key, NULL, flags);
348 ret = dbc->c_get(dbc, key, data,
359 * Store a key/data pair.
362 __db_put(dbp, txn, key, data, flags)
365 DBT *key, *data;
374 if ((ret = __db_putchk(dbp, key, dat
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t274 foreach my $key (map { dumped($_) } @things) {
277 \$h{$key} = $value;
279 defined \$h{$key};
280 exists \$h{$key};
281 \$h{$key};
282 delete \$h{$key};
284 defined \$h{$key};
285 exists \$h{$key};
286 \$h{$key};
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c43 * as an octet string and stores it in the corresponding key object.
46 soft_genDHkey_set_attribute(soft_object_t *key, CK_ATTRIBUTE_TYPE type, argument
58 dst = OBJ_PUB_DH_VALUE(key);
60 dst = OBJ_PRI_DH_VALUE(key);
64 dst = OBJ_PRI_DH_PRIME(key);
68 dst = OBJ_PRI_DH_BASE(key);
75 /* Copy the attribute in the key object. */
147 /* Inputs to DH key pair generation. */
157 /* Outputs from DH key pair generation. */
210 uchar_t key[MAX_KEY_ATTR_BUFLE local
254 (void) memcpy(OBJ_SEC_VALUE(secretkey), key, keylen); local
[all...]
H A DsoftEC.c61 if (ecc_ctx->key != NULL) {
62 soft_cleanup_object(ecc_ctx->key);
63 free(ecc_ctx->key);
72 soft_free_ecprivkey(ECPrivateKey *key) argument
74 soft_free_ecparams(&key->ecParams, B_FALSE);
79 SECITEM_FreeItem(&key->version, B_FALSE);
80 free(key);
126 * into the corresponding key object.
129 soft_genECkey_set_attribute(soft_object_t *key, biginteger_t *bi, argument
136 dst = OBJ_PRI_EC_VALUE(key);
480 soft_object_t *key = ecc_ctx->key; local
545 soft_object_t *key = ecc_ctx->key; local
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py829 for key, value in self._attributes.items():
830 # If the key wasn't already set in this instance,
832 if not key in kwargs and not key in self.__dict__:
833 self._debug('DEFAULT: Setting %s="%s"', (key, value))
834 self.__setattr__(key, value)
837 for key, value in kwargs.items():
838 # If the key wasn't already set in this instance,
840 if key in self.__dict__:
842 self._debug('KWARGS: Setting %s="%s"', (key, valu
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c250 datumToRuleValue(datum *key, datum *value, __nis_table_mapping_t *t, argument
278 /* Handle key */
279 if (key != 0) {
281 i = addCol2RuleValue(vt_string, N2LKEY, key->dptr, key->dsize,
286 i = addCol2RuleValue(vt_string, N2LSEARCHKEY, key->dptr,
287 key->dsize, rvq);
296 if (checkIPaddress(key->dptr, key->dsize, &ipaddr) > 0) {
297 /* If key i
859 datum *key = 0; local
972 verifyKey(char *key, __nis_rule_value_t *rv) argument
1011 singleReadFromDIT(char *map, char *domain, datum *key, datum *value, int *statP) argument
1214 singleWriteToDIT(char *map, char *domain, datum *key, datum *value, bool_t replace) argument
[all...]
H A Dshim_changepasswd.c533 datum data, key; local
542 /* Set up key dependent on which type of map this is */
543 key.dptr = NULL;
545 key.dptr = pwd->pw_name;
547 key.dptr = pwd->pw_uid;
549 key.dptr = pwd->pw_gid;
551 if (NULL == key.dptr) {
556 key.dsize = strlen(key.dptr);
574 res = dbm_store(((map_ctrl *)map)->entries, key, dat
1057 datum key, data; local
1128 datum key, data; local
1171 datum key, data; local
1278 datum key, data; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c109 typedef int (*HashFuncPtr)(int table_size, void *key);
110 typedef int (*PutDataPtr)(void **ppTableData, void *key, void *pData);
111 typedef int (*GetDataPtr)(void *pTableData, void *key, void **ppData);
112 typedef int (*RemoveDataPtr)(void **ppTableData, void *key, void **ppData);
113 typedef int (*MiscFuncPtr)(void **ppTableData, void *key, void *pData);
206 static int memcache_search(LDAP *ld, unsigned long key, LDAPMessage **ppRes);
207 static int memcache_add(LDAP *ld, unsigned long key, int msgid,
224 static int htable_put(HashTable *pTable, void *key, void *pData);
225 static int htable_get(HashTable *pTable, void *key, void **ppData);
226 static int htable_misc(HashTable *pTable, void *key, voi
688 ldap_memcache_result(LDAP *ld, int msgid, unsigned long key) argument
736 ldap_memcache_new(LDAP *ld, int msgid, unsigned long key, const char *basedn) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man104 my $key;
112 $key = uc $1;
113 $key =~ s/^\s+//;
114 $key =~ s/\s+$//;
116 push @include, $key unless $include{$key};
126 eval { $key = qr($pat) };
139 next unless $key;
141 $hash->{$key} ||= '';
142 $hash->{$key}
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c52 * krb5_principal principal; principal of this key
54 * krb5_kvno vno; key version number
55 * krb5_keyblock key; the secret key
59 /* Individual key entries within a table, in a linked list */
73 /* List of memory key tables */
79 /* Iterator over memory key tables */
263 /* We will now create the new key table with the specified name.
408 entry->key.enctype,
438 out_entry->key
[all...]

Completed in 45 milliseconds

<<11121314151617181920>>