HomeSort by: relevance | last modified time | path
    Searched defs:WHDRSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rwho/
rwho.c 67 #define WHDRSIZE (sizeof(struct whod) - \
138 if (cc < (ssize_t)WHDRSIZE) {
147 cc -= WHDRSIZE;
  /src/usr.bin/ruptime/
ruptime.c 64 #define WHDRSIZE (sizeof(struct whod) - \
134 if (cc < (int)WHDRSIZE)
145 memmove(hsp->hs_wd, buf, (size_t)WHDRSIZE);
  /src/usr.sbin/rwhod/
rwhod.c 103 #define WHDRSIZE (sizeof(mywd) - sizeof(mywd.wd_we))
282 if (cc < (int)WHDRSIZE) {
314 int i, n = (cc - WHDRSIZE) / sizeof(struct whoent);
567 cc -= WHDRSIZE;

Completed in 12 milliseconds