OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whoent
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/protocols/
rwhod.h
57
struct
whoent
{
struct in struct:whod
60
} wd_we[1024 / sizeof (struct
whoent
)];
/src/usr.sbin/rwhod/
rwhod.c
314
int i, n = (cc - WHDRSIZE) / sizeof(struct
whoent
);
315
struct
whoent
*we;
362
struct
whoent
*we = mywd.wd_we, *wlast;
379
wlast = &mywd.wd_we[1024 / sizeof(struct
whoent
) - 1];
554
struct
whoent
*we;
568
for (we = w->wd_we, cc /= sizeof(struct
whoent
); cc > 0; cc--, we++) {
/src/usr.bin/rwho/
rwho.c
81
struct
whoent
*we;
149
for (n = cc / sizeof (struct
whoent
); n > 0; n--) {
/src/usr.bin/ruptime/
ruptime.c
84
struct
whoent
*we;
152
we = (struct
whoent
*)(buf + cc); --we >= wd->wd_we;)
Completed in 12 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025