HomeSort by: relevance | last modified time | path
    Searched refs:whoent (Results 1 - 4 of 4) sorted by relevancy

  /src/include/protocols/
rwhod.h 57 struct whoent { struct in struct:whod
60 } wd_we[1024 / sizeof (struct whoent)];
  /src/usr.sbin/rwhod/
rwhod.c 314 int i, n = (cc - WHDRSIZE) / sizeof(struct whoent);
315 struct whoent *we;
362 struct whoent *we = mywd.wd_we, *wlast;
379 wlast = &mywd.wd_we[1024 / sizeof(struct whoent) - 1];
554 struct whoent *we;
568 for (we = w->wd_we, cc /= sizeof(struct whoent); cc > 0; cc--, we++) {
  /src/usr.bin/rwho/
rwho.c 81 struct whoent *we;
149 for (n = cc / sizeof (struct whoent); n > 0; n--) {
  /src/usr.bin/ruptime/
ruptime.c 84 struct whoent *we;
152 we = (struct whoent *)(buf + cc); --we >= wd->wd_we;)

Completed in 12 milliseconds