Searched refs:statmsg (Results 1 – 2 of 2) sorted by relevance
1853 statmsg = "250 Sent";1857 statmsg = buf;1864 statmsg = buf;1880 statmsg = SmtpError;1882 statmsg = NULL;1886 if (statmsg != NULL && statmsg[0] != '\0')1891 statmsg = buf;1898 statmsg = buf;1903 statmsg = SysExMsg[i];1904 if (*statmsg++ == ':')[all …]
1656 char statmsg[MAXLINE]; in printqueue() local1680 statmsg[0] = bodytype[0] = '\0'; in printqueue()1695 if ((i = strlen(&buf[1])) >= sizeof statmsg) in printqueue()1696 i = sizeof statmsg - 1; in printqueue()1697 bcopy(&buf[1], statmsg, i); in printqueue()1698 statmsg[i] = '\0'; in printqueue()1719 if (statmsg[0] != '\0' || bodytype[0] != '\0') in printqueue()1722 if (statmsg[0] != '\0') in printqueue()1723 printf(" (%.60s)", statmsg); in printqueue()