Home
last modified time | relevance | path

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

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