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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddsn_mask.h65 #define DSN_NOTIFY_OK(v) \ macro
H A Ddsn_mask.c115 return (DSN_NOTIFY_OK(mask) ? mask : 0);
H A Dbounce_log.c232 if ((notify = atoi(value)) > 0 && DSN_NOTIFY_OK(notify))
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c171 && DSN_NOTIFY_OK(junk))
H A Dcleanup_extracted.c256 if (!alldig(buf) || (junk = atoi(buf)) == 0 || DSN_NOTIFY_OK(junk) == 0)
H A Dcleanup_envelope.c310 || DSN_NOTIFY_OK(junk) == 0)
H A Dcleanup_milter.c1637 && DSN_NOTIFY_OK(junk))
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c492 if (!alldig(start) || (n = atoi(start)) == 0 || !DSN_NOTIFY_OK(n))
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c533 if (!alldig(start) || (n = atoi(start)) == 0 || !DSN_NOTIFY_OK(n))

Completed in 130 milliseconds