/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/llvm-project/clang/test/Analysis/ |
D | vfork.c | 21 execl("", "", 0); // no-warning in f1() 69 execl("", "", 0); // no-warning in f2() 132 execl("prog", "arg1", 0); // no-warning in f5()
|
D | taint-generic.c | 218 int execl(const char *, const char *, ...); 226 execl(buffer, "filename", 0); // expected-warning {{Untrusted data is passed to a system call}} in testSocket() 230 execl(buffer, "filename", 0); // no-warning in testSocket() 235 execl(buffer, "filename", 0); // expected-warning {{Untrusted data is passed to a system call}} in testSocket()
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 281 if (pbchart_init) execl(pbchart_init, pbchart_init, NULL); in bootchartd_main() 282 execl("/init", "init", (void *)0); in bootchartd_main() 283 execl("/sbin/init", "init", (void *)0); in bootchartd_main()
|
/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/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
D | unset-insert-libraries-on-exec.cpp | 21 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL); in main()
|
/external/llvm-project/compiler-rt/test/profile/Posix/ |
D | gcov-destructor.c | 30 execl("/not_exist", "not_exist", (char *)0); in main()
|
/external/mtools/ |
D | precmd.c | 37 execl("/bin/sh", "sh", "-c", dev->precmd, (char *)NULL); in precmd()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-exec.c | 38 execl(path, "tm-exec", "--child", NULL); in test_exec()
|
/external/ltp/testcases/kernel/syscalls/execl/ |
D | execl01.c | 28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_suspend.c | 121 igt_assert(execl("/bin/sh", "sh", "-c", tmp, (char *) NULL) != -1); in test_debugfs_reader() 151 igt_assert(execl("/bin/sh", "sh", "-c", tmp, (char *) NULL) != -1); in test_sysfs_reader()
|
/external/perfetto/infra/discord-irc-bridge/ |
D | start.py | 37 os.execl("/usr/bin/supervisord", "supervisord")
|
/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-gcov-parallel.driver.c | 23 execl(argv[1], argv[1], 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/kernel/security/cap_bound/ |
D | exec_with_inh.c | 83 execl("check_pe", "check_pe", "1", NULL); in main()
|
D | exec_without_inh.c | 80 execl("check_pe", "check_pe", "0", NULL); in main()
|
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 23 check_function_exists(execl HAVE_EXECL)
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 23 check_function_exists(execl HAVE_EXECL)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
D | 9-1.c | 68 execl(path, argv[0], "verify", NULL); in main()
|
/external/wayland/tests/ |
D | test-helpers.c | 83 execl(exe_path, exe, number, (char *)NULL); in exec_fd_leak_check()
|
/external/autotest/client/tests/unixbench5/ |
D | control | 13 - Execl Throughput - measure the number of execl calls per second.
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 99 int execl(const char *path, const char *arg, ...);
|