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

/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_ttl.c54 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
H A Dns_print.c146 T(x = ns_format_ttl(ttl, buf, buflen));
220 T(len = ns_format_ttl(t, buf, buflen));
229 T(len = ns_format_ttl(t, buf, buflen));
238 T(len = ns_format_ttl(t, buf, buflen));
247 T(len = ns_format_ttl(t, buf, buflen));
/netbsd-current/lib/libc/nameser/
H A Dns_ttl.c60 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
H A Dns_print.c153 T(x = ns_format_ttl(ttl, buf, buflen));
227 T(len = ns_format_ttl(t, buf, buflen));
236 T(len = ns_format_ttl(t, buf, buflen));
245 T(len = ns_format_ttl(t, buf, buflen));
254 T(len = ns_format_ttl(t, buf, buflen));
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser.h543 #define ns_format_ttl __ns_format_ttl macro
602 int ns_format_ttl __P((u_long, char *, size_t));
/netbsd-current/include/arpa/
H A Dnameser.h544 #define ns_format_ttl __ns_format_ttl macro
603 int ns_format_ttl(u_long, char *, size_t);
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_debug.c714 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0)
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c722 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)

Completed in 216 milliseconds