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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c211 krb5int_clean_hostname(context, host, local_host, sizeof local_host);
356 krb5int_clean_hostname(context, host, local_host, sizeof local_host);
420 krb5int_clean_hostname(krb5_context context, const char *host, char *local_host, size_t lhsize) function
428 printf("krb5int_clean_hostname called: host<%s>, local_host<%s>, size %d\n",host,local_host,lhsize);
473 printf("krb5int_clean_hostname ending: host<%s>, local_host<%s>, size %d\n",host,local_host,lhsize);

Completed in 61 milliseconds