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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c215 static const char *const tnames[] = { "D type", "string" }; local
221 if (type < sizeof (tnames) / sizeof (tnames[0]))
222 (void) fprintf(fp, "\t! DT_TYPE(%u) = %s", type, tnames[type]);

Completed in 599 milliseconds