Searched refs:hostbased_cuser (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dmonitor.c199 static char *hostbased_cuser = NULL; variable
630 if (hostbased_cuser != NULL)
631 xfree(hostbased_cuser);
637 hostbased_cuser = NULL;
1182 hostbased_cuser = cuser;
1332 if (hostbased_cuser == NULL || hostbased_chost == NULL ||
1346 hostbased_cuser, hostbased_chost);

Completed in 75 milliseconds