Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c217 static const char *const tnames[] = { "D type", "string" }; in dt_dis_pushts() local
231 if (type < sizeof (tnames) / sizeof (tnames[0])) { in dt_dis_pushts()
233 type, tnames[type]); in dt_dis_pushts()