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

  /src/usr.bin/who/
utmpentry.c 72 size_t maxname = 8, maxline = 8, maxhost = 16; variable in typeref:typename:size_t
87 if ((max = strlen(e->host)) > maxhost)
88 maxhost = max;
  /src/usr.bin/w/
w.c 102 int maxname = 8, maxline = 3, maxhost = 16; variable in typeref:typename:int
360 if (!wflag && maxhost > (ttywidth / 3))
361 maxhost = ttywidth / 3;
364 maxname, "USER", maxhost, "FROM",
424 maxhost, maxhost, ep->host);
551 if ((max = strlen(ep->host)) > maxhost)
552 maxhost = max;

Completed in 22 milliseconds