single_string     304 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     char *single_string, *output, **array = NULL;
single_string     312 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     rc = array2string(&single_string, want_error_header, array);
single_string     316 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c         if (0 > vasprintf(&output, single_string, arglist)) {
single_string     319 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c         free(single_string);
single_string     305 opal/util/show_help.c     char *single_string, *output, **array = NULL;
single_string     313 opal/util/show_help.c     rc = array2string(&single_string, want_error_header, array);
single_string     317 opal/util/show_help.c         opal_vasprintf(&output, single_string, arglist);
single_string     318 opal/util/show_help.c         free(single_string);