Searched refs:whoent (Results 1 – 4 of 4) sorted by relevance
55 struct whoent { struct58 } wd_we[1024 / sizeof (struct whoent)];
409 struct whoent *we; in receiver_process() 412 n = (cc - WHDRSIZE) / sizeof(struct whoent); in receiver_process() 447 struct whoent *we, *wend; in sender_process() 456 wend = &mywd.wd_we[1024 / sizeof(struct whoent)]; in sender_process() 713 struct whoent *we; in Sendto() 726 for (we = w->wd_we, cc /= sizeof(struct whoent); cc > 0; cc--, we++) { in Sendto()
82 struct whoent *we; in main()148 for (n = cc / sizeof(struct whoent); n > 0; n--) { in main()
182 struct whoent *we; in ruptime()