Home
last modified time | relevance | path

Searched refs:NGROUPS (Results 1 – 22 of 22) sorted by relevance

/netbsd/usr.bin/quota/
H A Dquota.c114 gid_t mygid, gidset[NGROUPS]; in main()
166 ngroups = getgroups(NGROUPS, gidset); in main()
259 gid_t mygid, gidset[NGROUPS]; in showgid()
268 ngroups = getgroups(NGROUPS, gidset); in showgid()
293 gid_t mygid, gidset[NGROUPS]; in showgrpname()
301 ngroups = getgroups(NGROUPS, gidset); in showgrpname()
/netbsd/lib/libc/gen/
H A Dinitgroups.c57 gid_t groups_list[NGROUPS]; in __weak_alias()
64 ngroups = NGROUPS; in __weak_alias()
/netbsd/usr.sbin/lpr/lpc/
H A Dlpc.c322 static gid_t groups[NGROUPS]; in ingroup()
333 ngroups = getgroups(NGROUPS, groups); in ingroup()
/netbsd/sbin/mount_portal/
H A Dportald.h59 gid_t pcr_groups[NGROUPS]; /* From cred */
/netbsd/usr.sbin/ypserv/mknetid/
H A Dmknetid.c61 int gid[NGROUPS]; /* additional gids */
205 if (u->gid_count < NGROUPS) in add_group()
/netbsd/lib/libc/rpc/
H A Dauth_unix.c190 static int maxgrplist = NGROUPS;
195 if (num < NGROUPS) in set_rpc_maxgrouplist()
H A Dsvc_vc.c490 crmsgsize = CMSG_SPACE(SOCKCREDSIZE(NGROUPS)); in read_vc()
/netbsd/sys/miscfs/umapfs/
H A Dumap_subr.c140 gid_t groups[NGROUPS]; in umap_mapids()
/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpeereid.c185 crmsgsize = CMSG_SPACE(SOCKCREDSIZE(NGROUPS)); in lutil_getpeereid()
/netbsd/sys/nfs/
H A Dnfs_socket.c1100 size_t grbuf_size = uimin(len, NGROUPS) * sizeof(gid_t); in nfs_getreq()
1104 if (i < NGROUPS) /* XXX elad */ in nfs_getreq()
1110 uimin(len, NGROUPS), -1, UIO_SYSSPACE); in nfs_getreq()
/netbsd/sys/sys/
H A Dparam.h122 #define NGROUPS NGROUPS_MAX /* max number groups */ macro
H A Dkauth.h90 gid_t cr_groups[NGROUPS]; /* group memberships */
H A Dsysctl.h323 gid_t cr_groups[NGROUPS]; /* groups */
/netbsd/regress/sys/kern/unfdpass/
H A Dunfdpass.c66 #define CRCM_DATASIZE (SOCKCREDSIZE(NGROUPS))
/netbsd/share/doc/psd/05.sysman/
H A Dspell.ok89 NGROUPS
/netbsd/sys/kern/
H A Dkern_auth.c633 cred->cr_ngroups = uimin(uuc->cr_ngroups, NGROUPS); in kauth_uucred_to_cred()
651 ng = uimin(cred->cr_ngroups, NGROUPS); in kauth_cred_to_uucred()
/netbsd/usr.sbin/mountd/
H A Dmountd.c2073 gid_t usergroups[NGROUPS + 1]; in parsecred()
2097 ngroups = NGROUPS + 1; in parsecred()
2122 while (names != NULL && *names != '\0' && cr->cr_ngroups < NGROUPS) { in parsecred()
2134 if (names != NULL && *names != '\0' && cr->cr_ngroups == NGROUPS) in parsecred()
/netbsd/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dserver.c571 crmsgsize = CMSG_SPACE(SOCKCREDSIZE(NGROUPS)); in update_client_creds()
/netbsd/lib/libkvm/
H A Dkvm_proc.c174 gid_t cr_groups[NGROUPS]; /* group memberships */
/netbsd/lib/libp2k/
H A Dp2k.c102 gid_t groups[NGROUPS]; in cred_create()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-1999503 NGROUPS needed by <limits.h> and missing on some systems.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-1999503 NGROUPS needed by <limits.h> and missing on some systems.