Lines Matching defs:hostbuf
171 char hostbuf[MAXHOSTNAME + 1];
174 char certnamebuf[2 * sizeof(hostbuf)];
363 gethostname(hostbuf, sizeof(hostbuf) - 1);
364 hostbuf[COUNTOF(hostbuf) - 1] = '\0';
365 hostname = hostbuf;
366 groupname = hostbuf;
367 passwd1 = hostbuf;
451 if (hostname != hostbuf)
460 hostname = hostbuf;
470 if (groupname == hostbuf) {