Searched defs:QIC_LEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c5341 # define QIC_LEN 60 macro
5351 ** Alternatively % QIC_LEN can (should) be used for access everywhere.
5355 #define QIC_LEN_SQR (QIC_LEN * QIC_LEN)
5404 idbuf[0] = QueueIdChars[tm->tm_year % QIC_LEN];
5410 idbuf[6] = QueueIdChars[seq / QIC_LEN];
5411 idbuf[7] = QueueIdChars[seq % QIC_LEN];

Completed in 75 milliseconds