Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_debug.c603 static char typebuf[20]; in p_type() local
610 sprintf(typebuf, "TYPE%d", type); in p_type()
611 return (typebuf); in p_type()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c1415 static char typebuf[16]; in devscope_type2str() local
1429 snprintf(typebuf, sizeof(typebuf), "%d", type); in devscope_type2str()
1430 return (typebuf); in devscope_type2str()