Home
last modified time | relevance | path

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

12

/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_session_timeout.c305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL); in childproc()
Dtest_misc.c90 execlp("spdycat", "spdycat","-anv",uri,NULL ); in create_child()
/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/mingw-w64/mingw-w64-crt/lib-common/
Dapi-ms-win-crt-process-l1-1-0.def13 execlp == _execlp
/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/e2fsprogs/lib/ss/
Dpager.c145 (void) execlp(_ss_pager_name, _ss_pager_name, (char *) NULL); in ss_page_stdin()
/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/mingw-w64/mingw-w64-headers/crt/
Dprocess.h165 …int __cdecl execlp(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2…
170 …intptr_t __cdecl execlp(const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_…
/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.py158 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/mingw-w64/mingw-w64-crt/lib64/
Dmoldname-msvcrt.def43 execlp
/third_party/mingw-w64/mingw-w64-crt/def-include/
Dmsvcrt-common.def.in28 ADD_UNDERSCORE(execlp)
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c169 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/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage03.c303 if (execlp("getrusage03_child", "getrusage03_child", "-v", in exec_without_fork()
/third_party/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c171 ret = execlp(TSTPATH, TSTPATH, buf, NULL); in fork_drop_and_exec()
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h114 int execlp(const char *, const char *, ...);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h86 int execlp(const char *, const char *, ...);

12