Lines Matching refs:plname
74 char *name, *nsname, rrname[256], plname[640], ptrbuf[64]; in host_main() local
165 inet_ntop(rrt[type].af, p, plname, sizeof plname); in host_main()
168 dn_expand(abuf, abuf+alen, p, plname, sizeof plname); in host_main()
171 snprintf(plname, sizeof plname, "\"%.*s\"", pllen, p); in host_main()
174 i = dn_expand(abuf, abuf+alen, p, plname, sizeof plname - 1); in host_main()
175 strcat(plname, " "); in host_main()
176 i += dn_expand(abuf, abuf+alen, p+i, plname+strlen(plname), in host_main()
177 sizeof(plname)-strlen(plname)); in host_main()
180 snprintf(plname+strlen(plname), sizeof(plname)-strlen(plname), in host_main()
190 snprintf(plname, sizeof(plname), verbose ? "%d " : "(pri=%d) by ", pri); in host_main()
191 dn_expand(abuf, abuf+alen, p+2, plname+strlen(plname), in host_main()
192 sizeof plname - strlen(plname)); in host_main()
196 snprintf(plname, sizeof(plname), "%u %u %u ", v[0], v[1], v[2]); in host_main()
197 dn_expand(abuf, abuf+alen, p+6, plname+strlen(plname), in host_main()
198 sizeof plname - strlen(plname)); in host_main()
206 printf("%s\t%u\tIN %s\t%s\n", rrname, ttl, rrt[type].name, plname); in host_main()
208 printf("%s %s %s\n", rrname, rrt[type].msg, plname); in host_main()