Searched refs:STR (Results 226 - 250 of 261) sorted by relevance

1234567891011

/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_user.c83 #define STR(x) vstring_str(x) macro
/macosx-10.10.1/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c618 #define STR(buf) vstring_str(buf) macro
805 if (split_nameval(STR(buf), &name, &value))
807 ip->config_dir, STR(buf));
1231 check_setenv(VAR_MULTI_CONF_DIRS, STR(multi_dirs));
/macosx-10.10.1/postfix-255/postfix/src/postqueue/
H A Dpostqueue.c247 #define STR vstring_str macro
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Dmailbox.c152 (STR(why->status)[0] == '4' ?
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c467 dir == ED_SEARCH_PREV_HISTORY ? STR("\n/") : STR("\n?") );
H A Dchared.c204 return (Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL);
H A Dcommon.c912 tmplen = c_gets(el, tmpbuf, STR("\n: "));
H A Drefresh.c1084 re__copy_and_pad(firstline, STR(""), 0);
H A Dvi.c806 const Char match_chars[] = STR("()[]{}");
/macosx-10.10.1/libedit-40/src/
H A Dsearch.c470 dir == ED_SEARCH_PREV_HISTORY ? STR("\n/") : STR("\n?") );
/macosx-10.10.1/emacs-93/emacs/src/
H A Dlisp.h688 /* Nonzero if STR is a multibyte string. */
689 #define STRING_MULTIBYTE(STR) \
690 (XSTRING (STR)->size_byte >= 0)
692 /* Return the length in bytes of STR. */
702 #define STRING_BYTES(STR) \
703 ((STR)->size_byte < 0 ? (STR)->size : (STR)->size_byte)
707 /* Mark STR as a unibyte string. */
708 #define STRING_SET_UNIBYTE(STR) (XSTRIN
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_dane.c182 #define STR(x) vstring_str(x) macro
1132 msg_warn("DANE TLSA lookup problem: %s", STR(why));
1152 dane = (TLS_DANE *) ctable_locate(dane_cache, STR(query_domain));
1154 dane = (TLS_DANE *) ctable_refresh(dane_cache, STR(query_domain));
1188 msg_warn("DNSSEC status lookup error for %s: %s", qname, STR(why));
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkClamTheme.c23 #define STR(x) StR(x) macro
408 STR(MENUBUTTON_ARROW_SIZE)},
575 Tk_Offset(ScrollbarElement,arrowSizeObj), STR(SCROLLBAR_THICKNESS) },
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen.c965 psc_smtpd_service_name = mystrdup(STR(psc_temp));
H A Dpostscreen.h410 #define STR(x) vstring_str(x) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp1488 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \
1490 const TYPE *p = (const TYPE*) STR; \
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dhppa-dis.c172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmoo.vim38 syn match mooType display ~\<\%(ERR\|FLOAT\|INT\|LIST\|NUM\|OBJ\|STR\)\>~
H A Dtasm.vim63 syn keyword tasmInstruction SHR SHRD SIDT SMSW STC STD STI STR SUB TEST VERR
H A Dbasic.vim116 syn keyword basicFunction SPACE$ space$ Space$ STR$ str$ Str$
H A Dfreebasic.vim127 syn keyword freebasicString OCT STR VAL VALLNG VALINT VALUINT VALULNG
H A Dsas.vim135 syn match sasMacro "%STR"
/macosx-10.10.1/postfix-255/postfix/src/milter/
H A Dmilter.c257 #define STR(x) vstring_str(x) macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c86 #define STR(x) __STRING(x) macro
391 asl_set(m, ASL_KEY_LEVEL, STR(ASL_LEVEL_NOTICE));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in2.h58 #define STRING_COMMA_LEN(STR) (STR), ((STR) ? sizeof (STR) - 1 : 0)
71 since there is no need to check for a NUL byte inside STR. We

Completed in 410 milliseconds

1234567891011