Searched refs:humanize_number (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | Makefile | 18 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 D | humanize_number.c | 51 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() function
|
| H A D | libutil.h | 108 int humanize_number(char *_buf, size_t _len, int64_t _number,
|
| /f-stack/tools/libxo/ |
| H A D | configure.ac | 78 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 D | if.c | 232 humanize_number(buf, sizeof(buf), (int64_t)value, "", in show_stat()
|
| /f-stack/tools/libutil/tests/ |
| H A D | humanize_number_test.c | 541 r = humanize_number(buf, blen, test_args[i].num, "", in main()
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 638 if (humanize_number(burst, sizeof(burst), p->burst, in list_pipes()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 90 #define xo_humanize_number humanize_number
|