Home | History | Annotate | Download | only in strace

Lines Matching refs:getgroups

5497 echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5
5498 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6
5527 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
5529 /* Exit non-zero if getgroups seems to require an array of ints. This
5530 happens when gid_t is short but getgroups modifies an array of ints. */
5567 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then