Searched refs:groups_string (Results 1 – 1 of 1) sorted by relevance
90 static const char groups_string[] = "Groups:\t"; in checkSupplementaryGroup() local94 if (strncmp(groups_string, line, sizeof(groups_string) - 1) == 0) { in checkSupplementaryGroup()95 if (checkGroup(line + sizeof(groups_string) - 1, gidToCheck)) { in checkSupplementaryGroup()