Searched refs:numret (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | hostfile.c | 202 const char *host, const Key *key, int keytype, Key *found, int *numret) in check_host_in_hostfile_by_key_or_type() argument 264 if (numret != NULL) in check_host_in_hostfile_by_key_or_type() 265 *numret = linenum; in check_host_in_hostfile_by_key_or_type() 305 Key *found, int *numret) in check_host_in_hostfile() argument 310 found, numret)); in check_host_in_hostfile() 315 int keytype, Key *found, int *numret) in lookup_key_in_hostfile_by_type() argument 318 keytype, found, numret) == HOST_FOUND); in lookup_key_in_hostfile_by_type()
|