Searched refs:ac_groups (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c135 static ac_group_t ac_groups[] = { variable
223 for (g = 0; ac_groups[g].ag_type != AC_NONE; g++) {
224 if (ac_groups[g].ag_type != type)
226 (void) printf("%-9s", ac_groups[g].ag_name);
227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type));
228 for (r = 1; (id = ac_groups[g].ag_mem[r]) != AC_NONE; r++)
316 for (ok = 0, i = 0; (g = ac_groups[i].ag_name) != NULL; i++) {
317 if (strcmp(p, g) == 0 && ac_groups[i].ag_type == type) {
318 for (j = 0; (id = ac_groups[i].ag_mem[j]) !=
359 for (i = 0; (g = ac_groups[
[all...]

Completed in 56 milliseconds