Home
last modified time | relevance | path

Searched defs:INCLUSIVE_BOUNDS (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_feedback.c139 #define INCLUSIVE_BOUNDS(val, low, high) ((val) >= (low) && (val) <= (high)) in qmgr_feedback_init() macro
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_feedback.c139 #define INCLUSIVE_BOUNDS(val, low, high) ((val) >= (low) && (val) <= (high)) in qmgr_feedback_init() macro