Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp434 static char typebuf[20]; in p_type() local
439 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type); in p_type()
440 return (typebuf); in p_type()
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.c631 static char typebuf[20]; in p_type() local
638 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type); in p_type()
639 return (typebuf); in p_type()