Home
last modified time | relevance | path

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

/netbsd/usr.bin/ruptime/
H A Druptime.c64 #define WHDRSIZE (sizeof(struct whod) - \ macro
134 if (cc < (int)WHDRSIZE) in main()
143 if ((hsp->hs_wd = malloc((size_t)WHDRSIZE)) == NULL) in main()
145 memmove(hsp->hs_wd, buf, (size_t)WHDRSIZE); in main()
/netbsd/usr.bin/rwho/
H A Drwho.c67 #define WHDRSIZE (sizeof(struct whod) - \ macro
138 if (cc < (ssize_t)WHDRSIZE) { in main()
147 cc -= WHDRSIZE; in main()
/netbsd/usr.sbin/rwhod/
H A Drwhod.c103 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we)) macro
282 if (cc < (int)WHDRSIZE) { in handleread()
314 int i, n = (cc - WHDRSIZE) / sizeof(struct whoent); in handleread()
567 cc -= WHDRSIZE; in Sendto()