Searched refs:isenhsc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | err.c | 616 l = isenhsc(errtxt, ' '); 618 l = isenhsc(errtxt, '\0'); 720 isenhsc(s, delim) in isenhsc() function 852 if ((l = isenhsc(fmt, ' ' )) > 0 && l < spaceleft - 4) 861 else if ((l = isenhsc(enhsc, '\0')) > 0 && l < spaceleft - 4)
|
H A D | usersmtp.c | 2746 (r = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0) 2825 (off = isenhsc(SmtpReplyBuffer + 4, ' ')) > 0)
|
H A D | parseaddr.c | 2082 if ((off = isenhsc(ubuf + 4, ' ')) > 0) 2095 else if (isenhsc(hbuf, '\0') > 0)
|
H A D | sendmail.h | 2410 extern int isenhsc __P((const char *, int));
|
H A D | deliver.c | 4110 if ((off = isenhsc(statmsg + 4, ' ')) > 0) 4134 if ((off = isenhsc(statmsg + 4, ' ')) > 0 &&
|