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

/freebsd-10.0-release/sbin/growfs/
H A Dgrowfs.c1377 char *p, reply[5], oldsizebuf[6], newsizebuf[6]; local
1474 humanize_number(oldsizebuf, sizeof(oldsizebuf), size,
1481 "than the available %s", oldsizebuf, newsizebuf);
1492 humanize_number(oldsizebuf, sizeof(oldsizebuf),
1499 "filesystem size %s", newsizebuf, oldsizebuf);
1538 humanize_number(oldsizebuf, sizeof(oldsizebuf),
1544 printf(" from %s to %s? [Yes/No] ", oldsizebuf, newsizebu
[all...]

Completed in 69 milliseconds