Symbol: print_dname
lib/libc/asr/asr_debug.c
100
print_dname(rr->rr.ptr.ptrname, buf, max);
lib/libc/asr/asr_debug.c
104
print_dname(rr->rr.soa.mname, tmp, sizeof tmp),
lib/libc/asr/asr_debug.c
105
print_dname(rr->rr.soa.rname, tmp2, sizeof tmp2),
lib/libc/asr/asr_debug.c
139
print_dname(q->q_dname, b, sizeof b),
lib/libc/asr/asr_debug.c
32
static const char *print_dname(const char *, char *, size_t);
lib/libc/asr/asr_debug.c
72
print_dname(rr->rr_dname, tmp, sizeof tmp),
lib/libc/asr/asr_debug.c
89
print_dname(rr->rr.cname.cname, buf, max);
lib/libc/asr/asr_debug.c
94
print_dname(rr->rr.mx.exchange, tmp, sizeof tmp));
lib/libc/asr/asr_debug.c
97
print_dname(rr->rr.ns.nsname, buf, max);
regress/lib/libc/asr/bin/res_mkquery.c
205
print_dname(rr->rr_dname, tmp, sizeof tmp),
regress/lib/libc/asr/bin/res_mkquery.c
222
print_dname(rr->rr.cname.cname, buf, max);
regress/lib/libc/asr/bin/res_mkquery.c
227
print_dname(rr->rr.mx.exchange, tmp, sizeof tmp));
regress/lib/libc/asr/bin/res_mkquery.c
230
print_dname(rr->rr.ns.nsname, buf, max);
regress/lib/libc/asr/bin/res_mkquery.c
233
print_dname(rr->rr.ptr.ptrname, buf, max);
regress/lib/libc/asr/bin/res_mkquery.c
238
print_dname(rr->rr.soa.rname, tmp, sizeof tmp),
regress/lib/libc/asr/bin/res_mkquery.c
239
print_dname(rr->rr.soa.mname, tmp2, sizeof tmp2),
regress/lib/libc/asr/bin/res_mkquery.c
271
print_dname(q->q_dname, b, sizeof b),
regress/lib/libc/asr/bin/res_mkquery.c
42
static char* print_dname(const char *, char *, size_t);
regress/lib/libc/asr/bin/res_query.c
241
print_dname(rr->rr_dname, tmp, sizeof tmp),
regress/lib/libc/asr/bin/res_query.c
258
print_dname(rr->rr.cname.cname, buf, max);
regress/lib/libc/asr/bin/res_query.c
263
print_dname(rr->rr.mx.exchange, tmp, sizeof tmp));
regress/lib/libc/asr/bin/res_query.c
266
print_dname(rr->rr.ns.nsname, buf, max);
regress/lib/libc/asr/bin/res_query.c
269
print_dname(rr->rr.ptr.ptrname, buf, max);
regress/lib/libc/asr/bin/res_query.c
274
print_dname(rr->rr.soa.rname, tmp, sizeof tmp),
regress/lib/libc/asr/bin/res_query.c
275
print_dname(rr->rr.soa.mname, tmp2, sizeof tmp2),
regress/lib/libc/asr/bin/res_query.c
307
print_dname(q->q_dname, b, sizeof b),
regress/lib/libc/asr/bin/res_query.c
43
static char* print_dname(const char *, char *, size_t);
usr.sbin/smtpd/dns.c
263
print_dname(rr.rr.mx.exchange, buf, sizeof(buf));
usr.sbin/smtpd/dns.c
320
print_dname(rr.rr.mx.exchange, buf, sizeof(buf));
usr.sbin/smtpd/spfwalk.c
219
print_dname(rr->rr_dname, buf2, sizeof(buf2));
usr.sbin/smtpd/spfwalk.c
253
print_dname(rr->rr_dname, buf2, sizeof(buf2));
usr.sbin/smtpd/spfwalk.c
280
print_dname(rr->rr.mx.exchange, buf, sizeof(buf));
usr.sbin/smtpd/unpack_dns.h
92
char *print_dname(const char *, char *, size_t);