spaces 810 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c char *spaces = NULL; spaces 850 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 > asprintf(&spaces, "%*s", centerpoint - spaces 858 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c spaces = strdup(""); spaces 867 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; spaces 869 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 > asprintf(&filler, "%s%s: ", spaces, pretty_message)) { spaces 876 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 > asprintf(&filler, "%s ", spaces)) { spaces 883 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c free(spaces); spaces 884 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c spaces = NULL; spaces 891 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (0 > asprintf(&spaces, "%*s", centerpoint + 2, " ")) { spaces 930 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c filler = strdup(spaces); spaces 931 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c free(spaces); spaces 932 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c spaces = NULL; spaces 938 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c if (NULL != spaces) { spaces 939 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c free(spaces); spaces 862 opal/runtime/opal_info_support.c char *spaces = NULL; spaces 902 opal/runtime/opal_info_support.c opal_asprintf(&spaces, "%*s", centerpoint - spaces 905 opal/runtime/opal_info_support.c spaces = strdup(""); spaces 914 opal/runtime/opal_info_support.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; spaces 916 opal/runtime/opal_info_support.c opal_asprintf(&filler, "%s%s: ", spaces, pretty_message); spaces 918 opal/runtime/opal_info_support.c opal_asprintf(&filler, "%s ", spaces); spaces 920 opal/runtime/opal_info_support.c free(spaces); spaces 921 opal/runtime/opal_info_support.c spaces = NULL; spaces 928 opal/runtime/opal_info_support.c opal_asprintf(&spaces, "%*s", centerpoint + 2, " "); spaces 962 opal/runtime/opal_info_support.c filler = strdup(spaces); spaces 963 opal/runtime/opal_info_support.c free(spaces); spaces 964 opal/runtime/opal_info_support.c spaces = NULL; spaces 970 opal/runtime/opal_info_support.c if (NULL != spaces) { spaces 971 opal/runtime/opal_info_support.c free(spaces); spaces 57 orte/tools/orte-info/output.c char *spaces = NULL; spaces 108 orte/tools/orte-info/output.c opal_asprintf(&spaces, "%*s", centerpoint - spaces 111 orte/tools/orte-info/output.c spaces = strdup(""); spaces 120 orte/tools/orte-info/output.c max_value_width = screen_width - strlen(spaces) - strlen(pretty_message) - 2; spaces 122 orte/tools/orte-info/output.c opal_asprintf(&filler, "%s%s: ", spaces, pretty_message); spaces 124 orte/tools/orte-info/output.c opal_asprintf(&filler, "%s ", spaces); spaces 126 orte/tools/orte-info/output.c free(spaces); spaces 127 orte/tools/orte-info/output.c spaces = NULL; spaces 134 orte/tools/orte-info/output.c opal_asprintf(&spaces, "%*s", centerpoint + 2, " "); spaces 168 orte/tools/orte-info/output.c filler = strdup(spaces); spaces 169 orte/tools/orte-info/output.c free(spaces); spaces 170 orte/tools/orte-info/output.c spaces = NULL; spaces 176 orte/tools/orte-info/output.c if (NULL != spaces) { spaces 177 orte/tools/orte-info/output.c free(spaces);