Searched refs:STR (Results 151 - 175 of 261) sorted by relevance

1234567891011

/macosx-10.10.1/postfix-255/postfix/src/xsasl/
H A Dxsasl_cyrus_client.c88 #define STR(s) vstring_str(s) macro
476 myname, STR(client->decoded));
482 STR(init_resp),
519 STR(client->decoded),
527 myname, (int) enc_length, STR(client->decoded));
528 sasl_status = sasl_client_step(client->sasl_conn, STR(client->decoded),
547 STR(client_reply),
H A Dxsasl_cyrus_server.c83 #define STR(s) vstring_str(s) macro
468 STR(reply), vstring_avail(reply),
517 dec_buffer = STR(server->decoded),
564 STR(server->decoded),
572 myname, (int) dec_length, STR(server->decoded));
573 sasl_status = SASL_SERVER_STEP(server->sasl_conn, STR(server->decoded),
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Deln.c169 wargv[0] = STR("bind");
173 wargv[0] = STR("telltc");
177 wargv[0] = STR("settc");
181 wargv[0] = STR("echotc");
185 wargv[0] = STR("setty");
H A Dhist.c166 if (argc == 1 || Strcmp(argv[1], STR("list")) == 0) {
180 if (Strcmp(argv[1], STR("size")) == 0)
183 if (Strcmp(argv[1], STR("unique")) == 0)
/macosx-10.10.1/libedit-40/src/
H A Deln.c177 wargv[0] = STR("bind");
181 wargv[0] = STR("telltc");
185 wargv[0] = STR("settc");
189 wargv[0] = STR("echotc");
193 wargv[0] = STR("setty");
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_stream.c146 #define STR(x) vstring_str(x) macro
601 vstream_control(info->stream, VSTREAM_CTL_PATH, STR(new_path),
604 if (sane_rename(saved_path, STR(new_path)) == 0
605 || (mail_queue_mkdirs(STR(new_path)) == 0
606 && sane_rename(saved_path, STR(new_path)) == 0)) {
H A Dserver_acl.c93 #define STR vstring_str macro
249 bufp = STR(buf);
H A Dscache_clnt.c79 #define STR(x) vstring_str(x) macro
217 myname, endp_label, STR(endp_prop), fd);
361 myname, dest_label, STR(dest_prop), STR(endp_prop), fd);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c751 #define STR(x) vstring_str(x) macro
902 if ((lookup = dict_cache_lookup(dp, STR(bp))) == 0) {
904 msg_warn("query_action: query failed: %s: %m", STR(bp));
906 msg_warn("query_action: query failed: %s", STR(bp));
907 } else if (strcmp(STR(bp), lookup) != 0) {
909 lookup, STR(bp));
919 if (dict_cache_update(dp, STR(bp), STR(bp)) != 0) {
921 msg_warn("update_action: update failed: %s: %m", STR(bp));
923 msg_warn("update_action: update failed: %s", STR(b
[all...]
H A Dattr_print0.c101 #define STR(x) vstring_str(x) macro
167 vstream_fwrite(fp, STR(base64_buf), LEN(base64_buf) + 1);
H A Dattr_print_plain.c102 #define STR(x) vstring_str(x) macro
162 vstream_fprintf(fp, "%s=%s\n", attr_name, STR(base64_buf));
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_notify_util.c206 #define STR vstring_str macro
270 bounce_info->mime_boundary = mystrdup(STR(bounce_info->buf));
308 sscanf(STR(bounce_info->buf), "%ld %ld",
322 && (bounce_info->arrival_time = atol(STR(bounce_info->buf))) < 0)
332 STR(bounce_info->buf) :
453 STR(quote_822_local(bounce_info->buf, dest)),
525 line_wrap(STR(bounce_info->buf), LENGTH, INDENT,
626 bounce_info->mail_name, STR(bounce_info->sender));
783 post_mail_fprintf(bounce, "Return-Path: <%s>", STR(bounce_info->sender));
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp448 #define KEYWORD(STR) \
449 if (Len == strlen(#STR) && !memcmp(StartChar, #STR, strlen(#STR))) \
450 return lltok::kw_##STR;
583 #define TYPEKEYWORD(STR, LLVMTY) \
584 if (Len == strlen(STR) && !memcmp(StartChar, STR, strlen(STR))) { \
599 #define INSTKEYWORD(STR, Enu
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c323 STR(resp->dsn_buf)[0] = '4';
326 return (smtp_site_fail(state, STR(iter->host), resp,
354 STR(iter->addr), 0)) != 0) {
419 return (smtp_site_fail(state, STR(iter->host), resp,
431 return (smtp_site_fail(state, STR(iter->host), resp,
440 return (smtp_site_fail(state, STR(iter->host), resp,
458 STR(iter->addr), 0)) == 0)
463 smtp_ehlo_dis_maps->title, STR(iter->addr));
647 msg_info("Host offered STARTTLS: [%s]", STR(iter->host));
694 return (smtp_site_fail(state, STR(ite
[all...]
H A Dsmtp_sasl_auth_cache.c238 key = smtp_sasl_auth_cache_make_key(STR(iter->host), session->sasl_username);
263 key = smtp_sasl_auth_cache_make_key(STR(iter->host), session->sasl_username);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld_gdb.cpp185 #define STR(s) # s
186 #define XSTR(s) STR(s)
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dcompat.h363 #ifndef STR
365 # define STR(s) _STR(s) macro
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dcompat.h363 #ifndef STR
365 # define STR(s) _STR(s) macro
/macosx-10.10.1/postfix-255/postfix/src/postmap/
H A Dpostmap.c300 #define STR vstring_str macro
407 key = STR(line_buffer);
502 postmap_body(ptr, 0, STR(header_buf), LEN(header_buf), offset);
554 if ((value = dict_get(dicts[n], STR(keybuf))) != 0) {
557 dicts[n]->type, dicts[n]->name, STR(keybuf));
561 vstream_printf("%s %s\n", STR(keybuf), value);
603 STR(keybuf), LEN(keybuf));
694 found |= (dict_del(dicts[n], STR(keybuf)) == 0);
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_tests.c291 return (STR(buf));
300 return (STR(vstring_sprintf(buf, "%s/%s/%s/%s",
/macosx-10.10.1/ntp-92/libopts/
H A Dversion.c50 STR( AO_CURRENT.AO_REVISION );
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dversion.c50 STR( AO_CURRENT.AO_REVISION );
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Dvirtual.h139 #define STR(s) vstring_str(s) macro
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Dolegen.rb253 <<STR
264 STR
276 <<STR
281 STR
/macosx-10.10.1/text_cmds-88/tr/
H A Dtr.c65 STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
66 STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
68 static struct cset *setup(char *, STR *, int, int);
341 setup(char *arg, STR *str, int cflag, int Cflag)

Completed in 163 milliseconds

1234567891011