OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:platform_client
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
auth-krb5.c
81
char *client, *
platform_client
;
local
84
platform_client
= platform_krb5_get_principal_name(authctxt->pw->pw_name);
85
client =
platform_client
?
platform_client
: authctxt->pw->pw_name;
184
if (
platform_client
!= NULL)
185
xfree(
platform_client
);
Completed in 74 milliseconds