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

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c201 char lhostname[ANAME_SZ], *cp; local
211 gethostname(lhostname, sizeof(lhostname));
212 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
214 if (r = krb_rd_encpwd_req(&auth, KRB_SERVICE_NAME, lhostname, 0, &adat, NULL, challenge, r_user, r_passwd)) {
H A Drsaencpwd.c105 static char lhostname[NAME_SZ]; variable
155 gethostname(lhostname, sizeof(lhostname));
156 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
158 strcat(key_file, lhostname);
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c119 char lhostname[GSS_C_MAX_PRINTABLE_NAME]; variable
175 gethostname(lhostname, sizeof(lhostname));
177 "SERVICE:rcmd@%s", lhostname);
328 gethostname(lhostname, sizeof(lhostname));
331 "SERVICE:rcmd@%s", lhostname);
H A Drsaencpwd.c110 static char lhostname[NAME_SZ]; variable
160 gethostname(lhostname, sizeof(lhostname));
161 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
163 SYSCONFDIR "/.%s_privkey", lhostname);

Completed in 162 milliseconds