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

/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c519 fmthumanvalinos(int64_t inos) argument
524 humanize_number(numbuf, inos < 0 ? 7 : 6,
525 inos, "", HN_AUTOSCALE, HN_NOSPACE | HN_DIVISOR_1000);
528 snprintf(numbuf, sizeof(numbuf), "%ju", (uintmax_t)inos);

Completed in 100 milliseconds