Searched refs:lhostname (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | spx.c | 119 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 D | rsaencpwd.c | 110 static char lhostname[NAME_SZ]; variable 160 gethostname(lhostname, sizeof(lhostname)); 161 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0'; 163 SYSCONFDIR "/.%s_privkey", lhostname);
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | krb4encpwd.c | 197 char lhostname[ANAME_SZ], *cp; local 207 gethostname(lhostname, sizeof(lhostname)); 208 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0'; 210 …if (r = krb_rd_encpwd_req(&auth, KRB_SERVICE_NAME, lhostname, 0, &adat, NULL, challenge, r_user, r…
|
H A D | rsaencpwd.c | 101 static char lhostname[NAME_SZ]; variable 151 gethostname(lhostname, sizeof(lhostname)); 152 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0'; 154 strcat(key_file, lhostname);
|