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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1554 static struct htp_map_ent htp_map[] = { local
1561 for (i = 0; i < sizeof (htp_map) / sizeof (struct htp_map_ent); i++)
1562 if (print_sugg == htp_map[i].print_sugg)
1563 return (gettext(htp_map[i].print_string));

Completed in 72 milliseconds