Home
last modified time | relevance | path

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

123

/third_party/toybox/toys/pending/
Dbootchartd.c267 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()
Dsulogin.c73 execl(shell, toybuf, NULL); in run_shell()
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dexecl.c30 int result = execl("/bin/ls", "ls", "-al", "/etc/passwd", (char *)0); in execl_0100()
Dtest_src_functionalext_supplement_process.gni19 "execl",
/third_party/ltp/testcases/kernel/syscalls/execl/
Dexecl01.c28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
/third_party/musl/src/process/
Dexecl.c4 int execl(const char *path, const char *argv0, ...) in execl() function
/third_party/ltp/testcases/kernel/security/cap_bound/
Dexec_without_inh.c80 execl("check_pe", "check_pe", "0", NULL); in main()
Dexec_with_inh.c83 execl("check_pe", "check_pe", "1", NULL); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D9-1.c74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) { in main()
/third_party/pulseaudio/src/pulsecore/
Dstart-child.c104 execl(name, name, argv1, NULL); in pa_start_child_for_read()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
D9-1.c71 execl(path, argv[0], "verify", NULL); in main()
/third_party/musl/libc-test/src/functional/
Dvfork.c43 execl("/bin/sh", "/bin/sh", "-c", cmd, (char*)0); in sh()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfwrite.c98 execl("/bin/sh", "/bin/sh", "-c", "/system/bin/bm get -u", NULL); in fwrite_0400()
/third_party/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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D2-2.c186 ret = execl("/bin/ls", "ls", NULL); in main()
/third_party/toybox/toys/other/
Dlogin.c131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0); in login_main()
/third_party/ltp/testcases/kernel/fs/fs_perms/
Dfs_perms.c130 execl(file_name, file_name, NULL); in testfperm()
/third_party/musl/src/misc/
Dwordexp.c111 execl("/bin/sh", "sh", "-c", in do_wordexp()
/third_party/musl/porting/liteos_a/user/src/misc/
Dwordexp.c112 execl("/bin/sh", "sh", "-c", in do_wordexp()
/third_party/cups-filters/filter/foomatic-rip/
Dprocess.c186 execl(get_modern_shell(), get_modern_shell(), "-e", "-c", (const char *)cmd, (char *)NULL); in exec_command()
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_file_test.c99 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt184 execl
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c291 if (execl(*args, *args, REAL_TIME, results_file, priority, in fork_realtime()
/third_party/ltp/testcases/network/nfsv4/acl/
Dacl1.c55 exe = execl(str, NULL, NULL); in do_file_op()

123