Searched defs:grouphead (Results 1 – 2 of 2) sorted by relevance
210 struct grouphead { struct211 struct grouphead *g_link; /* Next grouphead in list */ argument212 char *g_name; /* Name of this group */213 struct group *g_list; /* Users in group. */
77 } grouphead = { variable