Home
last modified time | relevance | path

Searched refs:dbtokb (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/repquota/
H A Drepquota.c59 #define dbtokb(db) \ macro
62 #define dbtokb(db) \ macro
65 #define dbtokb(db) (db) macro
257 printf(" %6ju", (uintmax_t)dbtokb(blocks)); in prthumanval()
/freebsd/usr.sbin/edquota/
H A Dedquota.c62 #define dbtokb(db) \ macro
65 #define dbtokb(db) \ macro
68 #define dbtokb(db) (db) macro
499 snprintf(numbuf, sizeof(numbuf), "%juk", (uintmax_t)dbtokb(blocks)); in fmthumanvalblks()