Searched refs:execl (Results 1 - 25 of 56) sorted by relevance

123

/external/compiler-rt/test/asan/TestCases/Darwin/
H A Dunset-insert-libraries-on-exec.cc10 // execl().
19 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL);
/external/clang/test/Analysis/
H A Dvfork.c19 execl("", "", 0); // no-warning
47 execl("", "", 0); // no-warning
110 execl("prog", "arg1", 0); // no-warning
H A Dtaint-generic.c159 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/
H A Dtm-exec.c42 execl(path, "tm-exec", "--child", NULL);
45 perror("execl() failed");
/external/syslinux/gpxe/src/include/
H A Dunistd.h20 #define execl( command, arg, ... ) ( { \ macro
/external/ltp/testcases/kernel/security/cap_bound/
H A Dexec_with_inh.c82 execl("check_pe", "check_pe", "1", NULL);
H A Dexec_without_inh.c79 execl("check_pe", "check_pe", "0", NULL);
/external/ltp/testcases/kernel/syscalls/execl/
H A Dexecl01.c66 execl(path, "execl01_child", "canary", NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D9-1.c12 * 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/
H A Dtest-helpers.c66 execl(exe, exe, number, (char *)NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D9-1.c69 execl(path, argv[0], "verify", NULL);
70 printf("Failed: execl() errno: %s\n", strerror(errno));
/external/valgrind/none/tests/
H A Dexec-sigmask.c22 execl(path, path, arg, (char *) NULL);
24 fprintf(stderr, "FAILED: execl failed with %s\n",
H A Dasync-sigs.c55 execl("/bin/kill", "kill", sigbuf, pidbuf, (char *) NULL);
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h99 int execl(const char *path, const char *arg, ...);
/external/toybox/toys/pending/
H A Dsulogin.c73 execl(shell, toybuf, NULL);
H A Dbootchartd.c306 if (pbchart_init) execl(pbchart_init, pbchart_init, NULL);
307 execl("/init", "init", (void *)0);
308 execl("/sbin/init", "init", (void *)0);
/external/f2fs-tools/tools/
H A Dcheck_f2fs.c45 execl("/system/bin/sh", "sh", "-c", cmd, (char *) 0);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D2-2.c188 ret = execl("/bin/ls", "ls", NULL);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc77 execl("/bin/true", "true", NULL);
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc27 execl("/bin/true", "true", NULL);
/external/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c30 * 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/toybox/toys/other/
H A Dlogin.c163 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0);
/external/curl/lib/
H A Dcurl_ntlm_wb.c220 execl(ntlm_auth, ntlm_auth,
227 execl(ntlm_auth, ntlm_auth,
234 failf(conn->data, "Could not execl(). errno %d: %s",
/external/ltp/testcases/kernel/fs/ftest/
H A Dftest02.c206 execl("/bin/rm", "rm", "-rf", homedir, NULL);
223 execl("/bin/rm", "rm", "-rf", dirname, NULL);
H A Dftest06.c222 execl("/bin/rm", "rm", "-rf", homedir, NULL);
237 execl("/bin/rm", "rm", "-rf", dirname, NULL);

Completed in 712 milliseconds

123