Searched refs:prog_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c547 static char prog_buf[PROG_BUF_SZ]; local
548 static const size_t len = sizeof(prog_buf);
578 rc = snprintf(prog_buf, len, "%.03lf", maxval_gb);
585 rc = snprintf(prog_buf, len, "\r[%*.03lf%s / %.03lf%s] |",
601 prog_buf[i] = '#';
604 prog_buf[i] = wip_bar[wip_idx];
608 prog_buf[i++] = '#';
612 prog_buf[i] = '_';
614 prog_buf[win_width - 2] = '|';
617 prog_buf[win_widt
[all...]

Completed in 97 milliseconds