lines 93 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c int want_error_header, char **lines) lines 101 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c count = pmix_argv_count(lines); lines 103 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (NULL == lines[i]) { lines 106 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c len += strlen(lines[i]) + 1; lines 123 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (NULL == lines[i]) { lines 126 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c strcat(*outstring, lines[i]); lines 98 opal/util/show_help.c int want_error_header, char **lines) lines 106 opal/util/show_help.c count = opal_argv_count(lines); lines 108 opal/util/show_help.c if (NULL == lines[i]) { lines 111 opal/util/show_help.c len += strlen(lines[i]) + 1; lines 128 opal/util/show_help.c if (NULL == lines[i]) { lines 131 opal/util/show_help.c strcat(*outstring, lines[i]); lines 362 orte/mca/plm/rsh/plm_rsh_component.c char *line, **lines; lines 372 orte/mca/plm/rsh/plm_rsh_component.c lines = opal_argv_split(mca_plm_rsh_component.agent, ':'); lines 374 orte/mca/plm/rsh/plm_rsh_component.c lines = opal_argv_split(agent_list, ':'); lines 376 orte/mca/plm/rsh/plm_rsh_component.c for (i = 0; NULL != lines[i]; ++i) { lines 377 orte/mca/plm/rsh/plm_rsh_component.c line = lines[i]; lines 398 orte/mca/plm/rsh/plm_rsh_component.c opal_argv_free(lines); lines 407 orte/mca/plm/rsh/plm_rsh_component.c opal_argv_free(lines); lines 3028 orte/orted/orted_submit.c char *value, **lines, *env_name; lines 3049 orte/orted/orted_submit.c lines = opal_argv_split(tmp[0], ':'); lines 3050 orte/orted/orted_submit.c for (i = 0; NULL != lines[i]; ++i) { lines 3051 orte/orted/orted_submit.c if (ORTE_SUCCESS == process(lines[i], basename, cmd_line, argc, argv, lines 3059 orte/orted/orted_submit.c if (NULL == lines[i]) { lines 3063 orte/orted/orted_submit.c opal_argv_free(lines);