Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dhost.c77 char *name, *nsname, plname[640], ptrbuf[128]; in host_main() local
90 snprintf(ptrbuf, sizeof(ptrbuf), "%d.%d.%d.%d.in-addr.arpa", in host_main()
95 ptrbuf[j++] = xdigits[a[i]&15]; in host_main()
96 ptrbuf[j++] = '.'; in host_main()
97 ptrbuf[j++] = xdigits[a[i]>>4]; in host_main()
98 ptrbuf[j++] = '.'; in host_main()
100 strcpy(ptrbuf+j, "ip6.arpa"); in host_main()
102 name = ptrbuf; in host_main()

Completed in 1 milliseconds