Home
last modified time | relevance | path

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

123

/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/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock_frk.c30 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/
Dpipe_test_01.c126 execl("/bin/cat", "cat", "/etc/inittab", NULL); in main()
152 execl("/usr/bin/wc", "wc", "-c", NULL); in main()
/external/toybox/toys/pending/
Dbootchartd.c306 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()
Dsulogin.c73 execl(shell, toybuf, NULL); in run_shell()
/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/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-exec.c42 execl(path, "tm-exec", "--child", NULL); in test_exec()
/external/syslinux/gpxe/src/include/
Dunistd.h20 #define execl( command, arg, ... ) ( { \ macro
/external/ltp/testcases/kernel/syscalls/execl/
Dexecl01.c66 execl(path, "execl01_child", "canary", NULL); in main()
/external/ltp/testcases/kernel/security/cap_bound/
Dexec_with_inh.c82 execl("check_pe", "check_pe", "1", NULL); in main()
Dexec_without_inh.c79 execl("check_pe", "check_pe", "0", 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/open_posix_testsuite/conformance/interfaces/sigaltstack/
D9-1.c69 execl(path, argv[0], "verify", NULL); in main()
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt23 check_function_exists(execl HAVE_EXECL)
/external/valgrind/none/tests/
Dexec-sigmask.c22 execl(path, path, arg, (char *) NULL); in do_exec()
Dasync-sigs.c55 execl("/bin/kill", "kill", sigbuf, pidbuf, (char *) NULL); in do_kill()
/external/autotest/client/tests/unixbench5/
Dcontrol13 - Execl Throughput - measure the number of execl calls per second.
/external/curl/lib/
Dcurl_ntlm_wb.c223 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
230 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h99 int execl(const char *path, const char *arg, ...);
/external/ltp/testcases/kernel/fs/ftest/
Dftest02.c206 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main()
223 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
Dftest06.c222 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/
D2-2.c188 ret = execl("/bin/ls", "ls", NULL); in main()

123