Searched refs:ns_format_ttl (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/netbsd/nameser/ |
D | ns_ttl.c | 55 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
|
D | ns_print.c | 156 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf() 230 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 239 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 248 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 257 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
|
/bionic/libc/private/ |
D | arpa_nameser.h | 482 #define ns_format_ttl __ns_format_ttl macro 523 int ns_format_ttl(u_long, char *, size_t);
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 655 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time()
|