prthumanval
prthumanval(" {:blocks/%6s}", sfsp->f_blocks * sfsp->f_bsize);
prthumanval(" {:used/%6s}", used * sfsp->f_bsize);
prthumanval(" {:available/%6s}", sfsp->f_bavail * sfsp->f_bsize);
static void prthumanval(const char *, int64_t);
prthumanval("{:total-blocks/%4s}\ttotal\n",
prthumanval("{:blocks/%4s}", p->fts_number);
static void prthumanval(const char *, int64_t);
prthumanval(7, dbtob(qup->dqblk.dqb_curblocks));
prthumanval(7, dbtob(qup->dqblk.dqb_bsoftlimit));
prthumanval(7, dbtob(qup->dqblk.dqb_bhardlimit));
prthumanval(dqbuf.dqb_curblocks);
prthumanval(dqbuf.dqb_bsoftlimit);
prthumanval(dqbuf.dqb_bhardlimit);
static void prthumanval(int64_t bytes);