Searched refs:whod (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/usr.bin/ruptime/ |
| D | ruptime.c | 59 struct whod *hs_wd; 64 #define WHDRSIZE (sizeof(struct whod) - \ 65 sizeof (((struct whod *)0)->wd_we)) 83 struct whod *wd; in main() 88 char buf[sizeof(struct whod)]; in main() 131 cc = read(fd, buf, sizeof(struct whod)); in main() 147 for (wd = (struct whod *)buf, i = 0; i < 2; ++i) in main()
|
| /netbsd/src/usr.sbin/rwhod/ |
| D | rwhod.c | 99 static struct whod mywd; 266 struct whod wd; in handleread() 267 int cc, whod; in handleread() local 270 cc = recvfrom(s, (char *)&wd, sizeof(struct whod), 0, in handleread() 307 whod = open(path, O_WRONLY | O_CREAT, 0644); in handleread() 308 if (whod < 0) { in handleread() 332 (void)write(whod, (char *)&wd, cc); in handleread() 333 if (fstat(whod, &st) < 0 || st.st_size > cc) in handleread() 334 (void)ftruncate(whod, cc); in handleread() 335 (void)close(whod); in handleread() [all …]
|
| /netbsd/src/usr.bin/rwho/ |
| D | rwho.c | 67 #define WHDRSIZE (sizeof(struct whod) - \ 68 sizeof (((struct whod *)NULL)->wd_we)) 82 struct whod wd; in main()
|
| /netbsd/src/include/protocols/ |
| D | rwhod.h | 48 struct whod { struct
|
| /netbsd/src/share/doc/psd/21.ipc/ |
| D | spell.ok | 343 whod
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 1076 whod 4565 whod
|
| /netbsd/src/external/bsd/openldap/dist/tests/data/ |
| D | nis_sample.ldif | 7843 cn: whod
|
| /netbsd/src/etc/ |
| D | services | 24858 whod 513/udp
|