Searched refs:whod (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.c | 109 struct whod mywd; 344 struct whod wd; in receiver_process() 346 int cc, whod; in receiver_process() local 392 (void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname); in receiver_process() 397 whod = openat(dirfd, path, O_WRONLY | O_CREAT, 0644); in receiver_process() 398 if (whod < 0) { in receiver_process() 403 if (caph_rights_limit(whod, &rights) < 0) { in receiver_process() 429 (void) write(whod, (char *)&wd, cc); in receiver_process() 430 if (fstat(whod, &st) < 0 || st.st_size > cc) in receiver_process() 431 ftruncate(whod, c in receiver_process() [all...] |
/freebsd/usr.bin/rwho/ |
H A D | rwho.c | 60 static struct whod wd; 81 struct whod *w; in main() 137 cc = read(f, (char *)&wd, sizeof(struct whod)); in main()
|
/freebsd/usr.bin/ruptime/ |
H A D | ruptime.c | 47 struct whod hs_wd; 52 #define WHDRSIZE __offsetof(struct whod, wd_we) 181 struct whod *wd; in ruptime()
|
/freebsd/include/protocols/ |
H A D | rwhod.h | 46 struct whod { struct
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 343 whod
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 899 who 513/udp whod #maintains data bases showing who's
|