Home
last modified time | relevance | path

Searched refs:tngroups_max (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/mountd/
H A Dmountd.c308 static long tngroups_max; variable
446 tngroups_max = sysconf(_SC_NGROUPS_MAX); in main()
447 if (tngroups_max == -1) in main()
448 tngroups_max = NGROUPS_MAX; in main()
450 ++tngroups_max; in main()
451 tmp_groups = malloc(tngroups_max); in main()
3664 cr->cr_ngroups = tngroups_max; in parsecred()
3668 cr->cr_ngroups = tngroups_max; in parsecred()
3693 if (cr->cr_ngroups == tngroups_max) { in parsecred()