Searched refs:grplst (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_allocate.c | 130 gid_t *grplst; local 133 grplst = alloca(maxgrp * sizeof (gid_t)); 135 if ((ng = getgroups(maxgrp, grplst)) < 0) { 141 (void) au_write(ad, au_to_newgroups(ng, grplst));
|
H A D | generic.c | 424 gid_t *grplst = alloca(maxgrp * sizeof (gid_t)); in aug_audit() local 426 if ((ng = getgroups(maxgrp, grplst)) > 0) { in aug_audit() 427 (void) au_write(ad, au_to_newgroups(ng, grplst)); in aug_audit()
|
/illumos-gate/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 52 static char *grplst; variable 95 grplst = optarg; in main() 107 if (login != NULL && (user != NULL || group != NULL || grplst != NULL)) in main() 333 if (grplst != NULL) { in initcred() 338 while ((cgrp = strtok(grplst, ",")) != NULL) { in initcred() 348 grplst = NULL; in initcred()
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | myaudit.c | 219 gid_t *grplst = alloca(maxgrp * sizeof (gid_t)); in audit_audit() local 221 if ((ng = getgroups(maxgrp, grplst))) { in audit_audit() 222 (void) au_write(ad, au_to_newgroups(ng, grplst)); in audit_audit()
|