grutil.c | 88 addgid(gid_t *groups, int ngroups, int ngroupsmax, gid_t gid, int makespace) function in typeref:typename:addgrp_ret_t 169 rval = addgid(groups, ngroups, ngroupsmax, newgid, makespace); 193 rval = addgid(groups, ngroups, ngroupsmax, oldgid, makespace);
|