Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1955 static char ttlbuf[STSTRSIZE]; in ttl_to_string() local
1967 snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d:%02d", hours, minutes, seconds); in ttl_to_string()
1969 snprintf(ttlbuf, sizeof(ttlbuf), "%2d:%02d", minutes, seconds); in ttl_to_string()
1970 return (ttlbuf); in ttl_to_string()