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

/freebsd-current/usr.bin/systat/
H A Dsystat.h72 extern void putlongdouble(long double, int, int, int, int, int);
H A Ddevs.c417 putlongdouble(kb_per_transfer, diskrow + 1, lc, 5, 2, 0);
418 putlongdouble(transfers_per_second, diskrow + 2, lc, 5, 0, 0);
419 putlongdouble(mb_per_second, diskrow + 3, lc, 5, 2, 0);
420 putlongdouble(device_busy, diskrow + 4, lc, 5, 0, 0);
H A Dvmstat.c695 putlongdouble(long double f, int l, int lc, int w, int d, int nz) function

Completed in 71 milliseconds