/external/autotest/client/tests/unixbench/ |
D | unixbench.patch | 35 diff -urN src/src/execl.c newsrc/src/execl.c 36 --- src/src/execl.c 1999-07-28 14:46:58.000000000 -0700 37 +++ newsrc/src/execl.c 2010-05-07 19:01:38.000000000 -0700 42 - execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0); 43 + execl(fullpath, fullpath, "0", dur_str, count_str, start_str, (char *)0);
|
D | control | 14 - Execl Throughput - measure the number of execl calls per second.
|
/external/clang/test/Analysis/ |
D | vfork.c | 19 execl("", "", 0); // no-warning in f1() 47 execl("", "", 0); // no-warning in f2() 110 execl("prog", "arg1", 0); // no-warning in f5()
|
D | 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}} in testSocket() 171 execl(buffer, "filename", 0); // no-warning in testSocket()
|
/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock_frk.c | 30 execl(argv[1], Prog, "0", argv[2], NULL); in main() 32 execl(argv[1], Prog, "1", argv[2], NULL); in main()
|
/external/ltp/testcases/kernel/ipc/ipc_stress/ |
D | pipe_test_01.c | 126 execl("/bin/cat", "cat", "/etc/inittab", NULL); in main() 152 execl("/usr/bin/wc", "wc", "-c", NULL); in main()
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 306 if (pbchart_init) execl(pbchart_init, pbchart_init, NULL); in bootchartd_main() 307 execl("/init", "init", (void *)0); in bootchartd_main() 308 execl("/sbin/init", "init", (void *)0); in bootchartd_main()
|
D | sulogin.c | 73 execl(shell, toybuf, NULL); in run_shell()
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | unset-insert-libraries-on-exec.cc | 19 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL); in main()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-exec.c | 42 execl(path, "tm-exec", "--child", NULL); in test_exec()
|
/external/syslinux/gpxe/src/include/ |
D | unistd.h | 20 #define execl( command, arg, ... ) ( { \ macro
|
/external/ltp/testcases/kernel/syscalls/execl/ |
D | execl01.c | 66 execl(path, "execl01_child", "canary", NULL); in main()
|
/external/ltp/testcases/kernel/security/cap_bound/ |
D | exec_with_inh.c | 82 execl("check_pe", "check_pe", "1", NULL); in main()
|
D | exec_without_inh.c | 79 execl("check_pe", "check_pe", "0", NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
D | 9-1.c | 74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
D | 9-1.c | 69 execl(path, argv[0], "verify", NULL); in main()
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 23 check_function_exists(execl HAVE_EXECL)
|
/external/valgrind/none/tests/ |
D | exec-sigmask.c | 22 execl(path, path, arg, (char *) NULL); in do_exec()
|
D | async-sigs.c | 55 execl("/bin/kill", "kill", sigbuf, pidbuf, (char *) NULL); in do_kill()
|
/external/autotest/client/tests/unixbench5/ |
D | control | 13 - Execl Throughput - measure the number of execl calls per second.
|
/external/curl/lib/ |
D | curl_ntlm_wb.c | 223 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init() 230 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 99 int execl(const char *path, const char *arg, ...);
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 206 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main() 223 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
|
D | ftest06.c | 222 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main() 237 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 2-2.c | 188 ret = execl("/bin/ls", "ls", NULL); in main()
|