Searched refs:ns_format_ttl (Results 1 – 7 of 7) 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 | 526 #define ns_format_ttl __ns_format_ttl macro 560 int ns_format_ttl(u_long __ttl, char* _Nonnull __dst, size_t __dst_size) __INTRODUCED_IN(22);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 728 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0) in p_time()
|
/bionic/docs/ |
D | status.md | 227 …* re-introduced various <resolv.h> functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initpar…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 683 ns_format_ttl; # arm64 x86_64 riscv64 introduced=22
|
/bionic/libc/ |
D | libc.map.txt | 683 ns_format_ttl; # arm64 x86_64 riscv64 introduced=22
|