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

/freebsd-11-stable/usr.bin/rwho/
H A Drwho.c65 #define WHDRSIZE (ssize_t)(sizeof(wd) - sizeof(wd.wd_we)) macro
150 if (cc < WHDRSIZE) {
158 cc -= WHDRSIZE;
/freebsd-11-stable/usr.bin/ruptime/
H A Druptime.c63 #define WHDRSIZE __offsetof(struct whod, wd_we) macro
225 if (cc < (ssize_t)WHDRSIZE)
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c127 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we)) macro
390 if (cc < WHDRSIZE) {
424 n = (cc - WHDRSIZE) / sizeof(struct whoent);
737 cc -= WHDRSIZE;

Completed in 124 milliseconds