Home
last modified time | relevance | path

Searched refs:NOCLOBBER (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c337 const char *NOCLOBBER where; in smtp_helo()
1542 static int smtp_loop(SMTP_STATE *state, NOCLOBBER int send_state, in smtp_loop()
1543 NOCLOBBER int recv_state) in smtp_loop()
1552 int *NOCLOBBER survivors = 0; in smtp_loop()
1553 NOCLOBBER int next_state; in smtp_loop()
1554 NOCLOBBER int next_rcpt; in smtp_loop()
1555 NOCLOBBER int send_rcpt; in smtp_loop()
1556 NOCLOBBER int recv_rcpt; in smtp_loop()
1557 NOCLOBBER int nrcpt; in smtp_loop()
1558 NOCLOBBER int recv_done; in smtp_loop()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dsys_defs.h1702 #ifndef NOCLOBBER
1703 #define NOCLOBBER volatile macro
/netbsd/src/external/ibm-public/postfix/dist/src/postalias/
Dpostalias.c297 VSTREAM *NOCLOBBER source_fp; in postalias()
/netbsd/src/external/ibm-public/postfix/dist/src/postmap/
Dpostmap.c396 VSTREAM *NOCLOBBER source_fp; in postmap()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dsmtp-source.c588 const char *NOCLOBBER protocol = (talk_lmtp ? "LHLO" : "HELO"); in send_helo()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c4155 NOCLOBBER static int nesting_level = 0; in check_policy_service()
5544 char *NOCLOBBER saved_recipient; in smtpd_check_data()
5595 char *NOCLOBBER saved_recipient; in smtpd_check_eod()
/netbsd/src/external/ibm-public/postfix/dist/
DHISTORY9293 Safety: added NOCLOBBER qualifiers to local variables that
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-202110133 (remove_useless_eaf_flags): Remove early exit on NOCLOBBER.