Searched refs:whod (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/ruptime/ |
| D | ruptime.c | 56 struct whod *hs_wd; 59 struct whod awhod; 79 struct whod *wd; in main() 84 char buf[sizeof(struct whod)]; in main() 122 cc = read(f, buf, sizeof(struct whod)); in main() 132 wd = (struct whod *)buf; in main()
|
| /mirbsd/src/usr.sbin/rwhod/ |
| D | rwhod.c | 93 struct whod mywd; 231 struct whod wd; in handleread() 232 int cc, whod; in handleread() local 235 cc = recvfrom(s, (char *)&wd, sizeof(struct whod), 0, in handleread() 270 whod = open(path, O_WRONLY | O_CREAT, 0644); in handleread() 271 if (whod < 0) { in handleread() 295 (void) write(whod, (char *)&wd, cc); in handleread() 296 if (fstat(whod, &st) < 0 || st.st_size > cc) in handleread() 297 ftruncate(whod, (off_t)cc); in handleread() 298 (void) close(whod); in handleread() [all …]
|
| /mirbsd/src/usr.bin/rwho/ |
| D | rwho.c | 62 struct whod wd; 93 struct whod *w = &wd; in main() 122 cc = read(f, &wd, sizeof(struct whod)); in main()
|
| /mirbsd/src/include/protocols/ |
| D | rwhod.h | 47 struct whod { struct
|
| /mirbsd/src/share/doc/psd/21.ipc/ |
| D | spell.ok | 343 whod
|
| /mirbsd/src/etc/ |
| D | services | 192 who 513/udp whod
|