Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dhost.c74 char *name, *nsname, rrname[256], plname[640], ptrbuf[128]; in host_main() local
87 snprintf(ptrbuf, sizeof(ptrbuf), "%d.%d.%d.%d.in-addr.arpa", in host_main()
92 ptrbuf[j++] = xdigits[a[i]&15]; in host_main()
93 ptrbuf[j++] = '.'; in host_main()
94 ptrbuf[j++] = xdigits[a[i]>>4]; in host_main()
95 ptrbuf[j++] = '.'; in host_main()
97 strcpy(ptrbuf+j, "ip6.arpa"); in host_main()
99 name = ptrbuf; in host_main()