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

/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c143 char full_hostname[MAXHOSTNAMELEN]; variable
194 *full_hostname = '\0';
210 if (strlcpy(full_hostname, optarg,
211 sizeof(full_hostname)) >= sizeof(full_hostname))
470 ga_err = getaddrinfo(full_hostname, NULL, &hints,
486 if (!auth_hostok(lc, full_hostname, optarg))
507 if (login_access(pwd->pw_name, hostname ? full_hostname : tty) == 0)
572 full_hostname, tty, pwd->pw_name);
585 username, tty, full_hostname);
[all...]

Completed in 92 milliseconds