Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c52 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
H A Dns_print.c144 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf()
218 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
227 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
236 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
245 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h573 #define ns_format_ttl __ns_format_ttl macro
629 int ns_format_ttl(ulong_t, char *, size_t);
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c733 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0) in p_time()