/third_party/toybox/toys/pending/ |
D | bootchartd.c | 267 if (pbchart_init) execl(pbchart_init, pbchart_init, NULL); in bootchartd_main() 268 execl("/init", "init", (void *)0); in bootchartd_main() 269 execl("/sbin/init", "init", (void *)0); in bootchartd_main()
|
D | sulogin.c | 73 execl(shell, toybuf, NULL); in run_shell()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | execl.c | 30 int result = execl("/bin/ls", "ls", "-al", "/etc/passwd", (char *)0); in execl_0100()
|
D | test_src_functionalext_supplement_process.gni | 19 "execl",
|
/third_party/ltp/testcases/kernel/syscalls/execl/ |
D | execl01.c | 28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
|
/third_party/musl/src/process/ |
D | execl.c | 4 int execl(const char *path, const char *argv0, ...) in execl() function
|
/third_party/ltp/testcases/kernel/security/cap_bound/ |
D | exec_without_inh.c | 80 execl("check_pe", "check_pe", "0", NULL); in main()
|
D | exec_with_inh.c | 83 execl("check_pe", "check_pe", "1", NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
D | 9-1.c | 74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) { in main()
|
/third_party/pulseaudio/src/pulsecore/ |
D | start-child.c | 104 execl(name, name, argv1, NULL); in pa_start_child_for_read()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
D | 9-1.c | 71 execl(path, argv[0], "verify", NULL); in main()
|
/third_party/musl/libc-test/src/functional/ |
D | vfork.c | 43 execl("/bin/sh", "/bin/sh", "-c", cmd, (char*)0); in sh()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fwrite.c | 98 execl("/bin/sh", "/bin/sh", "-c", "/system/bin/bm get -u", NULL); in fwrite_0400()
|
/third_party/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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 2-2.c | 186 ret = execl("/bin/ls", "ls", NULL); in main()
|
/third_party/toybox/toys/other/ |
D | login.c | 131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0); in login_main()
|
/third_party/ltp/testcases/kernel/fs/fs_perms/ |
D | fs_perms.c | 130 execl(file_name, file_name, NULL); in testfperm()
|
/third_party/musl/src/misc/ |
D | wordexp.c | 111 execl("/bin/sh", "sh", "-c", in do_wordexp()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | wordexp.c | 112 execl("/bin/sh", "sh", "-c", in do_wordexp()
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | process.c | 186 execl(get_modern_shell(), get_modern_shell(), "-e", "-c", (const char *)cmd, (char *)NULL); in exec_command()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_file_test.c | 99 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 184 execl
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 291 if (execl(*args, *args, REAL_TIME, results_file, priority, in fork_realtime()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 55 exe = execl(str, NULL, NULL); in do_file_op()
|