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