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

/freebsd-11-stable/usr.sbin/repquota/
H A Drepquota.c104 static void prthumanval(int64_t bytes);
241 prthumanval(dqbuf.dqb_curblocks);
242 prthumanval(dqbuf.dqb_bsoftlimit);
243 prthumanval(dqbuf.dqb_bhardlimit);
263 prthumanval(int64_t blocks) function
/freebsd-11-stable/usr.bin/du/
H A Ddu.c77 static void prthumanval(int64_t);
289 prthumanval(p->fts_bignum);
325 prthumanval(curblocks);
345 prthumanval(savednumber);
489 prthumanval(int64_t bytes) function
/freebsd-11-stable/bin/df/
H A Ddf.c92 static void prthumanval(const char *, int64_t);
422 prthumanval(" {:blocks/%6s}", sfsp->f_blocks * sfsp->f_bsize);
423 prthumanval(" {:used/%6s}", used * sfsp->f_bsize);
424 prthumanval(" {:available/%6s}", sfsp->f_bavail * sfsp->f_bsize);
428 prthumanval(const char *fmt, int64_t bytes) function
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c262 prthumanval(int len, u_int64_t bytes) function
351 prthumanval(7, dbtob(qup->dqblk.dqb_curblocks));
353 prthumanval(7, dbtob(qup->dqblk.dqb_bsoftlimit));
354 prthumanval(7, dbtob(qup->dqblk.dqb_bhardlimit));

Completed in 134 milliseconds