Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c613 static char typebuf[20]; in p_type() local
620 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type); in p_type()
621 return (typebuf); in p_type()