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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1274 static struct em_map_ent em_map[] = { local
1285 for (i = 0, j = 0; i < sizeof (em_map) / sizeof (struct em_map_ent);
1287 if ((int)emodifier & em_map[i].mask) {
1290 (void) strlcat(modstring, em_map[i].string, modlen);

Completed in 66 milliseconds