pretty_message 807 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c void pmix_info_out(const char *pretty_message, const char *plain_message, const char *value) pretty_message 848 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (pmix_info_pretty && NULL != pretty_message) { pretty_message 849 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (centerpoint > (int)strlen(pretty_message)) { pretty_message 851 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c (int)strlen(pretty_message), " ")) { pretty_message 860 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (centerpoint < (int)strlen(pretty_message)) { pretty_message 863 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c pretty_message, centerpoint); pretty_message 867 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; pretty_message 868 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 < strlen(pretty_message)) { pretty_message 869 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 > asprintf(&filler, "%s%s: ", spaces, pretty_message)) { pretty_message 972 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c void pmix_info_out_int(const char *pretty_message, pretty_message 981 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c pmix_info_out(pretty_message, plain_message, valstr); pretty_message 108 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_out(const char *pretty_message, const char *plain_message, const char *value); pretty_message 110 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_out_int(const char *pretty_message, pretty_message 859 opal/runtime/opal_info_support.c void opal_info_out(const char *pretty_message, const char *plain_message, const char *value) pretty_message 900 opal/runtime/opal_info_support.c if (opal_info_pretty && NULL != pretty_message) { pretty_message 901 opal/runtime/opal_info_support.c if (centerpoint > (int)strlen(pretty_message)) { pretty_message 903 opal/runtime/opal_info_support.c (int)strlen(pretty_message), " "); pretty_message 907 opal/runtime/opal_info_support.c if (centerpoint < (int)strlen(pretty_message)) { pretty_message 910 opal/runtime/opal_info_support.c pretty_message, centerpoint); pretty_message 914 opal/runtime/opal_info_support.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; pretty_message 915 opal/runtime/opal_info_support.c if (0 < strlen(pretty_message)) { pretty_message 916 opal/runtime/opal_info_support.c opal_asprintf(&filler, "%s%s: ", spaces, pretty_message); pretty_message 1004 opal/runtime/opal_info_support.c void opal_info_out_int(const char *pretty_message, pretty_message 1011 opal/runtime/opal_info_support.c opal_info_out(pretty_message, plain_message, valstr); pretty_message 107 opal/runtime/opal_info_support.h OPAL_DECLSPEC void opal_info_out(const char *pretty_message, const char *plain_message, const char *value); pretty_message 109 opal/runtime/opal_info_support.h OPAL_DECLSPEC void opal_info_out_int(const char *pretty_message, pretty_message 106 orte/tools/orte-info/orte-info.h void orte_info_out(const char *pretty_message, pretty_message 109 orte/tools/orte-info/orte-info.h void orte_info_out_int(const char *pretty_message, pretty_message 54 orte/tools/orte-info/output.c void orte_info_out(const char *pretty_message, const char *plain_message, const char *value) pretty_message 106 orte/tools/orte-info/output.c if (orte_info_pretty && NULL != pretty_message) { pretty_message 107 orte/tools/orte-info/output.c if (centerpoint > (int)strlen(pretty_message)) { pretty_message 109 orte/tools/orte-info/output.c (int)strlen(pretty_message), " "); pretty_message 113 orte/tools/orte-info/output.c if (centerpoint < (int)strlen(pretty_message)) { pretty_message 116 orte/tools/orte-info/output.c pretty_message, centerpoint); pretty_message 120 orte/tools/orte-info/output.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; pretty_message 121 orte/tools/orte-info/output.c if (0 < strlen(pretty_message)) { pretty_message 122 orte/tools/orte-info/output.c opal_asprintf(&filler, "%s%s: ", spaces, pretty_message); pretty_message 191 orte/tools/orte-info/output.c void orte_info_out_int(const char *pretty_message, pretty_message 198 orte/tools/orte-info/output.c orte_info_out(pretty_message, plain_message, valstr);