HomeSort by: relevance | last modified time | path
    Searched refs:hostbuf (Results 1 - 5 of 5) sorted by relevancy

  /src/libexec/fingerd/
fingerd.c 78 char hostbuf[MAXHOSTNAMELEN]; local
131 hostbuf, sizeof(hostbuf), NULL, 0, 0);
132 lp = hostbuf;
  /src/usr.bin/finger/
lprint.c 177 char timebuf[128], ttybuf[64], hostbuf[512]; local
249 hostlen = visify(hostbuf, sizeof(hostbuf), w->host);
273 (void)printf(" from %s", hostbuf);
  /src/usr.bin/last/
want.c 80 char hostbuf[sizeof(bp->ut_host) + 1], *hostp; local
  /src/lib/libc/net/
getaddrinfo.c 1721 char hostbuf[8*1024]; local
1753 bp = hostbuf;
1754 ep = hostbuf + sizeof hostbuf;
2309 char hostbuf[8*1024]; local
2317 if (!(p = fgets(hostbuf, (int)sizeof hostbuf, *hostf)))
  /src/usr.bin/rpcinfo/
rpcinfo.c 604 char hostbuf[NI_MAXHOST]; local
608 if (getnameinfo(sa, (socklen_t)sa->sa_len, hostbuf, NI_MAXHOST, NULL,
612 hostname = hostbuf;

Completed in 24 milliseconds