Home
last modified time | relevance | path

Searched refs:SM_STRNCASEEQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dsendmail.h38 # define SM_STRNCASEEQ(a, b, n) sm_strncaseeq((a), (b), (n)) macro
41 # define SM_STRNCASEEQ(a, b, n) (sm_strncasecmp((a), (b), (n)) == 0) macro
/freebsd/contrib/sendmail/libsm/
H A Dt-streq.c28 return SM_STRNCASEEQ(s1, s2, len);
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c731 if (SM_STRNCASEEQ(name, s, len) &&