Searched refs:ns_format_ttl (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_ttl.c | 56 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/include/arpa/ |
D | nameser.h | 534 #define ns_format_ttl __ns_format_ttl macro 584 int ns_format_ttl(u_long, char *, size_t) __LIBC_ABI_PUBLIC__;
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 718 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time()
|