OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026