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

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c45 char local_hostname[MaxHostNameLen]; local
54 gethostname (local_hostname, sizeof(local_hostname));
56 ld = strchr (local_hostname, '.');
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dverify_init.c89 char local_hostname[MAXHOSTNAMELEN]; local
91 if (gethostname (local_hostname, sizeof(local_hostname)) < 0) {
99 local_hostname,

Completed in 156 milliseconds