Searched refs:getgroups (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3872 INTERCEPTOR(int, getgroups, int size, u32 *lst) {
3874 COMMON_INTERCEPTOR_ENTER(ctx, getgroups, size, lst);
3878 int res = REAL(getgroups)(size, lst);
3883 #define INIT_GETGROUPS COMMON_INTERCEPT_FUNCTION(getgroups);
/freebsd-11-stable/contrib/gcc/
H A Dconfigure9518 # Try to determine the array type of the second argument of getgroups
9558 echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5
9559 echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6
9588 n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
9590 /* Exit non-zero if getgroups seems to require an array of ints. This
9591 happens when gid_t is short but getgroups modifies an array of ints. */
9628 $EGREP "getgroups.*int.*gid_t" >/dev/null 2>&1; then
9650 # targets where the array type of the second argument of getgroups

Completed in 194 milliseconds

12