Searched refs:g_link (Results 1 – 3 of 3) sorted by relevance
450 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()454 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()473 gh->g_link = groups[h]; in group()
136 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
211 struct grouphead *g_link; /* Next grouphead in list */ member