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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c5365 # define QIC_LEN 60 macro
5375 ** Alternatively % QIC_LEN can (should) be used for access everywhere.
5379 #define QIC_LEN_SQR (QIC_LEN * QIC_LEN)
5428 idbuf[0] = QueueIdChars[tm->tm_year % QIC_LEN];
5434 idbuf[6] = QueueIdChars[seq / QIC_LEN];
5435 idbuf[7] = QueueIdChars[seq % QIC_LEN];

Completed in 101 milliseconds