Home
last modified time | relevance | path

Searched refs:bytecnt2str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dmapfile-vers98 bytecnt2str;
H A Dipsec_util.h363 extern char *bytecnt2str(uint64_t, char *, size_t);
H A Dipsec_util.c147 (void) bytecnt2str(num, str, bufsiz); in bytecnt2out()
173 bytecnt2str(uint64_t num, char *buf, size_t buflen) in bytecnt2str() function