Searched refs:NGROUPS (Results 1 – 11 of 11) sorted by relevance
43 int glist[NGROUPS]; /* setgroups() syscall expects ints */ in setgroups()46 if (ngroups > NGROUPS) { in setgroups()
42 int glist[NGROUPS]; /* getgroups() syscall returns ints */ in getgroups()
71 #ifndef NGROUPS72 #define NGROUPS 16 macro
46 #define NGROUPS 2 macro60 lt_datagroup_t lt_sc_groups[NGROUPS];217 for (i = 0; i < NGROUPS; ++i) { in free_stat()246 for (i = 0; i < NGROUPS; ++i) { in clear_stat()278 if (group_to_use < 0 || group_to_use >= NGROUPS) { in update_stat_entry()400 for (i = 0; i < NGROUPS; ++i) { in new_collection()
84 #elif defined(NGROUPS)85 #define NGROUPS_UMAX NGROUPS
54 #define NGROUPS "Maximum groups exceeded for logname " macro377 NGROUPS, t->user, t->ngroups); in main()
62 #define NGROUPS 16 /* max number groups */ macro
97 #define NGROUPS NGROUPS_MAX /* max number groups, from limits.h */ macro
288 #if defined(NGROUPS) && (NGROUPS-0) > 0289 n = NGROUPS;
47 #define NGROUPS 16 /* XXX - temporary */ macro1070 token = get_token(sizeof (char) + NGROUPS * sizeof (int32_t)); in au_to_groups()1075 adr_int32(&adr, (int32_t *)groups, NGROUPS); in au_to_groups()
2977 # if !defined(NGROUPS_MAX) && defined(NGROUPS)2978 # define NGROUPS_MAX NGROUPS /* POSIX naming convention */