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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c1133 ** HS_MATCH_FIRST -- "match" for the first MX preference
1142 #define HS_MATCH_FIRST 1 macro
1162 ret = HS_MATCH_FIRST;
1174 return HS_MATCH_FIRST;
1175 if (ret == HS_MATCH_FIRST && strcmp(a, b) == 0)

Completed in 80 milliseconds