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

/macosx-10.9.5/remote_cmds-41.90.1/rwho.tproj/
H A Drwho.c81 #define WHDRSIZE (ssize_t)(sizeof (wd) - sizeof (wd.wd_we)) macro
135 if (cc < WHDRSIZE) {
143 cc -= WHDRSIZE;
/macosx-10.9.5/remote_cmds-41.90.1/ruptime.tproj/
H A Druptime.c68 #define WHDRSIZE (sizeof (awhod) - sizeof (awhod.wd_we)) macro
210 if (cc < WHDRSIZE)
221 if ((hsp->hs_wd = malloc((size_t)WHDRSIZE)) == NULL)
223 memmove(hsp->hs_wd, buf, (size_t)WHDRSIZE);
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c155 #define WHDRSIZE (int)(sizeof(mywd) - sizeof(mywd.wd_we)) macro
295 if (cc < WHDRSIZE) {
321 int i, n = (cc - WHDRSIZE)/sizeof(struct whoent);
744 cc -= WHDRSIZE;

Completed in 87 milliseconds