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.c2602 char *typebuf; in ill_format() local
2623 typebuf = "LOOPBACK"; in ill_format()
2626 typebuf = "ETHER"; in ill_format()
2629 typebuf = "OTHER"; in ill_format()
2632 typebuf = NULL; in ill_format()
2639 if (typebuf != NULL) in ill_format()
2640 mdb_printf("%-10s ", typebuf); in ill_format()