Home
last modified time | relevance | path

Searched refs:execlp (Results 1 – 25 of 56) sorted by relevance

123

/external/valgrind/none/tests/amd64/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/mips32/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/mips64/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/ppc32/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/ppc64/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/s390x/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/arm64/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/x86/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/valgrind/none/tests/arm/
Dallexec.c22 FORKEXECWAIT (execlp(exec, exec, (char *) NULL)); in test_allexec()
23 FORKEXECWAIT (execlp(exec, exec, "constant_arg1", "constant_arg2", in test_allexec()
/external/libmicrohttpd/src/testspdy/
Dtest_proxies.c119 execlp ("../examples/minimal_example", "minimal_example", port_s, NULL); in main()
146 execlp ("../spdy2http/microspdy2http", "microspdy2http", "-v4rtT", "10", "-p", port_s, NULL); in main()
172 execlp ("../examples/mhd2spdy", "mhd2spdy", "-vosb", url, "-p", port_s, NULL); in main()
/external/ltp/testcases/kernel/controllers/freezer/
Dfork_exec_loop.c34 execlp("/bin/true", "true", NULL); in main()
/external/valgrind/none/tests/
Dnocwd.c42 execlp ("echo", "echo", "Hello", "World", (char *) NULL); in main()
/external/ltp/testcases/kernel/syscalls/execlp/
Dexeclp01.c64 execlp("execlp01_child", "execlp01_child", "canary", NULL); in main()
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt24 check_function_exists(execlp HAVE_EXECLP)
/external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_exec_test.c88 execlp(prog, prog, "exec", dscr_str, NULL); in dscr_inherit_exec()
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c186 ret = execlp(file, basename(file), NULL); in test_rwflag()
287 execlp(file, basename(file), NULL); in test_rwflag()
/external/autotest/client/tests/tbench/
Dtbench.py41 os.execlp(server, server)
/external/e2fsprogs/lib/ss/
Dpager.c145 (void) execlp(_ss_pager_name, _ss_pager_name, (char *) NULL); in ss_page_stdin()
/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid03.c104 if (execlp(TEST_APP, TEST_APP, NULL) < 0) in main()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dspawn_ptrace_child.h98 execlp(argv[0], argv[0], "child", NULL); in make_a_baby()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
/external/ltp/lib/
Dself_exec.c225 return execlp(argv0, argv0, "-C", arg, (char *)NULL); in self_exec()
/external/openssh/
Dreadpass.c79 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass()
/external/ltp/testcases/kernel/fs/fs_perms/
Dfs_perms.c132 execlp(file_name, "test", NULL); in testfperm()
/external/python/cpython2/Lib/
Dpty.py167 os.execlp(argv[0], *argv)

123