Home
last modified time | relevance | path

Searched refs:ag_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c223 for (g = 0; ac_groups[g].ag_type != AC_NONE; g++) { in printgroup()
224 if (ac_groups[g].ag_type != type) in printgroup()
317 if (strcmp(p, g) == 0 && ac_groups[i].ag_type == type) { in str2buf()
360 if (ac_groups[i].ag_type != type) in buf2str()
H A Dres.h43 int ag_type; member