/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | execlp.c | 28 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 D | test_proxies.c | 119 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 D | test_misc.c | 90 execlp("spdycat", "spdycat","-anv",uri,NULL ); in create_child() 91 printf("execlp failed\n"); in create_child()
|
H A D | test_session_timeout.c | 305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL); in childproc()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | fork_exec_loop.c | 34 execlp("/bin/true", "true", NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/execlp/ |
H A D | execlp01.c | 26 TEST(execlp("execlp01_child", "execlp01_child", "canary", NULL)); in verify_execlp()
|
/third_party/musl/src/process/ |
H A D | execlp.c | 4 int execlp(const char *file, const char *argv0, ...) in execlp() function
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pager.c | 70 execlp("less", "less", NULL); in pager_open()
|
/third_party/ltp/testcases/kernel/fs/fs_perms/ |
H A D | fs_perms.c | 32 * 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 D | self_exec.c | 222 return execlp(argv0, argv0, "-C", arg, (char *)NULL); in self_exec()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl07.c | 109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | spawn_ptrace_child.h | 22 #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 D | open12.c | 186 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 D | openat02.c | 162 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 D | pty.py | 201 os.execlp(argv[0], *argv)
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 186 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 D | mount03.c | 67 TST_EXP_FAIL(execlp(file, basename(file), NULL), EACCES); in test_noexec()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_response_cleanup.c | 73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 114 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 89 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 95 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 114 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 89 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 94 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 89 int execlp(const char *, const char *, ...);
|