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

  /src/usr.bin/w/
w.c 624 char host_buf[sizeof(ep->host)]; local in function:fixhost
632 strlcpy(host_buf, *ep->host ? ep->host : "-", sizeof(host_buf));
633 p = host_buf;
638 for (x = p; x < &host_buf[sizeof(host_buf)]; x++)
641 if (x == p + sizeof(host_buf) || *x != ':')
644 for (m = x + 1; m < &host_buf[sizeof(host_buf)]; m++)
647 if (m == p + sizeof(host_buf) || *m != ':')
    [all...]
  /src/usr.sbin/ndp/
ndp.c 139 static char host_buf[NI_MAXHOST]; /* getnameinfo() */ variable in typeref:typename:char[]
386 host_buf, sizeof(host_buf), NULL ,0,
388 errx(1, "%s (%s) -- no entry", host, host_buf);
536 (void)delete(rtm, host_buf);
549 host_buf, sizeof(host_buf), NULL, 0,
558 (void)delete(rtm, host_buf);
565 addrwidth = strlen(host_buf);
579 host_buf, llwidth, llwidth, ether_str(sdl), ifwidth
    [all...]

Completed in 13 milliseconds