HomeSort by relevance Sort by last modified time
    Searched refs:typebuf (Results 1 - 2 of 2) sorted by null

  /bionic/libc/dns/resolv/
res_debug.c 613 static char typebuf[20]; local
620 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type);
621 return (typebuf);
    [all...]