/third_party/toybox/toys/pending/ |
H A 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()
|
H A D | sulogin.c | 73 execl(shell, toybuf, NULL); in run_shell()
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | execl.c | 30 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 D | execl01.c | 28 TEST(execl(path, "execl01_child", "canary", NULL)); in verify_execl()
|
/third_party/musl/src/process/ |
H A D | execl.c | 4 int execl(const char *path, const char *argv0, ...) in execl() function
|
/third_party/ltp/testcases/kernel/security/cap_bound/ |
H A D | exec_with_inh.c | 83 execl("check_pe", "check_pe", "1", NULL); in main()
|
H A D | exec_without_inh.c | 80 execl("check_pe", "check_pe", "0", NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
H A D | 9-1.c | 12 * 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 D | 9-1.c | 71 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 D | start-child.c | 104 execl(name, name, argv1, NULL); in pa_start_child_for_read()
|
/third_party/musl/libc-test/src/functional/ |
H A D | vfork.c | 43 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 D | fwrite.c | 98 execl("/bin/sh", "/bin/sh", "-c", "/system/bin/bm get -u", NULL); in fwrite_0400()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_wb.c | 228 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 D | ftest06.c | 222 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main() 237 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
|
H A D | ftest02.c | 206 execl("/bin/rm", "rm", "-rf", homedir, NULL); in main() 223 execl("/bin/rm", "rm", "-rf", dirname, NULL); in main()
|
H A D | ftest05.c | 221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
|
H A D | ftest01.c | 221 execl("/bin/rm", "rm", "-rf", fuss, NULL); in runtest()
|
/third_party/ltp/testcases/kernel/fs/fs_perms/ |
H A D | fs_perms.c | 30 * 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 D | 2-2.c | 186 ret = execl("/bin/ls", "ls", NULL); in main()
|
/third_party/toybox/toys/other/ |
H A D | login.c | 131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0); in login_main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A 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/sched/sched_stress/ |
H A D | sched_tc6.c | 291 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 D | tomoyo_file_test.c | 99 execl("/bin/true", "/bin/true", NULL); in stage_file_test()
|
H A D | tomoyo_new_file_test.c | 159 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 D | acl1.c | 55 exe = execl(str, NULL, NULL); in do_file_op()
|