HomeSort by: relevance | last modified time | path
    Searched refs:MAC_EXP_FLAG_SCAN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
mac_expand.h 28 #define MAC_EXP_FLAG_SCAN (1<<2)
mac_expand.c 116 /* .IP MAC_EXP_FLAG_SCAN
536 if ((mc->flags & MAC_EXP_FLAG_SCAN) == 0
550 if (mc->flags & MAC_EXP_FLAG_SCAN) {
651 if ((mc->flags & MAC_EXP_FLAG_SCAN) == 0)
656 if ((mc->flags & MAC_EXP_FLAG_SCAN) == 0) {
767 * MAC_EXP_FLAG_SCAN to parse both result operands with mac_parse(),
769 * MAC_EXP_FLAG_SCAN the content of only one of the ?: result
783 if ((lookup != 0 && *lookup != 0) || (mc->flags & MAC_EXP_FLAG_SCAN))
802 if (lookup == 0 || *lookup == 0 || (mc->flags & MAC_EXP_FLAG_SCAN))
812 } else if (*lookup == 0 || (mc->flags & MAC_EXP_FLAG_SCAN)) {
    [all...]
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_user.c 114 (void) mac_expand(NO_SCAN_RESULT, (value), MAC_EXP_FLAG_SCAN, \

Completed in 15 milliseconds