Searched defs:tempkey (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch.c73 const char *tempkey; local
78 if (*key == '(' && (tempkey = grub_strchr(key, ')')))
79 tempkey++;
81 tempkey = key;
83 buf = grub_xasprintf ("(%s)%s", name, tempkey);
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c450 krb5_keyblock tempkey; local
468 &tempkey, NULL))) {
473 if (mkey->length != tempkey.length ||
475 (char *)tempkey.contents,mkey->length)) {
487 zap((char *)tempkey.contents, tempkey.length);
488 free(tempkey.contents);

Completed in 16 milliseconds