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

/freebsd-9.3-release/lib/libutil/
H A Dhumanize_number.c60 assert(!((flags & HN_DIVISOR_1000) && (flags & HN_IEC_PREFIXES)));
72 * (use of HN_DIVISOR_1000 would have triggered
82 if (flags & HN_DIVISOR_1000)
H A Dlibutil.h217 #define HN_DIVISOR_1000 0x08 macro
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfiutil.h76 #define HN_DIVISOR_1000 0x08 macro
/freebsd-9.3-release/bin/df/
H A Ddf.c370 flags |= HN_DIVISOR_1000;
387 flags = HN_NOSPACE | HN_DECIMAL | HN_DIVISOR_1000;
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c525 inos, "", HN_AUTOSCALE, HN_NOSPACE | HN_DIVISOR_1000);
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c6395 HN_DIVISOR_1000 : 0));

Completed in 124 milliseconds