Searched refs:psecgrp (Results 1 – 1 of 1) sorted by relevance
564 struct secgrp *psecgrp; /* Block allocated for this info */ in applygroup() local612 psecgrp = malloc( in applygroup()614 psecgrp->groupID = grent->gr_gid; in applygroup()615 psecgrp->groupname = p; in applygroup()616 psecgrp->next = NULL; in applygroup()618 dp->secgrplist = psecgrp; in applygroup()625 psrch->next = psecgrp; in applygroup()854 struct secgrp *psecgrp; /* Secondary group info */ in writeunformatted() local869 for (psecgrp = current->secgrplist; psecgrp; psecgrp = psecgrp->next) { in writeunformatted()871 psecgrp->groupname, psecgrp->groupID); in writeunformatted()[all …]