group
struct group {
struct group { gid_t gr_gid; };
group(int argc, char *argv[])
group(struct passwd *pw, int nflag)
group(void *v)