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

/freebsd-13-stable/usr.bin/rwho/
H A Drwho.c68 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we)) macro
153 if (cc < WHDRSIZE) {
161 cc -= WHDRSIZE;
/freebsd-13-stable/usr.bin/ruptime/
H A Druptime.c65 #define WHDRSIZE __offsetof(struct whod, wd_we) macro
227 if (cc < (ssize_t)WHDRSIZE)
/freebsd-13-stable/usr.sbin/rwhod/
H A Drwhod.c130 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we)) macro
393 if (cc < WHDRSIZE) {
427 n = (cc - WHDRSIZE) / sizeof(struct whoent);
740 cc -= WHDRSIZE;

Completed in 44 milliseconds