Lines Matching refs:toybuf
43 char *hostname = toybuf, *dot;
46 gethostname(toybuf, sizeof(toybuf)-1);
53 } else hostname = (FLAG(b) && !*toybuf) ? "localhost" : *toys.optargs;
64 if (!(h = gethostbyname(toybuf)))
66 snprintf(toybuf, sizeof(toybuf), "%s", h->h_name);
68 dot = toybuf+strcspn(toybuf, ".");
70 xputs(FLAG(d) ? dot+1 : toybuf);