Home
last modified time | relevance | path

Searched refs:isenhsc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c614 l = isenhsc(errtxt, ' ');
616 l = isenhsc(errtxt, '\0');
718 isenhsc(s, delim) in isenhsc() function
850 if ((l = isenhsc(fmt, ' ' )) > 0 && l < spaceleft - 4)
859 else if ((l = isenhsc(enhsc, '\0')) > 0 && l < spaceleft - 4)
H A Dusersmtp.c2746 (r = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
2825 (off = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
H A Dparseaddr.c2080 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2093 else if (isenhsc(hbuf, '\0') > 0)
H A Dsendmail.h2410 extern int isenhsc __P((const char *, int));
H A Ddeliver.c4110 if ((off = isenhsc(statmsg + 4, ' ')) > 0)
4134 if ((off = isenhsc(statmsg + 4, ' ')) > 0 &&