OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WHDRSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/rwho/
rwho.c
67
#define
WHDRSIZE
(sizeof(struct whod) - \
138
if (cc < (ssize_t)
WHDRSIZE
) {
147
cc -=
WHDRSIZE
;
/src/usr.bin/ruptime/
ruptime.c
64
#define
WHDRSIZE
(sizeof(struct whod) - \
134
if (cc < (int)
WHDRSIZE
)
145
memmove(hsp->hs_wd, buf, (size_t)
WHDRSIZE
);
/src/usr.sbin/rwhod/
rwhod.c
103
#define
WHDRSIZE
(sizeof(mywd) - sizeof(mywd.wd_we))
282
if (cc < (int)
WHDRSIZE
) {
314
int i, n = (cc -
WHDRSIZE
) / sizeof(struct whoent);
567
cc -=
WHDRSIZE
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025