Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1705 static struct htp_map_ent htp_map[] = { in htp2string() local
1712 for (i = 0; i < sizeof (htp_map) / sizeof (struct htp_map_ent); i++) in htp2string()
1713 if (print_sugg == htp_map[i].print_sugg) in htp2string()
1714 return (gettext(htp_map[i].print_string)); in htp2string()