Searched refs:ascii_time (Results 1 – 1 of 1) sorted by relevance
4867 static char ascii_time[9]; in hms() local4871 strftime(ascii_time, sizeof(ascii_time), "%H:%M:%S", ltime); in hms()4873 return ascii_time; in hms()