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

/haiku/src/bin/network/telnet/
H A Dcommands.c2191 char *cmd, *hostp = 0, *portp = 0, *user = 0;
2235 if (hostp == 0) {
2236 hostp = *argv++;
2250 if (hostp == 0)
2271 if (hostp[0] == '/') {
2274 if (strlen(hostp) >= sizeof(su.sun_path)) {
2276 hostp);
2279 hostname = hostp;
2282 strlcpy(su.sun_path, hostp, sizeof su.sun_path);
2283 printf("Trying %s...\n", hostp);
2183 char *cmd, *hostp = 0, *portp = 0, *user = 0; local
[all...]

Completed in 122 milliseconds