Home
last modified time | relevance | path

Searched refs:execl (Results 1 – 25 of 100) sorted by relevance

1234

/external/autotest/client/tests/unixbench/
Dunixbench.patch35 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);
Dcontrol14 - Execl Throughput - measure the number of execl calls per second.
/external/clang/test/Analysis/
Dvfork.c19 execl("", "", 0); // no-warning in f1()
47 execl("", "", 0); // no-warning in f2()
110 execl("prog", "arg1", 0); // no-warning in f5()
Dtaint-generic.c159 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/
Dvfork.c21 execl("", "", 0); // no-warning in f1()
69 execl("", "", 0); // no-warning in f2()
132 execl("prog", "arg1", 0); // no-warning in f5()
Dtaint-generic.c218 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/
Dbootchartd.c281 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/
Dunset-insert-libraries-on-exec.cc19 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dunset-insert-libraries-on-exec.cpp21 execl(argv[1], argv[1], "DYLD_INSERT_LIBRARIES", NULL); in main()
/external/llvm-project/compiler-rt/test/profile/Posix/
Dgcov-destructor.c30 execl("/not_exist", "not_exist", (char *)0); in main()
/external/mtools/
Dprecmd.c37 execl("/bin/sh", "sh", "-c", dev->precmd, (char *)NULL); in precmd()
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-exec.c38 execl(path, "tm-exec", "--child", NULL); in test_exec()
/external/ltp/testcases/kernel/syscalls/execl/
Dexecl01.c28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
/external/igt-gpu-tools/tests/i915/
Di915_suspend.c121 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/
Dstart.py37 os.execl("/usr/bin/supervisord", "supervisord")
/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-gcov-parallel.driver.c23 execl(argv[1], argv[1], NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D9-1.c74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) { in main()
/external/ltp/testcases/kernel/security/cap_bound/
Dexec_with_inh.c83 execl("check_pe", "check_pe", "1", NULL); in main()
Dexec_without_inh.c80 execl("check_pe", "check_pe", "0", NULL); in main()
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt23 check_function_exists(execl HAVE_EXECL)
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt23 check_function_exists(execl HAVE_EXECL)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
D9-1.c68 execl(path, argv[0], "verify", NULL); in main()
/external/wayland/tests/
Dtest-helpers.c83 execl(exe_path, exe, number, (char *)NULL); in exec_fd_leak_check()
/external/autotest/client/tests/unixbench5/
Dcontrol13 - Execl Throughput - measure the number of execl calls per second.
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h99 int execl(const char *path, const char *arg, ...);

1234