Searched refs:hours (Results 1 – 2 of 2) sorted by relevance
52 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local57 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()
449 __u8 hours; member