Home
last modified time | relevance | path

Searched refs:MsgBuf (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/sendmail/src/
H A Derr.c181 puterrmsg(MsgBuf);
306 switch (MsgBuf[0])
319 if (MsgBuf[0] == '6')
337 puterrmsg(MsgBuf);
394 switch (MsgBuf[0])
407 if (MsgBuf[0] == '6')
425 puterrmsg(MsgBuf);
461 putoutmsg(MsgBuf, false, false);
464 switch (MsgBuf[0])
518 switch (MsgBuf[0])
[all …]
H A Dusersmtp.c2099 extern char MsgBuf[];
2103 mci_setstat(mci, EX_NOTSTICKY, "5.6.7", MsgBuf);
2114 extern char MsgBuf[];
2118 mci_setstat(mci, EX_NOTSTICKY, "5.6.7", MsgBuf);
2182 extern char MsgBuf[];
2185 mci_setstat(mci, EX_NOTSTICKY, "5.6.3", MsgBuf);
3275 extern char MsgBuf[];
3304 mci_setstat(mci, EX_TEMPFAIL, "4.4.2", MsgBuf);
H A Dsrvrsmtp.c2480 extern char MsgBuf[];
2482 if (MsgBuf[0] != '\0' && ISSMTPREPLY(MsgBuf))
2483 nullserver = newstr(MsgBuf);
3757 extern char MsgBuf[]; \
3765 if (strncmp(MsgBuf, "421 ", 4) == 0) \
H A Dparseaddr.c3175 extern char MsgBuf[];
3345 MsgBuf);
3404 extern char MsgBuf[];
3463 MsgBuf[0] = '\0';
H A Ddeliver.c3901 extern char MsgBuf[];
3903 if (ISSMTPCODE(MsgBuf) &&
3904 extenhsc(MsgBuf + 4, ' ', enhsc) > 0)
3907 MsgBuf);
5207 extern char MsgBuf[];
5226 &MsgBuf[4]);
H A Dconf.c4090 extern char MsgBuf[];
4095 if (strlen(MsgBuf) >= 3)
4096 (void) sm_strlcpy(reject, MsgBuf, sizeof(reject));
H A Ddaemon.c2376 extern char MsgBuf[];
2381 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf);
/freebsd-14.2/contrib/ntp/include/
H A Dadjtime.h51 } MsgBuf; typedef
/freebsd-14.2/contrib/ntp/libntp/
H A Dadjtime.c216 MsgBuf msg; in _adjtime()
217 register MsgBuf *msgp = &msg; in _adjtime()
/freebsd-14.2/contrib/ntp/adjtimed/
H A Dadjtimed.c75 MsgBuf msg; in main()