Searched refs:nkey (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | stash.c | 62 libuvfs_stash_node_t nkey, *found; local 64 nkey.st_key = key; 65 nkey.st_fid.uvfid_len = fid->uvfid_len; 67 (void) memcpy(nkey.st_fid.uvfid_data, fid->uvfid_data, 70 found = avl_find(&fs->fs_stash, &nkey, where);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.xs | 605 char *nkey; 665 nkey = SvPVX(retval) + ocur; 670 nkey = nkey_buffer; 671 nkey[0] = '\''; 673 klen += esc_q(nkey+1, key, klen); 675 (void)Copy(key, nkey+1, klen, char); 676 nkey[++klen] = '\''; 677 nkey[++klen] = '\0'; 679 sv_catpvn(retval, nkey, klen); 683 nkey [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.h | 236 int nkey; member in struct:__anon1085
|
H A D | ldap_principal.c | 366 while (i < secretkey->nkey) {
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | nilfs2.c | 419 grub_uint64_t nkey; 429 nkey = grub_nilfs2_btree_node_get_key (node, index); 430 if (nkey == key) 435 else if (nkey < key) 418 grub_uint64_t nkey; local
|
/osnet-11/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2285 int nkey; local 2316 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc; 2340 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc; 2355 if (return_val != TD_OK || key >= nkey) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | hv.c | 448 char *nkey = strupr(savepvn(key,klen)); local 449 /* Note that this fetch is for nkey (the uppercased 451 entry = hv_fetch_common(hv, Nullsv, nkey, klen, 452 HVhek_FREEKEY, /* free nkey */
|
Completed in 65 milliseconds