Home
last modified time | relevance | path

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

/f-stack/tools/libutil/tests/
H A Dhumanize_number_test.c455 str_flags(int hn_flags, char *noFlags) { in str_flags() argument
463 if (hn_flags & flags[i].value) { in str_flags()
/f-stack/tools/libxo/libxo/
H A Dlibxo.c3781 int hn_flags = HN_NOSPACE; /* On by default */ in xo_format_humanize() local
3784 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()