Home
last modified time | relevance | path

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

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