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

/freebsd-10.1-release/usr.sbin/acpi/acpidump/
H A Dacpi.c760 static char typebuf[16]; local
772 snprintf(typebuf, sizeof(typebuf), "%d", type);
773 return (typebuf);
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_debug.c612 static char typebuf[20]; local
619 sprintf(typebuf, "TYPE%d", type);
620 return (typebuf);

Completed in 158 milliseconds