Lines Matching defs:txt
630 ** txt, ... -- The text part of the SMTP reply,
651 char *buf, *txt;
686 while ((txt = SM_VA_ARG(ap, char *)) != NULL)
690 tl = strlen(txt);
700 if (strpbrk(txt, "\r\n") != NULL)
704 if (txt != NULL)
716 txt = SM_VA_ARG(ap, char *);
717 if (txt != NULL)
719 (void) sm_strlcat2(buf, " ", txt, len);
720 while ((txt = SM_VA_ARG(ap, char *)) != NULL)
725 (void) sm_strlcat(buf, txt, len);