Searched refs:isenhsc (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
H A Derr.c575 if (isenhsc(msg + 4, delim))
712 l = isenhsc(errtxt, ' ');
714 l = isenhsc(errtxt, '\0');
816 isenhsc(s, delim) function
951 if ((l = isenhsc(fmt, ' ' )) > 0 && l < spaceleft - 4)
960 else if ((l = isenhsc(enhsc, '\0')) > 0 && l < spaceleft - 4)
H A Dparseaddr.c2096 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2109 else if (isenhsc(hbuf, '\0') > 0)
H A Dusersmtp.c2788 (r = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
2870 (off = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
H A Dsrvrsmtp.c1253 skip = isenhsc(greetmsg, ' ');
1275 skip = isenhsc(msg, ' ');
H A Dsendmail.h2605 extern int isenhsc __P((const char *, int));
H A Ddeliver.c4325 if ((off = isenhsc(statmsg + 4, ' ')) > 0)
4349 if ((off = isenhsc(statmsg + 4, ' ')) > 0 &&

Completed in 145 milliseconds