Home
last modified time | relevance | path

Searched refs:execl (Results 1 - 25 of 44) sorted by relevance

12

/third_party/toybox/toys/pending/
H A 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()
H A Dsulogin.c73 execl(shell, toybuf, NULL); in run_shell()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecl.c30 int result = execl("/bin/ls", "ls", "-al", "/etc/passwd", (char *)0); in execl_0100()
32 t_error("%s execl failed\n", __func__); in execl_0100()
/third_party/ltp/testcases/kernel/syscalls/execl/
H A Dexecl01.c28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
/third_party/musl/src/process/
H A Dexecl.c4 int execl(const char *path, const char *argv0, ...) in execl() function
/third_party/ltp/testcases/kernel/security/cap_bound/
H A Dexec_with_inh.c83 execl("check_pe", "check_pe", "1", NULL); in main()
H A Dexec_without_inh.c80 execl("check_pe", "check_pe", "0", NULL); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D9-1.c12 * 2. Call execl to sleep for a few seconds
13 * 3. If timer does not interrupt the execl, it will return success.
14 * If it does interrupt, or if execl fails, return failure.
74 if (execl("/bin/sleep", "sleep", "3", NULL) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/
H A D9-1.c71 execl(path, argv[0], "verify", NULL); in main()
72 printf("Failed: execl() errno: %s\n", strerror(errno)); in main()
/third_party/pulseaudio/src/pulsecore/
H A Dstart-child.c104 execl(name, name, argv1, NULL); in pa_start_child_for_read()
/third_party/musl/libc-test/src/functional/
H A Dvfork.c43 execl("/bin/sh", "/bin/sh", "-c", cmd, (char*)0); in sh()
44 t_error("execl failed: %s\n", strerror(errno)); in sh()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfwrite.c98 execl("/bin/sh", "/bin/sh", "-c", "/system/bin/bm get -u", NULL); in fwrite_0400()
/third_party/curl/lib/
H A Dcurl_ntlm_wb.c228 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
235 execl(ntlm_auth, ntlm_auth, in ntlm_wb_init()
242 failf(data, "Could not execl(). errno %d: %s", in ntlm_wb_init()
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest06.c222 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main()
237 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
H A Dftest02.c206 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main()
223 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
H A Dftest05.c221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
H A Dftest01.c221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
/third_party/ltp/testcases/kernel/fs/fs_perms/
H A Dfs_perms.c30 * Also now we try to run two different files, one is executed by execl,
127 * no binmft handler for it, execl does not. in testfperm()
130 execl(file_name, file_name, NULL); in testfperm()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D2-2.c186 ret = execl("/bin/ls", "ls", NULL); in main()
/third_party/toybox/toys/other/
H A Dlogin.c131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0); in login_main()
/third_party/cups-filters/filter/foomatic-rip/
H A Dprocess.c186 execl(get_modern_shell(), get_modern_shell(), "-e", "-c", (const char *)cmd, (char *)NULL); in exec_command()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c291 if (execl(*args, *args, REAL_TIME, results_file, priority, in fork_realtime()
293 sys_error("execl failed", __FILE__, __LINE__); in fork_realtime()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c99 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
H A Dtomoyo_new_file_test.c159 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
176 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c55 exe = execl(str, NULL, NULL); in do_file_op()

Completed in 11 milliseconds

12