Searched refs:hn_flags (Results 1 – 2 of 2) sorted by relevance
455 str_flags(int hn_flags, char *noFlags) { in str_flags() argument463 if (hn_flags & flags[i].value) { in str_flags()
3781 int hn_flags = HN_NOSPACE; /* On by default */ in xo_format_humanize() local3784 hn_flags &= ~HN_NOSPACE; in xo_format_humanize()3787 hn_flags |= HN_DECIMAL; in xo_format_humanize()3790 hn_flags |= HN_DIVISOR_1000; in xo_format_humanize()3792 rc = xo_humanize(xbp->xb_curp, left, value, hn_flags); in xo_format_humanize()