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

/freebsd-12-stable/contrib/ntp/include/
H A Dadjtime.h51 } MsgBuf; typedef in typeref:union:__anon6166
/freebsd-12-stable/contrib/sendmail/src/
H A Derr.c111 char MsgBuf[BUFSIZ*2]; /* text of most recent message */ variable
112 static char HeldMessageBuf[sizeof(MsgBuf)]; /* for held messages */
180 errtxt = fmtmsg(MsgBuf, (char *) NULL, p, enhsc, save_errno, fmt, ap);
182 puterrmsg(MsgBuf);
300 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
307 switch (MsgBuf[0])
320 if (MsgBuf[0] == '6')
338 puterrmsg(MsgBuf);
388 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
395 switch (MsgBuf[
[all...]
H A Dparseaddr.c3128 extern char MsgBuf[];
3296 rwset, p1, lbuf, MsgBuf);
3355 extern char MsgBuf[];
3414 MsgBuf[0] = '\0';
H A Dusersmtp.c2118 extern char MsgBuf[];
2121 mci_setstat(mci, EX_NOTSTICKY, "5.6.3", MsgBuf);
3182 extern char MsgBuf[];
3211 mci_setstat(mci, EX_TEMPFAIL, "4.4.2", MsgBuf);
H A Ddeliver.c3195 extern char MsgBuf[];
3197 if (ISSMTPCODE(MsgBuf) &&
3198 extenhsc(MsgBuf + 4, ' ', enhsc) > 0)
3201 MsgBuf);
4323 extern char MsgBuf[];
4342 &MsgBuf[4]);
H A Dsrvrsmtp.c2333 extern char MsgBuf[];
2335 if (MsgBuf[0] != '\0' && ISSMTPREPLY(MsgBuf))
2336 nullserver = newstr(MsgBuf);
H A Dconf.c4085 extern char MsgBuf[];
4090 if (strlen(MsgBuf) >= 3)
4091 (void) sm_strlcpy(reject, MsgBuf, sizeof(reject));
H A Ddaemon.c2357 extern char MsgBuf[];
2362 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dadjtime.c216 MsgBuf msg;
217 register MsgBuf *msgp = &msg;
/freebsd-12-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c75 MsgBuf msg;

Completed in 198 milliseconds