Searched refs:iteminlist (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | sasl.c | 186 if (iteminlist(h1, s2, " ") != NULL)
|
H A D | usersmtp.c | 360 if (iteminlist(h1, s1, " ") == NULL) 1413 if (iteminlist(context, (char *)(*availrealms + 1), " ,}") == 1444 iteminlist(item, list, delim) function 1501 if ((needle = iteminlist(rem, list, " ")) == NULL)
|
H A D | sendmail.h | 614 extern char *iteminlist __P((char *, char *, char *));
|
H A D | srvrsmtp.c | 1680 if (iteminlist(p, mechlist, " ") == NULL)
|
Completed in 1445 milliseconds