executable 214 opal/mca/pmix/pmix4x/pmix/examples/server.c char *tmp, **atmp, *executable=NULL, *tmpdir, *cleanup; executable 280 opal/mca/pmix/pmix4x/pmix/examples/server.c executable = strdup(argv[n+1]); executable 287 opal/mca/pmix/pmix4x/pmix/examples/server.c if (NULL == executable) { executable 288 opal/mca/pmix/pmix4x/pmix/examples/server.c executable = strdup("./simpclient"); executable 306 opal/mca/pmix/pmix4x/pmix/examples/server.c pmix_argv_prepend_nosize(&client_argv, executable); executable 363 opal/mca/pmix/pmix4x/pmix/examples/server.c execve(executable, client_argv, client_env); executable 368 opal/mca/pmix/pmix4x/pmix/examples/server.c free(executable); executable 294 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c char *tmp, **atmp, *executable=NULL; executable 330 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c executable = strdup("./gwclient"); executable 412 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c pmix_argv_prepend_nosize(&client_argv, executable); executable 493 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c execve(executable, client_argv, client_env); executable 498 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c free(executable); executable 334 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c char *tmp, **atmp, *executable=NULL; executable 369 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c executable = strdup(argv[n+1]); executable 371 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c if (NULL != strstr(executable, "simptimeout")) { executable 413 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c if (NULL == executable) { executable 414 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c executable = strdup("./simpclient"); executable 533 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c pmix_argv_prepend_nosize(&client_argv, executable); executable 607 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c execve(executable, client_argv, client_env); executable 629 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c if (NULL == strstr(executable, "simpdie")) { executable 640 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c free(executable); executable 215 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c char *tmp, **atmp, *executable=NULL, *nspace; executable 245 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c executable = strdup(argv[n+1]); executable 247 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c if (NULL != strstr(executable, "quietclient")) { executable 271 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c if (NULL == executable) { executable 272 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c executable = strdup("./quietclient"); executable 329 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c pmix_argv_prepend_nosize(&client_argv, executable); executable 372 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c execve(executable, client_argv, client_env); executable 427 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c free(executable);