Searched defs:STREQUAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c295 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) macro
[all...]
H A Dcleanup_milter.c268 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.c242 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c1955 #define STREQUAL(x,y,l) (strncasecmp((x), (y), (l)) == 0 && (y)[l] == 0) macro
[all...]

Completed in 130 milliseconds