Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c635 static char typebuf[20]; in p_type() local
642 sprintf(typebuf, "TYPE%d", type); in p_type()
643 return (typebuf); in p_type()
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2572 char *typebuf; in ill_format() local
2593 typebuf = "LOOPBACK"; in ill_format()
2596 typebuf = "ETHER"; in ill_format()
2599 typebuf = "OTHER"; in ill_format()
2602 typebuf = NULL; in ill_format()
2609 if (typebuf != NULL) in ill_format()
2610 mdb_printf("%-10s ", typebuf); in ill_format()