Home
last modified time | relevance | path

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

123

/third_party/musl/libc-test/src/functionalext/supplement/process/
Dexeclp.c28 int ret = execlp("touch", "touch", "execlptest.txt", NULL); in execlp_0100()
45 int ret = execlp(" ", "touch", "execlptest.txt", NULL); in execlp_0200()
60 int ret = execlp(buff, "touch", "execlptest.txt", NULL); in execlp_0300()
Dtest_src_functionalext_supplement_process.gni22 "execlp",
/third_party/skia/third_party/externals/microhttpd/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()
Dtest_misc.c90 execlp("spdycat", "spdycat","-anv",uri,NULL ); in create_child()
Dtest_session_timeout.c305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL); in childproc()
/third_party/ltp/testcases/kernel/syscalls/execlp/
Dexeclp01.c26 TEST(execlp("execlp01_child", "execlp01_child", "canary", NULL)); in verify_execlp()
/third_party/ltp/testcases/kernel/controllers/freezer/
Dfork_exec_loop.c34 execlp("/bin/true", "true", NULL); in main()
/third_party/musl/src/process/
Dexeclp.c4 int execlp(const char *file, const char *argv0, ...) in execlp() function
/third_party/mesa3d/src/freedreno/decode/
Dpager.c70 execlp("less", "less", NULL); in pager_open()
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c186 ret = execlp(file, basename(file), NULL); in test_rwflag()
278 execlp(file, basename(file), NULL); in test_rwflag()
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid03.c104 if (execlp(TEST_APP, TEST_APP, NULL) < 0) in main()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dspawn_ptrace_child.h98 execlp(argv[0], argv[0], "child", NULL); in make_a_baby()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
/third_party/ltp/lib/
Dself_exec.c222 return execlp(argv0, argv0, "-C", arg, (char *)NULL); in self_exec()
/third_party/ltp/testcases/kernel/fs/fs_perms/
Dfs_perms.c132 execlp(file_name, "test", NULL); in testfperm()
/third_party/python/Lib/
Dpty.py171 os.execlp(argv[0], *argv)
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen12.c208 if (execlp("open12_child", "open12_child", buf, NULL)) in test_cloexec()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c168 if (execlp(TEST_APP, TEST_APP, buf, NULL)) in testfunc_cloexec()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_get_response_cleanup.c73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt186 execlp
/third_party/mesa3d/src/amd/compiler/tests/
Dmain.cpp186execlp(ACO_TEST_PYTHON_BIN, ACO_TEST_PYTHON_BIN, ACO_TEST_SOURCE_DIR "/check_output.py", NULL); in check_output()
/third_party/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c171 ret = execlp(TSTPATH, TSTPATH, buf, NULL); in fork_drop_and_exec()
/third_party/mesa3d/src/intel/tools/
Daubinator.c272 execlp("less", "less", "-FRSi", NULL); in setup_pager()
/third_party/toybox/toys/pending/
Dcrontab.c307 execlp(prog, prog, tname, (char *) NULL); in do_edit()
/third_party/musl/ndk_musl_include/
Dunistd.h89 int execlp(const char *, const char *, ...);

123