Searched refs:whod (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/include/protocols/
H A Drwhod.h48 struct whod { struct
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c121 struct whod mywd;
356 struct whod wd;
358 int cc, whod; local
404 (void) snprintf(path, sizeof(path), "whod.%s", wd.wd_hostname);
409 whod = openat(dirfd, path, O_WRONLY | O_CREAT, 0644);
410 if (whod < 0) {
415 if (cap_rights_limit(whod, &rights) < 0 && errno != ENOSYS) {
441 (void) write(whod, (char *)&wd, cc);
442 if (fstat(whod, &st) < 0 || st.st_size > cc)
443 ftruncate(whod, c
[all...]
/freebsd-10.0-release/usr.bin/ruptime/
H A Druptime.c58 struct whod hs_wd;
63 #define WHDRSIZE __offsetof(struct whod, wd_we)
176 struct whod *wd;
189 if (dp->d_ino == 0 || strncmp(dp->d_name, "whod.", 5) != 0)
/freebsd-10.0-release/usr.bin/rwho/
H A Drwho.c72 static struct whod wd;
93 struct whod *w;
142 if (dp->d_ino == 0 || strncmp(dp->d_name, "whod.", 5) != 0)
149 cc = read(f, (char *)&wd, sizeof(struct whod));
/freebsd-10.0-release/etc/
H A Dservices911 who 513/udp whod #maintains data bases showing who's

Completed in 70 milliseconds