/bionic/libc/netbsd/nameser/ |
ns_ttl.c | 55 ns_format_ttl(u_long src, char *dst, size_t dstlen) { function
|
ns_print.c | 156 T(x = ns_format_ttl(ttl, buf, buflen)); 230 T(len = ns_format_ttl(t, buf, buflen)); 239 T(len = ns_format_ttl(t, buf, buflen)); 248 T(len = ns_format_ttl(t, buf, buflen)); 257 T(len = ns_format_ttl(t, buf, buflen));
|
/bionic/libc/private/ |
arpa_nameser.h | 482 #define ns_format_ttl __ns_format_ttl macro 523 int ns_format_ttl(u_long, char *, size_t);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser.h | 482 #define ns_format_ttl __ns_format_ttl macro 522 int ns_format_ttl (u_long, char *, size_t) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser.h | 482 #define ns_format_ttl __ns_format_ttl macro 522 int ns_format_ttl (u_long, char *, size_t) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser.h | 482 #define ns_format_ttl __ns_format_ttl macro 522 int ns_format_ttl (u_long, char *, size_t) __THROW;
|
/bionic/libc/netbsd/resolv/ |
res_debug.c | 656 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)
|