Searched refs:munchstring (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | readcf.c | 544 p = munchstring(ep, NULL, '\0'); 1440 p = munchstring(p, &delimptr, ','); 1850 munchstring(p, delimptr, delim) in munchstring() function 3784 SmtpGreeting = newstr(munchstring(val, NULL, '\0')); 3788 UnixFromLine = newstr(munchstring(val, NULL, '\0')); 3795 OperatorChars = newstr(munchstring(val, NULL, '\0'));
|
| H A D | milter.c | 1280 p = munchstring(p, &delimptr, ','); 1447 p = munchstring(p, &delimptr, ';');
|
| H A D | sendmail.h | 2749 extern char *munchstring __P((char *, char **, int));
|
| H A D | queue.c | 7366 p = munchstring(p, &delimptr, ',');
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 7903 Fix possible buffer overflow in munchstring(). This was not a security
|