Searched refs:prthumanval (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/repquota/ |
H A D | repquota.c | 92 static void prthumanval(int64_t bytes); 229 prthumanval(dqbuf.dqb_curblocks); in repquota() 230 prthumanval(dqbuf.dqb_bsoftlimit); in repquota() 231 prthumanval(dqbuf.dqb_bhardlimit); in repquota() 251 prthumanval(int64_t blocks) in prthumanval() function
|
/freebsd/usr.bin/du/ |
H A D | du.c | 68 static void prthumanval(const char *, int64_t); 289 prthumanval("{:blocks/%4s}", in main() 328 prthumanval("{:blocks/%4s}", curblocks); in main() 350 prthumanval("{:total-blocks/%4s}\ttotal\n", in main() 498 prthumanval(const char *fmt, int64_t bytes) in prthumanval() function
|
/freebsd/bin/df/ |
H A D | df.c | 74 static void prthumanval(const char *, int64_t); 406 prthumanval(" {:blocks/%6s}", sfsp->f_blocks * sfsp->f_bsize); in prthuman() 407 prthumanval(" {:used/%6s}", used * sfsp->f_bsize); in prthuman() 408 prthumanval(" {:available/%6s}", sfsp->f_bavail * sfsp->f_bsize); in prthuman() 412 prthumanval(const char *fmt, int64_t bytes) in prthumanval() function
|
/freebsd/usr.bin/quota/ |
H A D | quota.c | 252 prthumanval(int len, u_int64_t bytes) in prthumanval() function 341 prthumanval(7, dbtob(qup->dqblk.dqb_curblocks)); in showquotas() 343 prthumanval(7, dbtob(qup->dqblk.dqb_bsoftlimit)); in showquotas() 344 prthumanval(7, dbtob(qup->dqblk.dqb_bhardlimit)); in showquotas()
|