Searched refs:NGROUPS_MAX (Results 1 – 19 of 19) sorted by relevance
31 #if defined (NGROUPS_MAX) && NGROUPS_MAX == 0 in __getgroups()40 #if !(defined (NGROUPS_MAX) && NGROUPS_MAX == 0)
24 #ifndef NGROUPS_MAX25 #define NGROUPS_MAX 16 /* First guess. */ macro34 size = NGROUPS_MAX; in __group_member()
47 NGROUPS_MAX
54 NGROUPS_MAX
179 #ifndef NGROUPS_MAX180 # define NGROUPS_MAX 8 macro
38 #if !defined NGROUPS && defined NGROUPS_MAX39 # define NGROUPS NGROUPS_MAX
176 #if defined NGROUPS_MAX && NGROUPS_MAX == 0 in nss_interface_function()
34 #define NGROUPS_MAX 256 macro
46 gid_t list[NGROUPS_MAX]; in do_test()
82 #ifdef NGROUPS_MAX in __sysconf()83 return NGROUPS_MAX; in __sysconf()
97 constant NGROUPS_MAX >= 8
98 @deftypevr Macro int NGROUPS_MAX279 @c NPROCS_CONF, PHYS_PAGES, AVPHYS_PAGES, NGROUPS_MAX, SIGQUEUE_MAX,328 Inquire about the parameter corresponding to @code{NGROUPS_MAX}.
1917 * grp/initgroups.c [! NGROUPS_MAX || NGROUPS_MAX == 0]: Just2445 error and SIZE==0, alloc temp space for NGROUPS_MAX elts and call2455 No error for SIZE > NGROUPS_MAX.
1573 * sysdeps/unix/sysv/local_lim.h (NGROUPS_MAX): Define as 0.1598 * sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
3391 * grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf3392 instead of the constant NGROUPS_MAX. That way, the limit can be3396 define NGROUPS_MAX; we don't use it here.
9972 the code compiles for NGROUPS_MAX != 0.
6100 of groups to NGROUPS_MAX. Allow dynamic resizing. Loop around
6943 (NGROUPS_MAX): Define to 8 if not defined.
78991 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].