Searched refs:ngroups_max (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/bin/
H A Did.c86 long ngroups_max; local
88 ngroups_max = sysconf(NGROUPS_MAX) + 1;
89 groups = (gid_t *)malloc(ngroups_max *sizeof(gid_t));
91 nGroups = getgroups(ngroups_max, groups);
95 for (lastID = -1, cnt = 0; cnt < ngroups_max; ++cnt) {

Completed in 45 milliseconds