format 21 ompi/mca/coll/hcoll/coll_hcoll_debug.h #define HCOL_VERBOSE(level, format, ...) \ format 22 ompi/mca/coll/hcoll/coll_hcoll_debug.h opal_output_verbose(level, mca_coll_hcoll_output, "%s:%d - %s() " format, \ format 25 ompi/mca/coll/hcoll/coll_hcoll_debug.h #define HCOL_ERROR(format, ... ) \ format 26 ompi/mca/coll/hcoll/coll_hcoll_debug.h opal_output_verbose(0, mca_coll_hcoll_output, "Error: %s:%d - %s() " format, \ format 30 ompi/mca/coll/hcoll/coll_hcoll_debug.h #define HCOL_MODULE_VERBOSE(hcoll_module, level, format, ...) \ format 31 ompi/mca/coll/hcoll/coll_hcoll_debug.h HCOL_VERBOSE(level, "[%p:%d] " format, (void*)(hcoll_module)->comm, (hcoll_module)->rank, ## __VA_ARGS__) format 275 ompi/mca/coll/libnbc/nbc_internal.h static inline void NBC_Error (char *format, ...) { format 278 ompi/mca/coll/libnbc/nbc_internal.h va_start (args, format); format 279 ompi/mca/coll/libnbc/nbc_internal.h vfprintf (stderr, format, args); format 31 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c # define TRACE_ERR(format...) format 36 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c # define TRACE_ERR(format...) format 32 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c # define TRACE_ERR(format...) format 173 ompi/mca/io/romio321/romio/adio/common/strfns.c int ADIOI_Snprintf( char *str, size_t size, const char *format, ... ) format 180 ompi/mca/io/romio321/romio/adio/common/strfns.c va_start(list, format); format 182 ompi/mca/io/romio321/romio/adio/common/strfns.c p = format; format 975 ompi/mca/io/romio321/romio/adio/include/adioi.h extern int snprintf( char *, size_t, const char *, ... ) ATTRIBUTE((format(printf,3,4))); format 978 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Snprintf( char *str, size_t size, const char *format, ... ) format 979 ompi/mca/io/romio321/romio/adio/include/adioi.h ATTRIBUTE((format(printf,3,4))); format 1226 ompi/mca/mtl/ofi/mtl_ofi.h cq_attr.format = FI_CQ_FORMAT_TAGGED; format 554 ompi/mca/mtl/ofi/mtl_ofi_component.c cq_attr.format = FI_CQ_FORMAT_TAGGED; format 74 ompi/mca/pml/yalla/pml_yalla.h #define PML_YALLA_ERROR(format, ... ) \ format 75 ompi/mca/pml/yalla/pml_yalla.h opal_output_verbose(0, ompi_pml_yalla.output, "Error: %s:%d - %s() " format, \ format 78 ompi/mca/pml/yalla/pml_yalla.h #define PML_YALLA_VERBOSE(_level, format, ... ) \ format 80 ompi/mca/pml/yalla/pml_yalla.h opal_output_verbose(_level, ompi_pml_yalla.output, "%s:%d - %s() " format, \ format 964 ompi/mca/rte/pmix/rte_pmix_module.c char *string_key = NULL, *format = NULL; format 986 ompi/mca/rte/pmix/rte_pmix_module.c opal_asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2); format 999 ompi/mca/rte/pmix/rte_pmix_module.c format, int_ptr[i]); format 1018 ompi/mca/rte/pmix/rte_pmix_module.c format, int_ptr[i]); format 1021 ompi/mca/rte/pmix/rte_pmix_module.c free(format); format 121 opal/mca/btl/ofi/btl_ofi_context.c cq_attr.format = FI_CQ_FORMAT_CONTEXT; format 237 opal/mca/btl/ofi/btl_ofi_context.c cq_attr.format = FI_CQ_FORMAT_CONTEXT; format 1787 opal/mca/btl/usnic/btl_usnic_module.c cq_attr.format = FI_CQ_FORMAT_CONTEXT; format 445 opal/mca/event/libevent2022/libevent/evdns.c #define EVDNS_LOG_CHECK __attribute__ ((format(printf, 2, 3))) format 1549 opal/mca/event/libevent2022/libevent/evutil.c evutil_snprintf(char *buf, size_t buflen, const char *format, ...) format 1553 opal/mca/event/libevent2022/libevent/evutil.c va_start(ap, format); format 1554 opal/mca/event/libevent2022/libevent/evutil.c r = evutil_vsnprintf(buf, buflen, format, ap); format 1560 opal/mca/event/libevent2022/libevent/evutil.c evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap) format 1566 opal/mca/event/libevent2022/libevent/evutil.c r = _vsnprintf(buf, buflen, format, ap); format 1568 opal/mca/event/libevent2022/libevent/evutil.c r = _vscprintf(format, ap); format 1575 opal/mca/event/libevent2022/libevent/evutil.c r = _xpg5_vsnprintf(buf, buflen, format, ap); format 1577 opal/mca/event/libevent2022/libevent/evutil.c r = vsnprintf(buf, buflen, format, ap); format 479 opal/mca/event/libevent2022/libevent/include/event2/buffer.h __attribute__((format(printf, 2, 3))) format 493 opal/mca/event/libevent2022/libevent/include/event2/buffer.h __attribute__((format(printf, 2, 0))) format 448 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_snprintf(char *buf, size_t buflen, const char *format, ...) format 450 opal/mca/event/libevent2022/libevent/include/event2/util.h __attribute__((format(printf, 3, 4))) format 456 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap) format 458 opal/mca/event/libevent2022/libevent/include/event2/util.h __attribute__((format(printf, 3, 0))) format 33 opal/mca/event/libevent2022/libevent/log-internal.h #define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b))) format 992 opal/mca/event/libevent2022/libevent/test/regress_buffer.c char format[32]; format 993 opal/mca/event/libevent2022/libevent/test/regress_buffer.c evutil_snprintf(format, sizeof(format), "%%%u.%us", j, j); format 994 opal/mca/event/libevent2022/libevent/test/regress_buffer.c evbuffer_add_printf(buf, format, abc); format 31 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c int hwloc_snprintf(char *str, size_t size, const char *format, ...) format 45 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c va_start(ap, format); format 46 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c ret = vsnprintf(str, size, format, ap); format 64 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c va_start(ap, format); format 66 opal/mca/hwloc/hwloc201/hwloc/hwloc/misc.c ret = vsnprintf(fakestr, fakesize, format, ap); format 2292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c #define EXPORT_ARRAY(state, type, nr, values, tagname, format, maxperline) do { \ format 2304 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c _len += sprintf(_tmp+_len, format " ", (type) (values)[_i+_j]); \ format 339 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc_snprintf(char *str, size_t size, const char *format, ...) __hwloc_attribute_format(printf, 3, 4); format 165 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c char *string_key = NULL, *format = NULL; format 187 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c if (0 > asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2)) { format 202 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c format, int_ptr[i]); format 221 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c format, int_ptr[i]); format 224 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c free(format); format 94 opal/mca/pmix/pmix4x/pmix/src/util/output.c const char *format, va_list arglist); format 95 opal/mca/pmix/pmix4x/pmix/src/util/output.c static int output(int output_id, const char *format, va_list arglist); format 321 opal/mca/pmix/pmix4x/pmix/src/util/output.c PMIX_EXPORT void pmix_output(int output_id, const char *format, ...) format 325 opal/mca/pmix/pmix4x/pmix/src/util/output.c va_start(arglist, format); format 326 opal/mca/pmix/pmix4x/pmix/src/util/output.c output(output_id, format, arglist); format 335 opal/mca/pmix/pmix4x/pmix/src/util/output.c PMIX_EXPORT void pmix_output_verbose(int level, int output_id, const char *format, ...) format 340 opal/mca/pmix/pmix4x/pmix/src/util/output.c va_start(arglist, format); format 341 opal/mca/pmix/pmix4x/pmix/src/util/output.c output(output_id, format, arglist); format 350 opal/mca/pmix/pmix4x/pmix/src/util/output.c void pmix_output_vverbose(int level, int output_id, const char *format, format 355 opal/mca/pmix/pmix4x/pmix/src/util/output.c output(output_id, format, arglist); format 778 opal/mca/pmix/pmix4x/pmix/src/util/output.c const char *format, va_list arglist) format 786 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (0 > vasprintf(no_newline_string, format, arglist)) { format 854 opal/mca/pmix/pmix4x/pmix/src/util/output.c static int output(int output_id, const char *format, va_list arglist) format 873 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (PMIX_SUCCESS != (rc = make_string(&out, &str, ldi, format, arglist))) { format 387 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output(int output_id, const char *format, ...) __pmix_attribute_format__(__printf__, 2, 3); format 418 opal/mca/pmix/pmix4x/pmix/src/util/output.h const char *format, ...) __pmix_attribute_format__(__printf__, 3, 4); format 424 opal/mca/pmix/pmix4x/pmix/src/util/output.h const char *format, va_list ap) __pmix_attribute_format__(__printf__, 3, 0); format 27 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c static void log_fatal(const char *format, ...) format 32 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c va_start(arglist, format); format 34 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (0 > vasprintf(&output, format, arglist) || format 45 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c static void log_error(const char *format, ...) format 50 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c va_start(arglist, format); format 52 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (0 > vasprintf(&output, format, arglist) || format 63 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c static void log_info(const char *format, ...) format 68 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c va_start(arglist, format); format 70 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c if (0 > vasprintf(&output, format, arglist) || format 27 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c static void log_fatal(const char *format, ...) format 32 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c va_start(arglist, format); format 34 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c if (0 > vasprintf(&output, format, arglist) || format 45 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c static void log_error(const char *format, ...) format 50 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c va_start(arglist, format); format 52 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c if (0 > vasprintf(&output, format, arglist) || format 63 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c static void log_info(const char *format, ...) format 68 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c va_start(arglist, format); format 70 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c if (0 > vasprintf(&output, format, arglist) || format 102 opal/util/output.c const char *format, va_list arglist); format 103 opal/util/output.c static int output(int output_id, const char *format, va_list arglist); format 379 opal/util/output.c void opal_output(int output_id, const char *format, ...) format 383 opal/util/output.c va_start(arglist, format); format 384 opal/util/output.c output(output_id, format, arglist); format 393 opal/util/output.c void opal_output_verbose(int level, int output_id, const char *format, ...) format 398 opal/util/output.c va_start(arglist, format); format 399 opal/util/output.c output(output_id, format, arglist); format 408 opal/util/output.c void opal_output_vverbose(int level, int output_id, const char *format, format 413 opal/util/output.c output(output_id, format, arglist); format 421 opal/util/output.c char *opal_output_string(int level, int output_id, const char *format, ...) format 429 opal/util/output.c va_start(arglist, format); format 430 opal/util/output.c rc = make_string(&ret, &info[output_id], format, arglist); format 444 opal/util/output.c char *opal_output_vstring(int level, int output_id, const char *format, format 452 opal/util/output.c rc = make_string(&ret, &info[output_id], format, arglist); format 869 opal/util/output.c const char *format, va_list arglist) format 876 opal/util/output.c opal_vasprintf(no_newline_string, format, arglist); format 947 opal/util/output.c static int output(int output_id, const char *format, va_list arglist) format 967 opal/util/output.c if (OPAL_SUCCESS != (rc = make_string(&str, ldi, format, arglist))) { format 375 opal/util/output.h OPAL_DECLSPEC void opal_output(int output_id, const char *format, ...) __opal_attribute_format__(__printf__, 2, 3); format 406 opal/util/output.h const char *format, ...) __opal_attribute_format__(__printf__, 3, 4); format 412 opal/util/output.h const char *format, va_list ap) __opal_attribute_format__(__printf__, 3, 0); format 429 opal/util/output.h const char *format, ...) __opal_attribute_format__(__printf__, 3, 4); format 435 opal/util/output.h const char *format, va_list ap) __opal_attribute_format__(__printf__, 3, 0); format 28 orte/test/mpi/pmix.c #define DO_FINALIZE(rc,flag,format,args...) \ format 31 orte/test/mpi/pmix.c fprintf(stderr, format, args); \ format 71 orte/util/pre_condition_transports.c char *string_key = NULL, *format = NULL; format 93 orte/util/pre_condition_transports.c opal_asprintf(&format, "%%0%dx", (int)(sizeof(unsigned int)) * 2); format 106 orte/util/pre_condition_transports.c format, int_ptr[i]); format 125 orte/util/pre_condition_transports.c format, int_ptr[i]); format 128 orte/util/pre_condition_transports.c free(format); format 23 oshmem/util/oshmem_util.c const char* file, int line, const char* function, const char* format, ...) format 32 oshmem/util/oshmem_util.c va_start(args, format); format 34 oshmem/util/oshmem_util.c ret = opal_vasprintf(&str, format, args); format 51 oshmem/util/oshmem_util.c int line, const char* function, const char* format, ...) format 59 oshmem/util/oshmem_util.c va_start(args, format); format 61 oshmem/util/oshmem_util.c ret = opal_vasprintf(&str, format, args); format 30 oshmem/util/oshmem_util.h const char* file, int line, const char* function, const char* format, ...); format 37 oshmem/util/oshmem_util.h int line, const char* function, const char* format, ...);