suffix 378 opal/include/opal/sys/atomic_impl.h #define OPAL_ATOMIC_DEFINE_OP_FETCH(op, operation, type, ptr_type, suffix) \ suffix 379 opal/include/opal/sys/atomic_impl.h static inline type opal_atomic_ ## op ## _fetch_ ## suffix (opal_atomic_ ## ptr_type *addr, type value) \ suffix 381 opal/include/opal/sys/atomic_impl.h return opal_atomic_fetch_ ## op ## _ ## suffix (addr, value) operation value; \ suffix 54 opal/mca/compress/fwd/regx_fwd.c char *suffix, *sfx, *nodenames; suffix 149 opal/mca/compress/fwd/regx_fwd.c suffix = strdup(sfx); suffix 152 opal/mca/compress/fwd/regx_fwd.c suffix = NULL; suffix 164 opal/mca/compress/fwd/regx_fwd.c (NULL == suffix && NULL != ndreg->suffix) || suffix 165 opal/mca/compress/fwd/regx_fwd.c (NULL != suffix && NULL == ndreg->suffix) || suffix 166 opal/mca/compress/fwd/regx_fwd.c (NULL != suffix && NULL != ndreg->suffix && suffix 167 opal/mca/compress/fwd/regx_fwd.c 0 != strcmp(suffix, ndreg->suffix)) || suffix 200 opal/mca/compress/fwd/regx_fwd.c if (NULL != suffix) { suffix 201 opal/mca/compress/fwd/regx_fwd.c ndreg->suffix = strdup(suffix); suffix 213 opal/mca/compress/fwd/regx_fwd.c if (NULL != suffix) { suffix 214 opal/mca/compress/fwd/regx_fwd.c free(suffix); suffix 252 opal/mca/compress/fwd/regx_fwd.c if (NULL != ndreg->suffix) { suffix 254 opal/mca/compress/fwd/regx_fwd.c opal_asprintf(&tmp2, "%s%s", tmp, ndreg->suffix); suffix 55 opal/mca/compress/reverse/regx_reverse.c char *suffix, *sfx, *nodenames; suffix 167 opal/mca/compress/reverse/regx_reverse.c suffix = strdup(sfx); suffix 169 opal/mca/compress/reverse/regx_reverse.c suffix = NULL; suffix 180 opal/mca/compress/reverse/regx_reverse.c (NULL == suffix && NULL != ndreg->suffix) || suffix 181 opal/mca/compress/reverse/regx_reverse.c (NULL != suffix && NULL == ndreg->suffix) || suffix 182 opal/mca/compress/reverse/regx_reverse.c (NULL != suffix && NULL != ndreg->suffix && suffix 183 opal/mca/compress/reverse/regx_reverse.c 0 != strcmp(suffix, ndreg->suffix)) || suffix 219 opal/mca/compress/reverse/regx_reverse.c if (NULL != suffix) { suffix 220 opal/mca/compress/reverse/regx_reverse.c ndreg->suffix = strdup(suffix); suffix 232 opal/mca/compress/reverse/regx_reverse.c if (NULL != suffix) { suffix 233 opal/mca/compress/reverse/regx_reverse.c free(suffix); suffix 271 opal/mca/compress/reverse/regx_reverse.c if (NULL != ndreg->suffix) { suffix 273 opal/mca/compress/reverse/regx_reverse.c opal_asprintf(&tmp2, "%s%s", tmp, ndreg->suffix); suffix 103 opal/mca/crs/self/crs_self_module.c static int crs_self_find_function(char *prefix, char *suffix, suffix 549 opal/mca/crs/self/crs_self_module.c static int crs_self_find_function(char *prefix, char *suffix, suffix 559 opal/mca/crs/self/crs_self_module.c if( NULL == suffix || 0 >= strlen(suffix) ) { suffix 568 opal/mca/crs/self/crs_self_module.c prefix, suffix); suffix 570 opal/mca/crs/self/crs_self_module.c opal_asprintf(&func_to_find, "%s_%s", prefix, suffix); suffix 379 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_impl.h #define PMIX_ATOMIC_DEFINE_OP_FETCH(op, operation, type, ptr_type, suffix) \ suffix 380 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_impl.h static inline type pmix_atomic_ ## op ## _fetch_ ## suffix (pmix_atomic_ ## ptr_type *addr, type value) \ suffix 382 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/atomic_impl.h return pmix_atomic_fetch_ ## op ## _ ## suffix (addr, value) operation value; \ suffix 442 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c char starttag[PMIX_IOF_BASE_TAG_MAX], endtag[PMIX_IOF_BASE_TAG_MAX], *suffix; suffix 495 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c suffix = "stdout"; suffix 498 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c suffix = "stderr"; suffix 501 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c suffix = "stddiag"; suffix 514 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c snprintf(starttag, PMIX_IOF_BASE_TAG_MAX, "<%s rank=\"%s\">", suffix, PMIX_RANK_PRINT(name->rank)); suffix 515 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c snprintf(endtag, PMIX_IOF_BASE_TAG_MAX, "</%s>", suffix); suffix 529 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c cptr, PMIX_NAME_PRINT(name), suffix); suffix 532 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c snprintf(starttag, PMIX_IOF_BASE_TAG_MAX, "%s<%s>:", cptr, suffix); suffix 541 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c PMIX_NAME_PRINT(name), suffix); suffix 100 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_frame.c p->suffix = NULL; suffix 110 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_frame.c if (NULL != p->suffix) { suffix 111 opal/mca/pmix/pmix4x/pmix/src/mca/preg/base/preg_base_frame.c free(p->suffix); suffix 69 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int num_digits, char *suffix, suffix 72 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int num_digits, char *suffix, suffix 85 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c char *suffix, *sfx; suffix 149 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c suffix = strdup(sfx); suffix 152 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c suffix = NULL; suffix 182 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL == suffix && NULL != vreg->suffix) { suffix 185 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix && NULL == vreg->suffix) { suffix 188 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix && NULL != vreg->suffix && suffix 189 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c 0 != strcmp(suffix, vreg->suffix)) { suffix 230 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix) { suffix 231 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c vreg->suffix = strdup(suffix); suffix 243 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix) { suffix 244 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c free(suffix); suffix 291 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != vreg->suffix) { suffix 293 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (0 > asprintf(&tmp2, "%s%s", tmp, vreg->suffix)) { suffix 680 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c char *orig, *suffix; suffix 766 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c suffix = strdup(&base[j+1]); suffix 772 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c suffix = NULL; suffix 776 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c base, base + i, suffix)); suffix 778 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c ret = regex_parse_value_ranges(base, base + i, num_digits, suffix, names); suffix 779 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix) { suffix 780 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c free(suffix); suffix 822 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int num_digits, char *suffix, suffix 835 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c ret = regex_parse_value_range(base, start, num_digits, suffix, names); suffix 851 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c ret = regex_parse_value_range(base, start, num_digits, suffix, names); suffix 872 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c int num_digits, char *suffix, suffix 940 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix) { suffix 941 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c len += strlen(suffix); suffix 961 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c if (NULL != suffix) { suffix 962 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c strcat(str, suffix); suffix 52 opal/mca/pmix/pmix4x/pmix/src/mca/preg/preg_types.h char *suffix; suffix 39 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_DEFINE_ATOMIC_OP(type, name, operator, suffix) \ suffix 40 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline type pmix_thread_ ## name ## _fetch_ ## suffix (pmix_atomic_ ## type *addr, type delta) \ suffix 42 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return pmix_atomic_ ## name ## _fetch_ ## suffix (addr, delta); \ suffix 45 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline type pmix_thread_fetch_ ## name ## _ ## suffix (pmix_atomic_ ## type *addr, type delta) \ suffix 47 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return pmix_atomic_fetch_ ## name ## _ ## suffix (addr, delta); \ suffix 50 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_DEFINE_ATOMIC_COMPARE_EXCHANGE(type, addr_type, suffix) \ suffix 51 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline bool pmix_thread_compare_exchange_strong_ ## suffix (pmix_atomic_ ## addr_type *addr, type *compare, type value) \ suffix 53 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return pmix_atomic_compare_exchange_strong_ ## suffix (addr, (addr_type *) compare, (addr_type) value); \ suffix 56 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_DEFINE_ATOMIC_SWAP(type, addr_type, suffix) \ suffix 57 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h __pmix_attribute_always_inline__ static inline type pmix_thread_swap_ ## suffix (pmix_atomic_ ## addr_type *ptr, type newvalue) \ suffix 59 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h return (type) pmix_atomic_swap_ ## suffix (ptr, (addr_type) newvalue); \ suffix 196 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c static void trim_name(char *buffer, const char* prefix, const char* suffix) suffix 228 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c if (NULL != suffix && (uintptr_t) (echr - buffer) > strlen (suffix)) { suffix 229 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c size_t suffix_len = strlen (suffix); suffix 233 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c if (0 == strncmp (echr, suffix, strlen(suffix))) { suffix 96 opal/threads/thread_usage.h #define OPAL_THREAD_DEFINE_ATOMIC_OP(type, name, operator, suffix) \ suffix 97 opal/threads/thread_usage.h static inline type opal_thread_ ## name ## _fetch_ ## suffix (opal_atomic_ ## type *addr, type delta) \ suffix 100 opal/threads/thread_usage.h return opal_atomic_ ## name ## _fetch_ ## suffix (addr, delta); \ suffix 107 opal/threads/thread_usage.h static inline type opal_thread_fetch_ ## name ## _ ## suffix (opal_atomic_ ## type *addr, type delta) \ suffix 110 opal/threads/thread_usage.h return opal_atomic_fetch_ ## name ## _ ## suffix (addr, delta); \ suffix 118 opal/threads/thread_usage.h #define OPAL_THREAD_DEFINE_ATOMIC_COMPARE_EXCHANGE(type, addr_type, suffix) \ suffix 119 opal/threads/thread_usage.h static inline bool opal_thread_compare_exchange_strong_ ## suffix (opal_atomic_ ## addr_type *addr, type *compare, type value) \ suffix 122 opal/threads/thread_usage.h return opal_atomic_compare_exchange_strong_ ## suffix (addr, (addr_type *) compare, (addr_type) value); \ suffix 135 opal/threads/thread_usage.h #define OPAL_THREAD_DEFINE_ATOMIC_SWAP(type, addr_type, suffix) \ suffix 136 opal/threads/thread_usage.h static inline type opal_thread_swap_ ## suffix (opal_atomic_ ## addr_type *ptr, type newvalue) \ suffix 139 opal/threads/thread_usage.h return (type) opal_atomic_swap_ ## suffix (ptr, (addr_type) newvalue); \ suffix 206 opal/util/keyval_parse.c static void trim_name(char *buffer, const char* prefix, const char* suffix) suffix 238 opal/util/keyval_parse.c if (NULL != suffix && (uintptr_t) (echr - buffer) > strlen (suffix)) { suffix 239 opal/util/keyval_parse.c size_t suffix_len = strlen (suffix); suffix 243 opal/util/keyval_parse.c if (0 == strncmp (echr, suffix, strlen(suffix))) { suffix 53 orte/mca/iof/base/iof_base_output.c char starttag[ORTE_IOF_BASE_TAG_MAX], endtag[ORTE_IOF_BASE_TAG_MAX], *suffix; suffix 83 orte/mca/iof/base/iof_base_output.c suffix = "stdout"; suffix 86 orte/mca/iof/base/iof_base_output.c suffix = "stderr"; suffix 89 orte/mca/iof/base/iof_base_output.c suffix = "stddiag"; suffix 102 orte/mca/iof/base/iof_base_output.c snprintf(starttag, ORTE_IOF_BASE_TAG_MAX, "<%s rank=\"%s\">", suffix, ORTE_VPID_PRINT(name->vpid)); suffix 103 orte/mca/iof/base/iof_base_output.c snprintf(endtag, ORTE_IOF_BASE_TAG_MAX, "</%s>", suffix); suffix 120 orte/mca/iof/base/iof_base_output.c ORTE_VPID_PRINT(name->vpid), suffix); suffix 123 orte/mca/iof/base/iof_base_output.c snprintf(starttag, ORTE_IOF_BASE_TAG_MAX, "%s<%s>:", cptr, suffix); suffix 133 orte/mca/iof/base/iof_base_output.c ORTE_VPID_PRINT(name->vpid), suffix);