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

/osnet-11/usr/src/cmd/sendmail/src/
H A Derr.c616 l = isenhsc(errtxt, ' ');
618 l = isenhsc(errtxt, '\0');
720 isenhsc(s, delim) function
852 if ((l = isenhsc(fmt, ' ' )) > 0 && l < spaceleft - 4)
861 else if ((l = isenhsc(enhsc, '\0')) > 0 && l < spaceleft - 4)
H A Dparseaddr.c2080 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2093 else if (isenhsc(hbuf, '\0') > 0)
H A Dusersmtp.c2752 (r = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
2831 (off = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
H A Dsendmail.h2476 extern int isenhsc __P((const char *, int));
H A Ddeliver.c4111 if ((off = isenhsc(statmsg + 4, ' ')) > 0)
4135 if ((off = isenhsc(statmsg + 4, ' ')) > 0 &&

Completed in 59 milliseconds