Home
last modified time | relevance | path

Searched refs:typebuf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c136 char typebuf[INTSTRLEN]; in print_symtab() local
218 (void) snprintf(typebuf, INTSTRLEN, in print_symtab()
220 typestr = typebuf; in print_symtab()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c630 static char typebuf[20]; in p_type() local
637 sprintf(typebuf, "TYPE%d", type); in p_type()
638 return (typebuf); in p_type()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2578 char *typebuf; in ill_format() local
2599 typebuf = "LOOPBACK"; in ill_format()
2602 typebuf = "ETHER"; in ill_format()
2605 typebuf = "OTHER"; in ill_format()
2608 typebuf = NULL; in ill_format()
2615 if (typebuf != NULL) in ill_format()
2616 mdb_printf("%-10s ", typebuf); in ill_format()