HomeSort by: relevance | last modified time | path
    Searched defs:tnames (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dis.c 217 static const char *const tnames[] = { "D type", "string" }; local
231 if (type < sizeof (tnames) / sizeof (tnames[0])) {
233 type, tnames[type]);
dt_dis.c 217 static const char *const tnames[] = { "D type", "string" }; local
231 if (type < sizeof (tnames) / sizeof (tnames[0])) {
233 type, tnames[type]);
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 589 static char * tnames[BTMASK+1] = { local
636 ISVOL(q << TSHIFT) ? "volatile " : "", tnames[t]);
common.c 589 static char * tnames[BTMASK+1] = { local
636 ISVOL(q << TSHIFT) ? "volatile " : "", tnames[t]);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 89 static char *tnames[] = { variable
1609 warner(Wtruncate, tnames[tr], tnames[tl]);
trees.c 89 static char *tnames[] = { variable
1609 warner(Wtruncate, tnames[tr], tnames[tl]);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 87 static char *tnames[] = { variable
1513 warner(Wtruncate, tnames[tr], tnames[tl]);
trees.c 87 static char *tnames[] = { variable
1513 warner(Wtruncate, tnames[tr], tnames[tl]);

Completed in 67 milliseconds