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

/freebsd-12-stable/contrib/sendmail/src/
H A Dstats.c25 #define ONE_K 1000 /* one thousand (twenty-four?) */ macro
26 #define KBYTES(x) (((x) + (ONE_K - 1)) / ONE_K)

Completed in 170 milliseconds