custom_strings    182 orte/mca/plm/alps/plm_alps_module.c     char **custom_strings;
custom_strings    266 orte/mca/plm/alps/plm_alps_module.c         custom_strings = opal_argv_split(mca_plm_alps_component.custom_args, ' ');
custom_strings    267 orte/mca/plm/alps/plm_alps_module.c         num_args       = opal_argv_count(custom_strings);
custom_strings    269 orte/mca/plm/alps/plm_alps_module.c             opal_argv_append(&argc, &argv, custom_strings[i]);
custom_strings    271 orte/mca/plm/alps/plm_alps_module.c         opal_argv_free(custom_strings);
custom_strings    184 orte/mca/plm/slurm/plm_slurm_module.c     char **custom_strings;
custom_strings    289 orte/mca/plm/slurm/plm_slurm_module.c         custom_strings = opal_argv_split(mca_plm_slurm_component.custom_args, ' ');
custom_strings    290 orte/mca/plm/slurm/plm_slurm_module.c         num_args       = opal_argv_count(custom_strings);
custom_strings    292 orte/mca/plm/slurm/plm_slurm_module.c             opal_argv_append(&argc, &argv, custom_strings[i]);
custom_strings    294 orte/mca/plm/slurm/plm_slurm_module.c         opal_argv_free(custom_strings);