Searched refs:NOCLOBBER (Results 1 – 8 of 8) sorted by relevance
337 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 …]
1702 #ifndef NOCLOBBER1703 #define NOCLOBBER volatile macro
297 VSTREAM *NOCLOBBER source_fp; in postalias()
396 VSTREAM *NOCLOBBER source_fp; in postmap()
588 const char *NOCLOBBER protocol = (talk_lmtp ? "LHLO" : "HELO"); in send_helo()
4155 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()
9293 Safety: added NOCLOBBER qualifiers to local variables that
10133 (remove_useless_eaf_flags): Remove early exit on NOCLOBBER.