Searched defs:typebuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c136 char typebuf[INTSTRLEN]; local
218 (void) snprintf(typebuf, INTSTRLEN,
220 typestr = typebuf;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c635 static char typebuf[20]; local
642 sprintf(typebuf, "TYPE%d", type);
643 return (typebuf);
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2572 char *typebuf; local
2593 typebuf = "LOOPBACK";
2596 typebuf = "ETHER";
2599 typebuf = "OTHER";
2602 typebuf = NULL;
2609 if (typebuf != NULL)
2610 mdb_printf("%-10s ", typebuf);

Completed in 78 milliseconds