Home
last modified time | relevance | path

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

/bionic/libc/dns/nameser/
Dns_ttl.c52 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
57 hours = (int)(src % 24); src /= 24; in ns_format_ttl()
70 if (hours) { in ns_format_ttl()
71 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl()
78 if (secs || !(weeks || days || hours || mins)) { in ns_format_ttl()
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h449 __u8 hours; member