Searched refs:STR (Results 101 - 125 of 261) sorted by relevance

1234567891011

/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_message.c977 #define STR vstring_str macro
997 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1001 if (!STREQ(recipient->address, STR(reply.recipient)))
1002 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1023 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1039 if (!STREQ(recipient->address, STR(reply.recipient)))
1040 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1063 at = strrchr(STR(reply.recipient), '@');
1064 len = (at ? (at - STR(reply.recipient))
1065 : strlen(STR(repl
[all...]
/macosx-10.10.1/postfix-255/postfix/src/showq/
H A Dshowq.c158 #define STR(x) vstring_str(x) macro
210 printable(STR(printable_quoted_addr), '?');
214 L_SENDER_FORMAT : S_SENDER_FORMAT, STR(buf),
218 STR(printable_quoted_addr));
224 printable(STR(printable_quoted_addr), '?');
226 || htable_locate(dup_filter, STR(printable_quoted_addr)) == 0)
229 "", "", "", STR(printable_quoted_addr));
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dheader_body_checks.c220 #define STR(x) vstring_str(x) macro
309 msg_info("%s: '%.30s'", myname, STR(header));
319 if (mp->maps != 0 && (action = maps_find(mp->maps, STR(header), 0)) != 0) {
322 STR(header), LEN(header), offset));
326 return (STR(header));
485 header_info, buf, offset)) == STR(buf)) {
491 "ERROR", (long) offset, STR(buf));
492 out_cb(dp, REC_TYPE_NORM, STR(dp->buf), LEN(dp->buf), offset);
500 out_cb(dp, REC_TYPE_NORM, STR(dp->buf), LEN(dp->buf), offset);
528 out_cb(dp, rec_type, STR(d
[all...]
H A Dheader_token.c101 #define STR(x) vstring_str(x) macro
186 && IS_SPACE_TAB_CR_LF(STR(token_buffer)[len - 1]))
257 token[n].u.value = STR(token_buffer) + token[n].u.offset;
H A Dmail_addr_find.c91 #define STR vstring_str macro
208 result = mail_addr_find(path, STR(buffer), &extent);
209 vstream_printf("%s -> %s (%s)\n", STR(buffer), result ? result :
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-source.c175 #define STR(x) vstring_str(x) macro
391 STR(message_buffer), LEN(message_buffer),
392 STR(sender_buffer), LEN(sender_buffer),
393 STR(recipient_buffer), LEN(recipient_buffer),
421 vstream_printf("<< %.*s\n", (int) LEN(buffer), STR(buffer));
422 if (STR(buffer)[0] != QMQP_STAT_OK)
424 STR(buffer)[0] == QMQP_STAT_RETRY ? "recoverable" :
425 STR(buffer)[0] == QMQP_STAT_HARD ? "unrecoverable" :
426 "unknown", (int) LEN(buffer) - 1, STR(buffer) + 1);
628 STR(buffe
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_tls_policy.c228 STR(vstring_sprintf(cbuf, "%s, %s \"%s\"", \
471 const char *dest = STR(iter->dest);
472 const char *host = STR(iter->host);
647 *tls = *(SMTP_TLS_POLICY *) ctable_locate(policy_cache, STR(key));
657 STR(tls->why->status), STR(tls->why->action),
658 STR(tls->why->mtype), STR(tls->why->mname),
659 STR(tls->why->dtype), STR(tl
[all...]
H A Dsmtp_trouble.c193 int soft_error = (STR(why->status)[0] == '4');
194 int soft_bounce_error = (STR(why->status)[0] == '5' && var_soft_bounce);
204 msg_info("%s: %s", request->queue_id, STR(why->reason));
376 soft_error = STR(why->status)[0] == '4';
377 soft_bounce_error = (STR(why->status)[0] == '5' && var_soft_bounce);
389 msg_info("%s: %s", request->queue_id, STR(why->reason));
/macosx-10.10.1/awk-20/src/
H A Dawk.h85 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
106 #define STR 02 /* string value is valid */ macro
193 #define isstr(n) ((n)->tval & STR)
201 #define freeable(p) ( ((p)->tval & (STR|DONTFREE)) == STR )
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_notify_service.c80 #define STR vstring_str macro
199 queue_id, STR(new_id));
239 queue_id, STR(new_id));
285 queue_id, STR(new_id));
H A Dbounce_warn_service.c80 #define STR vstring_str macro
189 queue_id, STR(new_id));
227 queue_id, STR(new_id));
270 queue_id, STR(new_id));
H A Dbounce_trace_service.c73 #define STR vstring_str macro
190 queue_id, STR(new_id));
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dmaildir.c186 tmpfile = concatenate(tmpdir, STR(buf), (char *) 0);
209 newfile = concatenate(newdir, STR(buf), (char *) 0);
236 STR(why->reason));
241 (STR(why->status)[0] == '4' ?
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_send.c109 STR(state->send_buf)[start + 0] = '4';
111 STR(state->send_buf)[start + 4] = '4';
119 STR(psc_expand_filter), psc_expand_lookup,
127 STR(state->send_buf), LEN(state->send_buf));
H A Dpostscreen_misc.c80 return (STR(buf));
119 psc_cache_update(psc_cache_map, state->smtp_client_addr, STR(psc_temp));
H A Dpostscreen_dnsbl.c380 htable_find(dnsbl_score_cache, STR(reply_client))) != 0
392 myname, STR(reply_client), score->total,
393 STR(reply_dnsbl), STR(reply_addr));
394 if (*STR(reply_addr) != 0) {
396 htable_find(dnsbl_site_cache, STR(reply_dnsbl));
401 (reply_argv = argv_split(STR(reply_addr), " ")))) {
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Dmaildir.c180 tmpfile = concatenate(tmpdir, STR(buf), (char *) 0);
203 newfile = concatenate(newdir, STR(buf), (char *) 0);
232 STR(why->reason));
237 (STR(why->status)[0] == '4' ?
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_mgr.c142 #define STR(x) vstring_str(x) macro
358 memcpy((char *) &tmp, STR(keybuf), sizeof(tmp));
414 argv = argv_split(STR(inbuf), " \t\r\n");
435 hex_encode(hex, STR(buf), LEN(buf));
436 vstream_printf("status=%d seed=%s\n", status, STR(hex));
444 status, LEN(buf), STR(buf));
H A Dtls_server.c155 #define STR(x) vstring_str(x) macro
195 STR(cache_id), TLScontext->cache_type);
200 if (tls_mgr_lookup(TLScontext->cache_type, STR(cache_id),
202 session = tls_session_activate(STR(session_data), LEN(session_data));
205 TLScontext->namaddr, STR(cache_id),
235 STR(cache_id), TLScontext->cache_type);
237 tls_mgr_delete(TLScontext->cache_type, STR(cache_id));
258 STR(cache_id), TLScontext->cache_type);
265 tls_mgr_update(TLScontext->cache_type, STR(cache_id),
266 STR(session_dat
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmqpd/
H A Dqmqpd.c215 #define STR(x) vstring_str(x) macro
294 ((end_origin = vstring_end(state->buf) - 4) > STR(state->buf)
296 && (end_prefix = strchr(STR(state->buf), '@')) != 0 /* XXX */
298 && end_prefix > STR(state->buf)); /* non-null prefix */
307 vstring_truncate(state->buf, end_origin - STR(state->buf) - 1);
316 state->sender = mystrndup(STR(state->buf), LEN(state->buf));
384 state->recipient = mystrndup(STR(state->buf), LEN(state->buf));
393 char *beyond = STR(message) + LEN(message);
440 "\tfor <%s>; %s", STR(state->buf),
453 "\t(envelope-from <%s>)", STR(stat
[all...]
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c220 #define STR(x) vstring_str(x) macro
328 STR(state->milter_hbc_reply)[0] = *state->reason;
402 if (ret != STR(buf)) {
590 return (STR(vstring_sprintf(state->milter_err_text,
681 STR(state->milter_hbc_reply) : 0);
794 LEN(buf) > 30 ? 30 : (int) LEN(buf), STR(buf)); \
822 if (rec_goto(state->dst, STR(buf)) < 0) {
832 vstring_strcpy(ptr_buf, STR(buf));
838 else if (last_type == REC_TYPE_CONT || IS_SPACE_TAB(STR(buf)[0])) {
842 else if ((len = is_header(STR(bu
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_message.c1034 #define STR vstring_str macro
1056 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1060 if (!STREQ(recipient->address, STR(reply.recipient)))
1061 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1082 if (FILTER_WITHOUT_NEXTHOP(STR(reply.transport), nexthop)
1098 if (!STREQ(recipient->address, STR(reply.recipient)))
1099 RECIPIENT_UPDATE(recipient->address, STR(reply.recipient));
1122 at = strrchr(STR(reply.recipient), '@');
1123 len = (at ? (at - STR(reply.recipient))
1124 : strlen(STR(repl
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c251 #define STR vstring_str macro
345 if ((tok_list = tok822_scan(STR(line_buffer), (TOK822 **) 0)) == 0)
398 mkmap_append(mkmap, STR(key_buffer), STR(value_buffer));
432 mkmap_append(mkmap, "YP_LAST_MODIFIED", STR(value_buffer));
486 if ((value = dict_get(dicts[n], STR(keybuf))) != 0) {
489 dicts[n]->type, dicts[n]->name, STR(keybuf));
493 vstream_printf("%s: %s\n", STR(keybuf), value);
580 found |= (dict_del(dicts[n], STR(keybuf)) == 0);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dctable.c265 #define STR(x) vstring_str(x) macro
276 vstream_printf("%s\n", STR(data_buf));
279 return (mystrdup(STR(data_buf)));
308 vstream_printf("%s\n", STR(key_buf));
311 value = ctable_locate(cache, STR(key_buf));
H A Dname_mask.c202 #define STR(x) vstring_str(x) macro
313 return (STR(buf));
428 return (STR(buf));
498 STR(in_buf), in_feature_mask);
502 STR(in_buf), demo_mask,

Completed in 294 milliseconds

1234567891011