Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_prg.c199 int barwidth; in tool_progress_cb() local
207 barwidth = bar->width - 7; in tool_progress_cb()
208 num = (size_t) (((double)barwidth) * frac); in tool_progress_cb()
213 msnprintf(format, sizeof(format), "\r%%-%ds %%5.1f%%%%", barwidth); in tool_progress_cb()

Completed in 5 milliseconds