Searched refs:makespace (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/usr.bin/newgrp/ |
| H A D | grutil.c | 88 addgid(gid_t *groups, int ngroups, int ngroupsmax, gid_t gid, int makespace) in addgid() argument 107 if (makespace) { in addgid() 138 addgrp(gid_t newgid, int makespace) in addgrp() argument 169 rval = addgid(groups, ngroups, ngroupsmax, newgid, makespace); in addgrp() 193 rval = addgid(groups, ngroups, ngroupsmax, oldgid, makespace); in addgrp()
|