Home
last modified time | relevance | path

Searched refs:wd_we (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/rwhod/
H A Drwhod.c103 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we))
322 we = wd.wd_we; in handleread()
362 struct whoent *we = mywd.wd_we, *wlast; in send_host_information()
379 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1]; in send_host_information()
390 utmpent = we - mywd.wd_we; in send_host_information()
402 we = mywd.wd_we; in send_host_information()
568 for (we = w->wd_we, cc /= sizeof(struct whoent); cc > 0; cc--, we++) { in Sendto()
/netbsd/usr.bin/rwho/
H A Drwho.c68 sizeof (((struct whod *)NULL)->wd_we))
148 we = wd.wd_we; in main()
/netbsd/include/protocols/
H A Drwhod.h60 } wd_we[1024 / sizeof (struct whoent)]; member
/netbsd/usr.bin/ruptime/
H A Druptime.c65 sizeof (((struct whod *)0)->wd_we))
152 we = (struct whoent *)(buf + cc); --we >= wd->wd_we;) in main()