Searched refs:STR (Results 1 - 25 of 261) sorted by relevance

1234567891011

/macosx-10.10.1/libedit-40/local/
H A Dhelp.c6 { STR("vi-paste-next"), VI_PASTE_NEXT,
7 STR("Vi paste previous deletion to the right of the cursor") },
8 { STR("vi-paste-prev"), VI_PASTE_PREV,
9 STR("Vi paste previous deletion to the left of the cursor") },
10 { STR("vi-prev-big-word"), VI_PREV_BIG_WORD,
11 STR("Vi move to the previous space delimited word") },
12 { STR("vi-prev-word"), VI_PREV_WORD,
13 STR("Vi move to the previous word") },
14 { STR("vi-next-big-word"), VI_NEXT_BIG_WORD,
15 STR("V
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dprogress.h26 #define START_PROGRESS(STR,N)
34 #define END_PROGRESS(STR)
H A Ddyn-string.h30 /* The length STR, in bytes, not including the terminating NUL. */
31 #define dyn_string_length(STR) \
32 ((STR)->length)
34 /* The NTBS in which the contents of STR are stored. */
35 #define dyn_string_buf(STR) \
36 ((STR)->s)
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce.c203 #define STR vstring_str macro
230 if (mail_queue_id_ok(STR(queue_id)) == 0) {
231 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
254 myname, flags, service_name, STR(queue_id),
255 STR(rcpt_buf->orig_addr), STR(rcpt_buf->address),
256 rcpt_buf->offset, STR(rcpt_buf->dsn_orcpt),
257 rcpt_buf->dsn_notify, STR(dsn_buf->status),
258 STR(dsn_buf->action), STR(dsn_bu
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsane_basename.c65 #define STR(x) vstring_str(x) macro
88 return (STR(vstring_strcpy(bp, ".")));
97 return (STR(vstring_strcpy(bp, "/")));
108 return (STR(vstring_strncpy(bp, first + 1, last - first)));
131 return (STR(vstring_strcpy(bp, ".")));
140 return (STR(vstring_strcpy(bp, "/")));
150 return (STR(vstring_strcpy(bp, ".")));
158 return (STR(vstring_strncpy(bp, path, last - path + 1)));
171 dir = sane_dirname((VSTRING *) 0, STR(buf));
172 base = sane_basename((VSTRING *) 0, STR(bu
[all...]
H A Dhex_code.c121 #define STR(x) vstring_str(x) macro
140 DECODE(b2, STR(b1), LEN(b1));
141 VERIFY(STR(b2), test);
144 hex_encode(b2, STR(b1), LEN(b1));
145 hex_encode(b1, STR(b2), LEN(b2));
146 DECODE(b2, STR(b1), LEN(b1));
147 DECODE(b1, STR(b2), LEN(b2));
148 DECODE(b2, STR(b1), LEN(b1));
149 VERIFY(STR(b2), test);
152 hex_encode(b2, STR(b
[all...]
H A Dbase32_code.c204 #define STR(x) vstring_str(x) macro
235 base32_encode(b1, STR(test), LEN(test));
236 DECODE(b2, STR(b1), LEN(b1));
237 VERIFY(STR(b2), STR(test), LEN(test));
239 base32_encode(b1, STR(test), LEN(test));
240 base32_encode(b2, STR(b1), LEN(b1));
241 base32_encode(b1, STR(b2), LEN(b2));
242 DECODE(b2, STR(b1), LEN(b1));
243 DECODE(b1, STR(b
[all...]
H A Dattr_scan64.c164 #define STR(x) vstring_str(x) macro
201 if (base64_decode(plain_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
203 VSTREAM_PATH(fp), STR(base64_buf));
207 msg_info("%s: %s", context, *STR(plain_buf) ? STR(plain_buf) : "(end)");
221 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
223 VSTREAM_PATH(fp), context, STR(str_buf));
240 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
242 VSTREAM_PATH(fp), context, STR(str_buf));
349 && strcmp(wanted_name, STR(name_bu
[all...]
H A Dbase64_code.c201 #define STR(x) vstring_str(x) macro
223 DECODE(b2, STR(b1), LEN(b1));
224 VERIFY(STR(b2), test);
227 base64_encode(b2, STR(b1), LEN(b1));
228 base64_encode(b1, STR(b2), LEN(b2));
229 DECODE(b2, STR(b1), LEN(b1));
230 DECODE(b1, STR(b2), LEN(b2));
231 DECODE(b2, STR(b1), LEN(b1));
232 VERIFY(STR(b2), test);
235 base64_encode(b2, STR(b
[all...]
H A Dattr_scan0.c163 #define STR(x) vstring_str(x) macro
184 msg_info("%s: %s", context, *STR(plain_buf) ? STR(plain_buf) : "(end)");
200 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
202 VSTREAM_PATH(fp), context, STR(base64_buf));
218 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
220 VSTREAM_PATH(fp), context, STR(str_buf));
237 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
239 VSTREAM_PATH(fp), context, STR(str_buf));
346 && strcmp(wanted_name, STR(name_bu
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_parser.rb55 str = <<-STR
58 STR
71 str = <<-STR
73 STR
84 str = <<-STR
89 STR
102 str = <<-STR
104 STR
115 str = <<-STR
119 STR
[all...]
H A Dtest_rdoc_markup.rb13 str = <<-STR
22 STR
44 str = <<-STR
46 STR
64 doc = RDoc::Markup::Parser.parse <<-STR
73 STR
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dresolve_clnt.c184 #define STR vstring_str macro
186 if (addr == STR(reply->recipient))
195 && *addr && strcmp(addr, STR(last_addr)) == 0
196 && strcmp(class, STR(last_class)) == 0
197 && strcmp(sender, STR(last_sender)) == 0) {
198 vstring_strcpy(reply->transport, STR(last_reply.transport));
199 vstring_strcpy(reply->nexthop, STR(last_reply.nexthop));
200 vstring_strcpy(reply->recipient, STR(last_reply.recipient));
204 myname, sender, addr, STR(reply->transport),
205 STR(repl
[all...]
H A Dsmtp_reply_footer.c86 #define STR vstring_str macro
114 for (cp = STR(buffer) + start, end = cp + strlen(cp);;) {
119 reply_patch_undo_offs = cp + 3 - STR(buffer);
135 vstring_truncate(buffer, next - STR(buffer));
142 dsn_len = dsn_valid(STR(buffer) + start + 4);
156 vstring_strncat(buffer, STR(buffer) + start, 3);
161 vstring_strncat(buffer, STR(buffer) + start + 4, (int) dsn_len);
175 STR(buffer)[reply_patch_undo_offs] = ' ';
H A Ddelivered_hdr.c108 #define STR(x) vstring_str(x) macro
140 if (is_header(STR(info->buf))) {
141 if ((hdr = header_opts_find(STR(info->buf))) != 0
143 cp = STR(info->buf) + strlen(hdr->name) + 1;
152 } else if (ISSPACE(STR(info->buf)[0])) {
174 fold_addr(STR(info->buf), info->flags);
175 ht = htable_locate(info->table, STR(info->buf));
H A Doff_cvt.c59 #define STR vstring_str macro
110 STR(off_cvt_number(buf, -offset)));
125 start = STR(buf);
147 if ((offset = off_cvt_string(STR(buf))) < 0) {
148 msg_warn("bad input %s", STR(buf));
150 vstream_printf("%s\n", STR(off_cvt_number(buf, offset)));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dutil.h24 #define STR(x) XSTR(x) macro
26 #define ASSERT(x,msg) if (!(x)) { Tcl_Panic (msg " (" #x "), in file " __FILE__ " @line " STR(__LINE__));}
27 #define ASSERT_BOUNDS(i,n) ASSERT (RANGEOK(i,n),"array index out of bounds: " STR(i) " > " STR(n))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/stack/
H A Dutil.h24 #define STR(x) XSTR(x) macro
26 #define ASSERT(x,msg) if (!(x)) { Tcl_Panic (msg " (" #x "), in file " __FILE__ " @line " STR(__LINE__));}
27 #define ASSERT_BOUNDS(i,n) ASSERT (RANGEOK(i,n),"array index out of bounds: " STR(i) " > " STR(n))
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_map11.c89 #define STR vstring_str macro
110 if ((new_addr = mail_addr_map(maps, STR(addr), propagate)) != 0) {
113 state->queue_id, maps->title, STR(addr));
114 saved_addr = mystrdup(STR(addr));
115 did_rewrite |= strcmp(new_addr->argv[0], STR(addr));
117 expand_to_self = !strcasecmp(saved_addr, STR(addr));
125 state->queue_id, maps->title, STR(addr));
134 state->queue_id, maps->title, STR(addr));
155 tree->head = tok822_scan(STR(temp), &tree->tail);
174 quote_822_local(temp, STR(add
[all...]
H A Dcleanup_rewrite.c80 #define STR vstring_str macro
88 return (strcmp(STR(result), addr) != 0);
100 did_rewrite = cleanup_rewrite_external(context_name, dst, STR(src));
102 tree->head = tok822_scan(STR(dst), &tree->tail);
118 did_rewrite = cleanup_rewrite_external(context_name, dst, STR(src));
119 unquote_822_local(result, STR(dst));
H A Dcleanup_addr.c101 #define STR vstring_str macro
122 if (strncasecmp(STR(clean_addr), MAIL_ADDR_MAIL_DAEMON "@",
125 if (strcasecmp(STR(clean_addr), STR(state->temp1)) == 0)
144 state->sender = mystrdup(STR(clean_addr)); /* Used by Milter client */
146 && *STR(clean_addr)
148 if ((bcc = mail_addr_find(cleanup_send_bcc_maps, STR(clean_addr),
191 state->orig_rcpt, STR(clean_addr));
194 state->recip = mystrdup(STR(clean_addr)); /* Used by Milter client */
196 && *STR(clean_add
[all...]
/macosx-10.10.1/text_cmds-88/tr/
H A Dextern.h52 } STR; typedef in typeref:struct:__anon13898
54 wint_t next(STR *);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_chat.c191 smtp_chat_append(session, "Out: ", STR(session->buffer));
198 msg_info("> %s: %s", session->namaddrport, STR(session->buffer));
203 smtp_fputs(STR(session->buffer), LEN(session->buffer), session->stream);
267 printable(STR(session->buffer), '?');
270 session->namaddrport, var_line_limit, STR(session->buffer));
272 msg_info("< %s: %.100s", session->namaddrport, STR(session->buffer));
280 smtp_chat_append(session, "In: ", STR(session->buffer));
284 session->namaddrport, var_line_limit, STR(rdata.str_buf));
294 new_reply = dict_get(smtp_chat_resp_filter, STR(session->buffer));
297 session->namaddrport, STR(sessio
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_proxy_clnt.c114 #define STR vstring_str macro
142 if ((fd = LOCAL_CONNECT(STR(tlsproxy_service), BLOCKING,
144 msg_warn("connect to %s service: %m", STR(tlsproxy_service));
158 ATTR_TYPE_STR, MAIL_ATTR_REMOTE_ENDPT, STR(remote_endpt),
164 STR(tlsproxy_service));
185 STR(tlsproxy_service),
203 STR(tlsproxy_service));
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_milter.c57 #define STR(x) vstring_str(x) macro
78 name = STR(state->expand_buf);
97 return (STR(state->expand_buf));
107 return (STR(state->expand_buf));
134 return (STR(state->expand_buf));
164 if (STR(reply->recipient)[0])
165 quote_821_local(state->expand_buf, STR(reply->recipient));
167 vstring_strcpy(state->expand_buf, STR(reply->recipient));
168 return (STR(state->expand_buf));
174 return (STR(repl
[all...]

Completed in 156 milliseconds

1234567891011