temp_argv        1266 orte/orted/orted_submit.c     char **temp_argv, **env;
temp_argv        1273 orte/orted/orted_submit.c     temp_argv = NULL;
temp_argv        1274 orte/orted/orted_submit.c     opal_argv_append(&temp_argc, &temp_argv, argv[0]);
temp_argv        1284 orte/orted/orted_submit.c             if (opal_argv_count(temp_argv) > 1) {
temp_argv        1290 orte/orted/orted_submit.c                 rc = create_app(temp_argc, temp_argv, jdata, &app, &made_app, &env);
temp_argv        1308 orte/orted/orted_submit.c                 temp_argv = NULL;
temp_argv        1309 orte/orted/orted_submit.c                 opal_argv_append(&temp_argc, &temp_argv, argv[0]);
temp_argv        1312 orte/orted/orted_submit.c             opal_argv_append(&temp_argc, &temp_argv, argv[i]);
temp_argv        1316 orte/orted/orted_submit.c     if (opal_argv_count(temp_argv) > 1) {
temp_argv        1318 orte/orted/orted_submit.c         rc = create_app(temp_argc, temp_argv, jdata, &app, &made_app, &env);
temp_argv        1334 orte/orted/orted_submit.c     opal_argv_free(temp_argv);