Home
last modified time | relevance | path

Searched refs:MAC_PARSE_UNDEF (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmac_parse.h30 #define MAC_PARSE_UNDEF (1<<1) macro
H A Ddict_pcre.c285 return (MAC_PARSE_UNDEF); in dict_pcre_expand()
292 return (MAC_PARSE_UNDEF); in dict_pcre_expand()
301 return (MAC_PARSE_UNDEF); in dict_pcre_expand()
H A Dmac_expand.c676 mc->status |= MAC_PARSE_UNDEF; in mac_expand_callback()
H A Ddict_regexp.c181 return (MAC_PARSE_UNDEF); /* empty or not matched */ in dict_regexp_expand()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Ddotforward.c202 if ((expand_status & (MAC_PARSE_ERROR | MAC_PARSE_UNDEF)) == 0) { in deliver_dotforward()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_template.c523 if (stat & MAC_PARSE_UNDEF) in bounce_template_expand()