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

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

Completed in 57 milliseconds