Searched refs:whod (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 135 static struct whod mywd; 145 static int verify(const struct whod *); 254 struct whod wd; in main() 255 int cc, whod; in main() local 258 cc = recvfrom(s, &wd, sizeof (struct whod), 0, in main() 291 whod = open(path, O_WRONLY | O_CREAT, 0644); in main() 292 if (whod < 0) { in main() 317 (void) write(whod, &wd, cc); in main() 318 if (fstat(whod, &st) < 0 || st.st_size > cc) in main() 319 (void) ftruncate(whod, cc); in main() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | ruptime.c | 57 struct whod *hs_wd; 77 struct whod *buf; in main() 82 struct whod *wd; in main() 121 if ((buf = malloc(sizeof (struct whod))) == NULL) { in main() 166 cc = read(f, buf, sizeof (struct whod)); in main()
|
H A D | rwho.c | 56 static struct whod wd; 81 register struct whod *w = &wd; in main() 112 cc = read(f, (char *)&wd, sizeof (struct whod)); in main()
|
/titanic_50/usr/src/head/protocols/ |
H A D | rwhod.h | 54 struct whod { struct
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 199 who 513/udp whod
|