Home
last modified time | relevance | path

Searched refs:PRT_NONNEGL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dheaders.c1217 PRT_NONNEGL(e->e_msgsize), e->e_class, e->e_nrcpts);
1270 PRT_NONNEGL(e->e_msgsize), e->e_class, e->e_nrcpts);
H A Dcollect.c1023 PRT_NONNEGL(e->e_msgsize),
H A Dsrvrsmtp.c4181 (void) sm_snprintf(buf, sizeof(buf), "%ld", PRT_NONNEGL(e->e_msgsize));
4261 (void) sm_snprintf(buf, sizeof(buf), "%ld", PRT_NONNEGL(e->e_msgsize));
H A Dsendmail.h1180 #define PRT_NONNEGL(v) ((v) < 0 ? LONG_MAX : (v)) macro
H A Dmain.c2960 PRT_NONNEGL(MainEnvelope.e_msgsize));
H A Ddeliver.c5394 PRT_NONNEGL(e->e_msgpriority));
H A Dqueue.c4683 PRT_NONNEGL(e->e_msgsize));