centerpoint       801 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c static int centerpoint = 24;
centerpoint       849 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (centerpoint > (int)strlen(pretty_message)) {
centerpoint       850 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (0 > asprintf(&spaces, "%*s", centerpoint -
centerpoint       860 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (centerpoint < (int)strlen(pretty_message)) {
centerpoint       863 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                                pretty_message, centerpoint);
centerpoint       891 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 if (0 > asprintf(&spaces, "%*s", centerpoint + 2, " ")) {
centerpoint       853 opal/runtime/opal_info_support.c static int centerpoint = 24;
centerpoint       901 opal/runtime/opal_info_support.c         if (centerpoint > (int)strlen(pretty_message)) {
centerpoint       902 opal/runtime/opal_info_support.c             opal_asprintf(&spaces, "%*s", centerpoint -
centerpoint       907 opal/runtime/opal_info_support.c             if (centerpoint < (int)strlen(pretty_message)) {
centerpoint       910 opal/runtime/opal_info_support.c                                pretty_message, centerpoint);
centerpoint       928 opal/runtime/opal_info_support.c                 opal_asprintf(&spaces, "%*s", centerpoint + 2, " ");
centerpoint        48 orte/tools/orte-info/output.c static int centerpoint = 24;
centerpoint       107 orte/tools/orte-info/output.c         if (centerpoint > (int)strlen(pretty_message)) {
centerpoint       108 orte/tools/orte-info/output.c             opal_asprintf(&spaces, "%*s", centerpoint -
centerpoint       113 orte/tools/orte-info/output.c             if (centerpoint < (int)strlen(pretty_message)) {
centerpoint       116 orte/tools/orte-info/output.c                                pretty_message, centerpoint);
centerpoint       134 orte/tools/orte-info/output.c                 opal_asprintf(&spaces, "%*s", centerpoint + 2, " ");