Searched refs:execlp (Results 1 - 25 of 45) sorted by relevance

12

/external/valgrind/none/tests/amd64/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/arm/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/arm64/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/mips32/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/mips64/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/ppc32/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/ppc64/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/s390x/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/valgrind/none/tests/x86/
H A Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL));
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2",
/external/ltp/testcases/kernel/controllers/freezer/
H A Dfork_exec_loop.c34 execlp("/bin/true", "true", NULL);
/external/ltp/testcases/kernel/syscalls/execlp/
H A Dexeclp01.c64 execlp("execlp01_child", "execlp01_child", "canary", NULL);
/external/valgrind/none/tests/
H A Dnocwd.c42 execlp ("echo", "echo", "Hello", "World", (char *) NULL);
43 perror ("Couldn't execlp");
/external/libmicrohttpd/src/testspdy/
H A Dtest_proxies.c119 execlp ("../examples/minimal_example", "minimal_example", port_s, NULL);
146 execlp ("../spdy2http/microspdy2http", "microspdy2http", "-v4rtT", "10", "-p", port_s, NULL);
172 execlp ("../examples/mhd2spdy", "mhd2spdy", "-vosb", url, "-p", port_s, NULL);
H A Dtest_misc.c90 execlp("spdycat", "spdycat","-anv",uri,NULL );
91 printf("execlp failed\n");
H A Dtest_session_timeout.c305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL);
/external/autotest/client/tests/tbench/
H A Dtbench.py41 os.execlp(server, server)
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
H A Ddscr_inherit_exec_test.c88 execlp(prog, prog, "exec", dscr_str, NULL);
/external/e2fsprogs/lib/ss/
H A Dpager.c145 (void) execlp(_ss_pager_name, _ss_pager_name, (char *) NULL);
/external/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid03.c104 if (execlp(TEST_APP, TEST_APP, NULL) < 0)
/external/ltp/lib/
H A Dself_exec.c222 return execlp(argv0, argv0, "-C", arg, (char *)NULL);
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl07.c109 execlp(TCID, TCID, "-T", pidname, NULL);
/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dspawn_ptrace_child.h22 #include <unistd.h> /* execlp() sleep() vfork() */
98 execlp(argv[0], argv[0], "child", NULL);
99 tst_resm(TFAIL, "execlp() failed");
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c186 ret = execlp(file, basename(file), NULL);
278 execlp(file, basename(file), NULL);
/external/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c32 * is executed by execlp and should end up executed by libc.
126 * execlp runs file with sh in case kernel has
132 execlp(file_name, "test", NULL);
/external/ltp/testcases/kernel/syscalls/open/
H A Dopen12.c208 if (execlp("open12_child", "open12_child", buf, NULL))
226 tst_brkm(TBROK, cleanup, "execlp() failed");

Completed in 568 milliseconds

12