Home
last modified time | relevance | path

Searched refs:MATCH_DICTIONARY (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmatch_ops.c88 #define MATCH_DICTIONARY(pattern) \ macro
126 if (MATCH_DICTIONARY(pattern)) { in match_string()
170 if (MATCH_DICTIONARY(pattern)) { in match_hostname()
244 if (MATCH_DICTIONARY(pattern)) { in match_hostaddr()
Dmatch_list.c114 #define MATCH_DICTIONARY(pattern) \ macro
174 } else if (MATCH_DICTIONARY(item)) { /* type:table */ in match_list_parse()