HomeSort by: relevance | last modified time | path
    Searched defs:alloc_groups (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/newgrp/
grutil.c 69 alloc_groups(int *ngroups, gid_t **groups, int *ngroupsmax) function in typeref:typename:addgrp_ret_t
149 rval = alloc_groups(&ngroups, &groups, &ngroupsmax);
238 if (alloc_groups(&ngroups, &groups, &ngroupsmax) == ADDGRP_NOERROR) {
grutil.c 69 alloc_groups(int *ngroups, gid_t **groups, int *ngroupsmax) function in typeref:typename:addgrp_ret_t
149 rval = alloc_groups(&ngroups, &groups, &ngroupsmax);
238 if (alloc_groups(&ngroups, &groups, &ngroupsmax) == ADDGRP_NOERROR) {

Completed in 25 milliseconds