Searched refs:typebuf (Results 1 – 3 of 3) sorted by relevance
136 char typebuf[INTSTRLEN]; in print_symtab() local218 (void) snprintf(typebuf, INTSTRLEN, in print_symtab()220 typestr = typebuf; in print_symtab()
635 static char typebuf[20]; in p_type() local642 sprintf(typebuf, "TYPE%d", type); in p_type()643 return (typebuf); in p_type()
2572 char *typebuf; in ill_format() local2593 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()