Home
last modified time | relevance | path

Searched refs:humanize_number (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/libutil/
H A DMakefile18 hexdump.c humanize_number.c kinfo_getfile.c \
26 hexdump.c humanize_number.c \
39 humanize_number.3 kinfo_getallproc.3 kinfo_getfile.3 \
H A Dhumanize_number.c51 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() function
H A Dlibutil.h108 int humanize_number(char *_buf, size_t _len, int64_t _number,
/f-stack/tools/libxo/
H A Dconfigure.ac78 dnl humanize_number(3) is a great function, but it's not standard.
83 AC_CHECK_LIB([util], [humanize_number],
87 AC_MSG_RESULT(humanize_number results: :${HAVE_HUMANIZE_NUMBER}:${ac_cv_header_libutil_h}:)
90 AC_DEFINE([HAVE_HUMANIZE_NUMBER], [1], [humanize_number(3)])
/f-stack/tools/netstat/
H A Dif.c232 humanize_number(buf, sizeof(buf), (int64_t)value, "", in show_stat()
/f-stack/tools/libutil/tests/
H A Dhumanize_number_test.c541 r = humanize_number(buf, blen, test_args[i].num, "", in main()
/f-stack/tools/ipfw/
H A Ddummynet.c638 if (humanize_number(burst, sizeof(burst), p->burst, in list_pipes()
/f-stack/tools/libxo/libxo/
H A Dlibxo.c90 #define xo_humanize_number humanize_number