Searched defs:id2name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c206 id2name(int id, int type) function
227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type));
229 (void) printf(",%s", id2name(id, type));
388 if (id2name(cur->ar_id, type) == NULL)
391 (void) strcat(str, id2name(cur->ar_id, type));

Completed in 56 milliseconds