strings          2182 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! TODO - FIXME to use arrays of strings and pass strlen
strings           138 opal/mca/base/mca_base_var_enum.c     const char *strings[3] = {"false", "true", "auto"};
strings           145 opal/mca/base/mca_base_var_enum.c     *string_value = strings[index];
strings          1518 opal/mca/pmix/ext2x/ext2x.c     p->strings = NULL;
strings          1532 opal/mca/pmix/ext2x/ext2x.c     if (NULL != p->strings) {
strings          1533 opal/mca/pmix/ext2x/ext2x.c         free(p->strings);
strings           145 opal/mca/pmix/ext2x/ext2x.h     char *strings;
strings          1837 opal/mca/pmix/ext3x/ext3x.c     p->strings = NULL;
strings          1851 opal/mca/pmix/ext3x/ext3x.c     if (NULL != p->strings) {
strings          1852 opal/mca/pmix/ext3x/ext3x.c         free(p->strings);
strings           140 opal/mca/pmix/ext3x/ext3x.h     char *strings;
strings           556 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     char** strings, *message;
strings           584 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 ret = pmix_mca_base_var_dump(var->mbv_index, &strings, !pmix_info_pretty ? PMIX_MCA_BASE_VAR_DUMP_PARSABLE : PMIX_MCA_BASE_VAR_DUMP_READABLE);
strings           589 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 for (j = 0 ; strings[j] ; ++j) {
strings           594 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                         pmix_info_out(message, message, strings[j]);
strings           597 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                         pmix_info_out("", "", strings[j]);
strings           599 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                     free(strings[j]);
strings           601 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 free(strings);
strings           612 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     char **strings, *message;
strings           675 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         ret = pmix_mca_base_var_dump(variables[i], &strings, !pmix_info_pretty ? PMIX_MCA_BASE_VAR_DUMP_PARSABLE : PMIX_MCA_BASE_VAR_DUMP_READABLE);
strings           680 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (j = 0 ; strings[j] ; ++j) {
strings           687 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 pmix_info_out(message, message, strings[j]);
strings           690 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 pmix_info_out("", "", strings[j]);
strings           692 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             free(strings[j]);
strings           704 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         free(strings);
strings          1824 opal/mca/pmix/pmix4x/pmix4x.c     p->strings = NULL;
strings          1838 opal/mca/pmix/pmix4x/pmix4x.c     if (NULL != p->strings) {
strings          1839 opal/mca/pmix/pmix4x/pmix4x.c         free(p->strings);
strings           140 opal/mca/pmix/pmix4x/pmix4x.h     char *strings;
strings           571 opal/runtime/opal_info_support.c     char** strings, *message;
strings           599 opal/runtime/opal_info_support.c                 ret = mca_base_var_dump(var->mbv_index, &strings, !opal_info_pretty ? MCA_BASE_VAR_DUMP_PARSABLE : MCA_BASE_VAR_DUMP_READABLE);
strings           604 opal/runtime/opal_info_support.c                 for (j = 0 ; strings[j] ; ++j) {
strings           607 opal/runtime/opal_info_support.c                         opal_info_out(message, message, strings[j]);
strings           610 opal/runtime/opal_info_support.c                         opal_info_out("", "", strings[j]);
strings           612 opal/runtime/opal_info_support.c                     free(strings[j]);
strings           614 opal/runtime/opal_info_support.c                 free(strings);
strings           626 opal/runtime/opal_info_support.c     char **strings, *message;
strings           685 opal/runtime/opal_info_support.c         ret = mca_base_var_dump(variables[i], &strings, !opal_info_pretty ? MCA_BASE_VAR_DUMP_PARSABLE : MCA_BASE_VAR_DUMP_READABLE);
strings           690 opal/runtime/opal_info_support.c         for (j = 0 ; strings[j] ; ++j) {
strings           695 opal/runtime/opal_info_support.c                 opal_info_out(message, message, strings[j]);
strings           698 opal/runtime/opal_info_support.c                 opal_info_out("", "", strings[j]);
strings           700 opal/runtime/opal_info_support.c             free(strings[j]);
strings           710 opal/runtime/opal_info_support.c         free(strings);
strings           731 opal/runtime/opal_info_support.c         ret = mca_base_pvar_dump (variables[i], &strings, !opal_info_pretty ? MCA_BASE_VAR_DUMP_PARSABLE : MCA_BASE_VAR_DUMP_READABLE);
strings           736 opal/runtime/opal_info_support.c         for (j = 0 ; strings[j] ; ++j) {
strings           741 opal/runtime/opal_info_support.c                 opal_info_out(message, message, strings[j]);
strings           744 opal/runtime/opal_info_support.c                 opal_info_out("", "", strings[j]);
strings           746 opal/runtime/opal_info_support.c             free(strings[j]);
strings           756 opal/runtime/opal_info_support.c         free(strings);
strings           148 orte/tools/orte-info/param.c     char **strings;
strings           160 orte/tools/orte-info/param.c         ret = mca_base_var_dump(variables[i], &strings, !orte_info_pretty ? MCA_BASE_VAR_DUMP_PARSABLE : MCA_BASE_VAR_DUMP_READABLE);
strings           165 orte/tools/orte-info/param.c         for (j = 0 ; strings[j] ; ++j) {
strings           170 orte/tools/orte-info/param.c                 orte_info_out(message, message, strings[j]);
strings           173 orte/tools/orte-info/param.c                 orte_info_out("", "", strings[j]);
strings           175 orte/tools/orte-info/param.c             free(strings[j]);
strings           177 orte/tools/orte-info/param.c         free(strings);