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

  /src/lib/libc/net/
ethers.c 147 int hostlen = (int)strlen(hostname); local in function:ether_hostton
170 if (yp_match(ypdom, "ethers.byname", hostname, hostlen,
  /src/usr.bin/getnameinfo/
getnameinfo.c 90 socklen_t hostlen = NI_MAXHOST, servlen = NI_MAXSERV, addrlen; local in function:main
237 hostlen = 0;
240 hostname, hostlen, service, servlen, flags);
  /src/games/hunt/hunt/
hunt.c 114 lookuphost(const struct sockaddr_storage *host, socklen_t hostlen)
119 result = getnameinfo((const struct sockaddr *)host, hostlen,
234 socklen_t hostlen; local in function:main
240 host = serverlist_gethost(i, &hostlen);
241 dump_scores(host, hostlen);
247 socklen_t hostlen; local in function:main
254 host = serverlist_gethost(i, &hostlen);
259 lookuphost(host, hostlen));
374 socklen_t hostlen; local in function:find_driver
400 host = serverlist_gethost(0, &hostlen);
    [all...]
  /src/usr.bin/finger/
lprint.c 147 print_idle(time_t t, int maxlen, size_t hostlen, size_t ttylen) {
164 if (hostlen) {
178 size_t ttylen, hostlen; local in function:lprint
249 hostlen = visify(hostbuf, sizeof(hostbuf), w->host);
255 cpr += print_idle(w->idletime, maxlen, hostlen,
270 if (hostlen) {
271 if (LINE_LEN < (cpr + 6 + hostlen))
  /src/usr.sbin/lastlogin/
lastlogin.c 112 static size_t hostlen = 0; variable in typeref:typename:size_t
113 #define SIZECOLUMNS (!(namelen && linelen && hostlen))
148 hostlen = atoi(optarg);
183 if (!hostlen)
184 hostlen = FIXED_HOSTLEN;
464 if (!hostlen)
467 if (hostlen < len)
468 hostlen = len;
527 (int)hostlen, (int)hostlen, o->o_host
    [all...]

Completed in 34 milliseconds