Searched refs:ns_format_ttl (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_ttl.c | 50 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl() function
|
D | ns_print.c | 150 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf() 224 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 233 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 242 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf() 251 T(len = ns_format_ttl(t, buf, buflen)); in ns_sprintrrf()
|
/bionic/libc/include/arpa/ |
D | nameser.h | 532 #define ns_format_ttl __ns_format_ttl macro 576 int ns_format_ttl(u_long, char*, size_t); 606 int ns_format_ttl(u_long, char*, size_t) __INTRODUCED_IN_64(23);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 710 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time()
|
/bionic/libc/ |
D | libc.mips64.map | 605 ns_format_ttl; # arm64 x86_64 mips64 introduced=22
|
D | libc.arm64.map | 605 ns_format_ttl; # arm64 x86_64 mips64 introduced=22
|
D | libc.x86_64.map | 605 ns_format_ttl; # arm64 x86_64 mips64 introduced=22
|
D | libc.map.txt | 682 ns_format_ttl; # arm64 x86_64 mips64 introduced=22
|