Searched refs:PRT_NONNEGL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | headers.c | 1217 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 D | collect.c | 1023 PRT_NONNEGL(e->e_msgsize),
|
H A D | srvrsmtp.c | 4181 (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 D | sendmail.h | 1180 #define PRT_NONNEGL(v) ((v) < 0 ? LONG_MAX : (v)) macro
|
H A D | main.c | 2960 PRT_NONNEGL(MainEnvelope.e_msgsize));
|
H A D | deliver.c | 5394 PRT_NONNEGL(e->e_msgpriority));
|
H A D | queue.c | 4683 PRT_NONNEGL(e->e_msgsize));
|