Searched refs:WHDRSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/rwho/
H A Drwho.c53 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we)) macro
138 if (cc < WHDRSIZE) {
146 cc -= WHDRSIZE;
/freebsd-current/usr.bin/ruptime/
H A Druptime.c52 #define WHDRSIZE __offsetof(struct whod, wd_we) macro
214 if (cc < (ssize_t)WHDRSIZE)
/freebsd-current/usr.sbin/rwhod/
H A Drwhod.c115 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we)) macro
378 if (cc < WHDRSIZE) {
412 n = (cc - WHDRSIZE) / sizeof(struct whoent);
725 cc -= WHDRSIZE;

Completed in 146 milliseconds