Home
last modified time | relevance | path

Searched refs:aup_gids (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sunrpc/
Dauth_unix.c96 gid_t *aup_gids) in authunix_create() argument
132 aup.aup_gids = aup_gids; in authunix_create()
293 aup.aup_gids = (gid_t *) NULL; in authunix_refresh()
Dsvc_authux.c68 aup->aup_gids = area->area_gids; in _svcauth_unix()
96 aup->aup_gids[i] = IXDR_GET_LONG (buf); in _svcauth_unix()
Dauthuxprot.c57 && xdr_array (xdrs, (caddr_t *) & (p->aup_gids), in xdr_authunix_parms()
/glibc-2.36/sunrpc/rpc/
Dauth_unix.h68 __gid_t *aup_gids; member
/glibc-2.36/ChangeLog.old/
DChangeLog.61186 of uid, gid, and aup_gids to uid_t and gid_t respectively.
1188 (authunix_refresh): Correct cast for aup_gids assignment.