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

/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_name.c96 char local_hostname[MAXHOSTNAMELEN]; local
114 if (gethostname(local_hostname, sizeof(local_hostname)) < 0) {
119 host = local_hostname;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dverify_init.c91 char local_hostname[MAXHOSTNAMELEN]; local
93 if (gethostname (local_hostname, sizeof(local_hostname)) < 0) {
101 local_hostname,
H A Dprincipal.c804 char local_hostname[MAXHOSTNAMELEN]; local
914 gethostname (local_hostname, sizeof(local_hostname)) == 0 &&
915 strncmp(instance, local_hostname, strlen(instance)) == 0 &&
916 local_hostname[strlen(instance)] == '.') {
917 strlcpy(host, local_hostname, sizeof(host));

Completed in 93 milliseconds