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

/macosx-10.10.1/libtelnet-13/
H A Dkrb4encpwd.c207 char lhostname[ANAME_SZ], *cp; local
217 gethostname(lhostname, sizeof(lhostname));
218 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
220 if (r = krb_rd_encpwd_req(&auth, KRB_SERVICE_NAME, lhostname, 0, &adat, NULL, challenge, r_user, r_passwd)) {
H A Drsaencpwd.c109 static char lhostname[NAME_SZ]; variable
159 gethostname(lhostname, sizeof(lhostname));
160 if ((cp = strchr(lhostname, '.')) != 0) *cp = '\0';
162 strcat(key_file, lhostname);
/macosx-10.10.1/Heimdal-398.1.2/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 125 milliseconds