Lines Matching defs:hostname
82 char hostname[256];
96 (void) gethostname(hostname, sizeof (hostname));
100 msize = snprintf(buf, sizeof (buf), "From %s@%s: ", who, hostname);
186 doit(char *hostname)
201 thread_hostname = strdup(hostname);
218 char *hostname = arg;
225 (void) fprintf(stderr, "sending message to %s\n%s\n", hostname, path);
232 hostname, WALLPROG, WALLVERS, "datagram_v", &tp);
237 hostname);
238 clnt_pcreateerror(hostname);
247 clnt_perror(clnt, hostname);
256 free(hostname);