Searched refs:iteminlist (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sasl.c | 192 if (iteminlist(h1, s2, " ") != NULL)
|
H A D | usersmtp.c | 411 if (iteminlist(h1, s1, " ") == NULL) 1471 if (iteminlist(context, (char *)(*availrealms + 1), " ,}") == 1502 iteminlist(item, list, delim) in iteminlist() function 1559 if ((needle = iteminlist(rem, list, " ")) == NULL)
|
H A D | sendmail.h | 822 extern char *iteminlist __P((char *, char *, char *));
|
H A D | srvrsmtp.c | 2169 if (iteminlist(p, mechlist, " ") == NULL)
|