Searched refs:ns_format_ttl (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 52 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
|
H A D | ns_print.c | 144 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 D | nameser.h | 573 #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 D | res_debug.c | 733 if (ns_format_ttl(value, nbuf, sizeof nbuf) < 0) in p_time()
|