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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dis.c213 static const char *const tnames[] = { "D type", "string" }; local
219 if (type < sizeof (tnames) / sizeof (tnames[0]))
220 (void) fprintf(fp, "\t! DT_TYPE(%u) = %s", type, tnames[type]);
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c244 char *tnames, zero = '\0'; local
246 tnames = string_table + term_names;
247 tlength = strlen(tnames) + 1;
267 || fwrite(tnames, sizeof (char), tlength, fp) != tlength

Completed in 42 milliseconds