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

/ast/src/cmd/mailx/
H A Dsmtp.c84 #define SMTP_OK 250 macro
156 if (strtol(s, &e, 10) != SMTP_OK)
158 } while (*(unsigned char*)e == SMTP_OK);
188 if (strtol(s, &e, 10) != SMTP_OK)
206 if (strtol(s, &e, 10) != SMTP_OK)
242 if (strtol(s, &e, 10) != SMTP_OK)

Completed in 7 milliseconds