HomeSort by: relevance | last modified time | path
    Searched refs:humanize_bignum (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/nvmectl/
Makefile 17 SRCS+= humanize_bignum.c
util.c 118 humanize_bignum(out+2, 6 + ulen, bn, unit, HN_AUTOSCALE, HN_DECIMAL);
163 humanize_bignum(buf, METRIX_PREFIX_BUFSIZ + strlen(suffix),
bn.h 151 int humanize_bignum(char *, size_t, const BIGNUM *, const char *, int, int);
humanize_bignum.c 1 /* $NetBSD: humanize_bignum.c,v 1.1 2017/02/13 11:16:46 nonaka Exp $ */
102 humanize_bignum(char *buf, size_t len, const BIGNUM *bytes, const char *suffix, function in typeref:typename:int

Completed in 11 milliseconds