Searched refs:group_array (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c158 static gid_t *group_array = NULL; variable
555 group_array = xrealloc(group_array, ngroups * sizeof(gid_t));
556 getgroups(ngroups, group_array);
575 if (gid == group_array[i])

Completed in 36 milliseconds