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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dstats.c27 #define ONE_K 1000 /* one thousand (twenty-four?) */ macro
28 #define KBYTES(x) (((x) + (ONE_K - 1)) / ONE_K)

Completed in 35 milliseconds