Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/process/
H A 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()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A 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()
H A Dtest_misc.c90 execlp("spdycat", "spdycat","-anv",uri,NULL ); in create_child()
91 printf("execlp failed\n"); in create_child()
H A Dtest_session_timeout.c305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL); in childproc()
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dfork_exec_loop.c34 execlp("/bin/true", "true", NULL); in main()
/third_party/ltp/testcases/kernel/syscalls/execlp/
H A Dexeclp01.c26 TEST(execlp("execlp01_child", "execlp01_child", "canary", NULL)); in verify_execlp()
/third_party/musl/src/process/
H A Dexeclp.c4 int execlp(const char *file, const char *argv0, ...) in execlp() function
/third_party/mesa3d/src/freedreno/decode/
H A Dpager.c70 execlp("less", "less", NULL); in pager_open()
/third_party/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 in testfperm()
132 execlp(file_name, "test", NULL); in testfperm()
/third_party/ltp/lib/
H A Dself_exec.c222 return execlp(argv0, argv0, "-C", arg, (char *)NULL); in self_exec()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl07.c109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
/third_party/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); in make_a_baby()
99 tst_resm(TFAIL, "execlp() failed"); in make_a_baby()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen12.c186 if (execlp("open12_child", "open12_child", buf, NULL)) in test_cloexec()
204 tst_brkm(TBROK, cleanup, "execlp() failed"); in test_cloexec()
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c162 if (execlp(TEST_APP, TEST_APP, buf, NULL)) in testfunc_cloexec()
179 tst_brkm(TBROK, cleanup, "execlp() failed"); in testfunc_cloexec()
/third_party/python/Lib/
H A Dpty.py201 os.execlp(argv[0], *argv)
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp186 execlp(ACO_TEST_PYTHON_BIN, ACO_TEST_PYTHON_BIN, ACO_TEST_SOURCE_DIR "/check_output.py", NULL); in check_output()
187 fprintf(stderr, "%s: execlp() failed: %s\n", argv[0], strerror(errno)); in check_output()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c67 TST_EXP_FAIL(execlp(file, basename(file), NULL), EACCES); in test_noexec()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_response_cleanup.c73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h114 int execlp(const char *, const char *, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h89 int execlp(const char *, const char *, ...);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h95 int execlp(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h114 int execlp(const char *, const char *, ...);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h89 int execlp(const char *, const char *, ...);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h94 int execlp(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h89 int execlp(const char *, const char *, ...);

Completed in 17 milliseconds

12