Home
last modified time | relevance | path

Searched refs:found_key (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dauth2-pubkey.c179 int found_key = 0; in user_key_allowed2() local
196 found_key = 0; in user_key_allowed2()
230 found_key = 1; in user_key_allowed2()
243 if (!found_key) in user_key_allowed2()
245 return found_key; in user_key_allowed2()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmacrotab.c674 struct macro_key *found_key = (struct macro_key *) n->key; in check_for_redefinition() local
709 found_key->start_file->filename, found_key->start_line); in check_for_redefinition()
712 return found_key; in check_for_redefinition()