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

/freebsd-9.3-release/usr.bin/rwho/
H A Drwho.c72 #define WHDRSIZE (ssize_t)(sizeof (wd) - sizeof (wd.wd_we)) macro
126 if (cc < WHDRSIZE) {
134 cc -= WHDRSIZE;
/freebsd-9.3-release/usr.bin/ruptime/
H A Druptime.c64 #define WHDRSIZE (sizeof (awhod) - sizeof (awhod.wd_we)) macro
206 if (cc < WHDRSIZE)
217 if ((hsp->hs_wd = malloc((size_t)WHDRSIZE)) == NULL)
219 memmove(hsp->hs_wd, buf, (size_t)WHDRSIZE);
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c151 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we)) macro
287 if (cc < WHDRSIZE) {
313 int i, n = (cc - WHDRSIZE)/sizeof(struct whoent);
666 cc -= WHDRSIZE;

Completed in 62 milliseconds