/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
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()
|
D | test_session_timeout.c | 305 execlp ("openssl", "openssl", "s_client", "-connect", uri, NULL); in childproc()
|
D | test_misc.c | 90 execlp("spdycat", "spdycat","-anv",uri,NULL ); in create_child()
|
/third_party/ltp/testcases/kernel/syscalls/execlp/ |
D | execlp01.c | 26 TEST(execlp("execlp01_child", "execlp01_child", "canary", NULL)); in verify_execlp()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | fork_exec_loop.c | 34 execlp("/bin/true", "true", NULL); in main()
|
/third_party/musl/src/process/ |
D | execlp.c | 4 int execlp(const char *file, const char *argv0, ...) in execlp() function
|
/third_party/mingw-w64/mingw-w64-crt/lib-common/ |
D | api-ms-win-crt-process-l1-1-0.def | 13 execlp == _execlp
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 186 ret = execlp(file, basename(file), NULL); in test_rwflag() 278 execlp(file, basename(file), NULL); in test_rwflag()
|
/third_party/e2fsprogs/lib/ss/ |
D | pager.c | 145 (void) execlp(_ss_pager_name, _ss_pager_name, (char *) NULL); in ss_page_stdin()
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid03.c | 104 if (execlp(TEST_APP, TEST_APP, NULL) < 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | spawn_ptrace_child.h | 98 execlp(argv[0], argv[0], "child", NULL); in make_a_baby()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl07.c | 109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | process.h | 165 …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/ |
D | self_exec.c | 222 return execlp(argv0, argv0, "-C", arg, (char *)NULL); in self_exec()
|
/third_party/ltp/testcases/kernel/fs/fs_perms/ |
D | fs_perms.c | 132 execlp(file_name, "test", NULL); in testfperm()
|
/third_party/python/Lib/ |
D | pty.py | 158 os.execlp(argv[0], *argv)
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 208 if (execlp("open12_child", "open12_child", buf, NULL)) in test_cloexec()
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | moldname-msvcrt.def | 43 execlp
|
/third_party/mingw-w64/mingw-w64-crt/def-include/ |
D | msvcrt-common.def.in | 28 ADD_UNDERSCORE(execlp)
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 169 if (execlp(TEST_APP, TEST_APP, buf, NULL)) in testfunc_cloexec()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_get_response_cleanup.c | 73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl()
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03.c | 303 if (execlp("getrusage03_child", "getrusage03_child", "-v", in exec_without_fork()
|
/third_party/ltp/testcases/kernel/security/filecaps/ |
D | verify_caps_exec.c | 171 ret = execlp(TSTPATH, TSTPATH, buf, NULL); in fork_drop_and_exec()
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 114 int execlp(const char *, const char *, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 86 int execlp(const char *, const char *, ...);
|