Home
last modified time | relevance | path

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

/external/honggfuzz/
Ddisplay.c113 static void getDuration(time_t elapsed_second, char* buf, size_t bufSz) { in getDuration() argument
115 snprintf(buf, bufSz, "----"); in getDuration()
125 snprintf(buf, bufSz, "%u days %02u hrs %02u mins %02u secs", day, hour, min, second); in getDuration()