Home
last modified time | relevance | path

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

/bionic/libc/dns/nameser/
Dns_ttl.c58 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
65 weeks = (int)src; src = 0; in ns_format_ttl()
68 if (weeks) { in ns_format_ttl()
69 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl()
84 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()