Searched refs:sizetobuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/swapon/
H A Dswapon.c230 sizetobuf(char *buf, size_t bufsize, int hflag, long long val, int hlen, function
310 sizetobuf(buf, sizeof(buf), hflag, tmp_total, hlen,
314 sizetobuf(buf, sizeof(buf), hflag, tmp_used, hlen,
323 sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
325 sizetobuf(buf, sizeof(buf), hflag, used, hlen, blocksize);

Completed in 61 milliseconds