Home | History | Annotate | Download | only in openssh

Lines Matching full:gethostname

2643 	if (gethostname(hostname, sizeof(hostname)) < 0)
2644 fatal("gethostname: %.100s", strerror(errno));