whod
struct whod *wd;
struct whod hs_wd;
#define WHDRSIZE __offsetof(struct whod, wd_we)
cc = read(f, (char *)&wd, sizeof(struct whod));
static struct whod wd;
struct whod *w;
struct whod mywd;
struct whod wd;
int cc, whod;
whod = openat(dirfd, path, O_WRONLY | O_CREAT, 0644);
if (whod < 0) {
if (caph_rights_limit(whod, &rights) < 0) {
(void) write(whod, (char *)&wd, cc);
if (fstat(whod, &st) < 0 || st.st_size > cc)
ftruncate(whod, cc);
(void) close(whod);
struct whod *w;
w = (struct whod *)buf;