Home
last modified time | relevance | path

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

/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dsmtp.c84 #define SMTP_OK 250 macro
156 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
158 } while (*(unsigned char*)e == SMTP_OK); in sendsmtp()
188 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
206 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
242 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dsmtp.c84 #define SMTP_OK 250 macro
156 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
158 } while (*(unsigned char*)e == SMTP_OK); in sendsmtp()
188 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
206 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
242 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dsmtp.c84 #define SMTP_OK 250 macro
156 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
158 } while (*(unsigned char*)e == SMTP_OK); in sendsmtp()
188 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
206 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
242 if (strtol(s, &e, 10) != SMTP_OK) in sendsmtp()
/dports/mail/p5-POE-Component-SMTP/POE-Component-SMTP-1.6/lib/POE/Component/Server/
H A DSMTP.pm109 sub SMTP_OK { 250 } subroutine
310 $client->put( SMTP_OK, qq[$heap->{args}->{Hostname} Would you like to play a game?] );
363 $client->put( SMTP_OK, q[Got data.] );
/dports/security/clamsmtp/clamsmtp-1.10/common/
H A Dsmtppass.c97 #define SMTP_OK "250 Ok" CRLF macro
/dports/mail/proxsmtp/proxsmtp-1.10/common/
H A Dsmtppass.c106 #define SMTP_OK "250 Ok" CRLF macro