Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/setgroups/
Dsetgroups03.c111 int ngroups_max = sysconf(_SC_NGROUPS_MAX); /* max no. of groups in the current system */ in main() local
115 groups_list = malloc(ngroups_max * sizeof(GID_T)); in main()
118 " %d ", ngroups_max * sizeof(GID_T), errno); in main()
132 gidsetsize = ngroups_max + Test_cases[i].gsize_add; in main()