Searched refs:ngrp (Results 1 – 1 of 1) sorted by relevance
771 Int ngrp; in VG_() local774 ngrp = VG_(getgroups)(0, NULL); in VG_()775 if (ngrp != -1) { in VG_()776 groups = VG_(malloc)("check_executable", ngrp * sizeof *groups); in VG_()777 ngrp = VG_(getgroups)(ngrp, groups); in VG_()782 for (i = 0; i < ngrp; i++) { in VG_()