/external/compiler-rt/test/asan/TestCases/Darwin/ |
unset-insert-libraries-on-exec.cc | 10 // execl(). 19 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL);
|
/external/clang/test/Analysis/ |
vfork.c | 19 execl("", "", 0); // no-warning 47 execl("", "", 0); // no-warning 110 execl("prog", "arg1", 0); // no-warning
|
taint-generic.c | 159 int execl(const char *, const char *, ...); 167 execl(buffer, "filename", 0); // expected-warning {{Untrusted data is passed to a system call}} 171 execl(buffer, "filename", 0); // no-warning
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-exec.c | 42 execl(path, "tm-exec", "--child", NULL); 45 perror("execl() failed");
|
/external/ltp/testcases/kernel/syscalls/execl/ |
execl01.c | 41 TEST(execl(path, "execl01_child", "canary", NULL));
|
/external/ltp/testcases/kernel/security/cap_bound/ |
exec_with_inh.c | 82 execl("check_pe", "check_pe", "1", NULL);
|
exec_without_inh.c | 79 execl("check_pe", "check_pe", "0", NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
9-1.c | 12 * 2. Call execl to sleep for a few seconds 13 * 3. If timer does not interrupt the execl, it will return success. 14 * If it does interrupt, or if execl fails, return failure. 74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) {
|
/external/wayland/tests/ |
test-helpers.c | 66 execl(exe, exe, number, (char *)NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
9-1.c | 68 execl(path, argv[0], "verify", NULL); 69 printf("Failed: execl() errno: %s\n", strerror(errno));
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator.h | 99 int execl(const char *path, const char *arg, ...);
|
/external/toybox/toys/pending/ |
sulogin.c | 73 execl(shell, toybuf, NULL);
|
bootchartd.c | 306 if (pbchart_init) execl(pbchart_init, pbchart_init, NULL); 307 execl("/init", "init", (void *)0); 308 execl("/sbin/init", "init", (void *)0);
|
/cts/tests/aslr/src/ |
AslrMallocTest.cpp | 86 ASSERT_TRUE(execl(self_.c_str(), self_.c_str(), argPrint.c_str(),
|
/external/f2fs-tools/tools/ |
check_f2fs.c | 45 execl("/system/bin/sh", "sh", "-c", cmd, (char *) 0);
|
/external/grpc-grpc/test/cpp/interop/ |
interop_test.cc | 55 execl(binary_path, binary_path, port_arg, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
2-2.c | 186 ret = execl("/bin/ls", "ls", NULL);
|
/external/toybox/toys/other/ |
login.c | 131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0);
|
/bionic/libc/bionic/ |
exec.cpp | 75 int execl(const char* name, const char* arg, ...) { function
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
unistd.h | 134 int execl(const char *, const char *, ...);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
ptrace.cc | 77 execl("/bin/true", "true", NULL);
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
ptrace.cc | 27 execl("/bin/true", "true", NULL);
|
/external/ltp/testcases/kernel/fs/fs_perms/ |
fs_perms.c | 30 * Also now we try to run two different files, one is executed by execl, 127 * no binmft handler for it, execl does not. 130 execl(file_name, file_name, NULL);
|
/external/curl/lib/ |
curl_ntlm_wb.c | 221 execl(ntlm_auth, ntlm_auth, 228 execl(ntlm_auth, ntlm_auth, 235 failf(conn->data, "Could not execl(). errno %d: %s",
|
/external/ltp/testcases/kernel/fs/ftest/ |
ftest02.c | 206 execl("/bin/rm", "rm", "-rf", homedir, NULL); 223 execl("/bin/rm", "rm", "-rf", dirname, NULL);
|