Searched refs:tngroups_max (Results 1 – 1 of 1) sorted by relevance
310 static long tngroups_max; variable449 tngroups_max = sysconf(_SC_NGROUPS_MAX); in main()450 if (tngroups_max == -1) in main()451 tngroups_max = NGROUPS_MAX; in main()453 ++tngroups_max; in main()454 tmp_groups = malloc(tngroups_max); in main()3679 cr->cr_ngroups = tngroups_max; in parsecred()3683 cr->cr_ngroups = tngroups_max; in parsecred()3708 if (cr->cr_ngroups == tngroups_max) { in parsecred()