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

/freebsd-current/usr.sbin/repquota/
H A Drepquota.c92 static void prthumanval(int64_t bytes);
229 prthumanval(dqbuf.dqb_curblocks);
230 prthumanval(dqbuf.dqb_bsoftlimit);
231 prthumanval(dqbuf.dqb_bhardlimit);
251 prthumanval(int64_t blocks) function
/freebsd-current/usr.bin/du/
H A Ddu.c66 static void prthumanval(const char *, int64_t);
285 prthumanval("{:blocks/%4s}",
324 prthumanval("{:blocks/%4s}", curblocks);
346 prthumanval("{:total-blocks/%4s}\ttotal\n",
494 prthumanval(const char *fmt, int64_t bytes) function
/freebsd-current/bin/df/
H A Ddf.c74 static void prthumanval(const char *, int64_t);
406 prthumanval(" {:blocks/%6s}", sfsp->f_blocks * sfsp->f_bsize);
407 prthumanval(" {:used/%6s}", used * sfsp->f_bsize);
408 prthumanval(" {:available/%6s}", sfsp->f_bavail * sfsp->f_bsize);
412 prthumanval(const char *fmt, int64_t bytes) function
/freebsd-current/usr.bin/quota/
H A Dquota.c252 prthumanval(int len, u_int64_t bytes) function
341 prthumanval(7, dbtob(qup->dqblk.dqb_curblocks));
343 prthumanval(7, dbtob(qup->dqblk.dqb_bsoftlimit));
344 prthumanval(7, dbtob(qup->dqblk.dqb_bhardlimit));

Completed in 67 milliseconds