Home
last modified time | relevance | path

Searched refs:fmt1 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/nameser/
Dns_ttl.c41 static int fmt1(int t, char s, char **buf, size_t *buflen);
63 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
67 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl()
71 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
75 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl()
79 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl()
150 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1() function