/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | execvp.c | 30 execvp("touch", argv); in execvp_0100() 53 execvp("touch", argv); in execvp_0200() 72 int ret = execvp(" ", argv); in execvp_0300() 88 int ret = execvp(buff, argv); in execvp_0400()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | Makefile | 9 obj-y = execvp.o file.o helper.o irq.o main.o mem.o process.o \ 15 USER_OBJS := $(user-objs-y) elf_aux.o execvp.o file.o helper.o irq.o \
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | Makefile | 9 obj-y = execvp.o file.o helper.o irq.o main.o mem.o process.o \ 17 USER_OBJS := $(user-objs-y) elf_aux.o execvp.o file.o helper.o irq.o \
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | gauger.h | 38 execvp("gauger", (char*const*) __gauger_v); \ 68 execvp("gauger",__gauger_v);\
|
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp01.c | 73 TEST(execvp("true", args)); in thp_test() 75 tst_brk(TBROK | TTERRNO, "execvp(\"true\", ...)"); in thp_test() 93 TEST(execvp("true", args)); in thp_test() 95 tst_brk(TBROK | TTERRNO, "execvp(\"true\", ...)"); in thp_test()
|
/third_party/ltp/testcases/kernel/syscalls/execvp/ |
H A D | execvp01.c | 26 execvp("execvp01_child", args); in verify_execvp()
|
/third_party/musl/src/process/ |
H A D | execlp.c | 20 return execvp(file, argv); in execlp()
|
H A D | execvp.c | 55 int execvp(const char *file, char *const argv[]) in execvp() function
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | newns.c | 38 execvp(argv[0], argv); in child()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | socat.c | 93 execvp ("zzuf", args); in zzuf_socat_start()
|
/third_party/cups-filters/filter/ |
H A D | pdftops.c | 1082 execvp(CUPS_POPPLER_PDFTOPS, pdf_argv); 1087 execvp(CUPS_GHOSTSCRIPT, pdf_argv); 1092 execvp(CUPS_POPPLER_PDFTOCAIRO, pdf_argv); 1107 execvp(CUPS_ACROREAD, pdf_argv); 1112 execvp(CUPS_MUTOOL, pdf_argv); 1487 execvp(pstops_path, pstops_argv);
|
/third_party/ninja/src/ |
H A D | browse.cc | 62 execvp(command[0], (char**)&command[0]); in RunBrowsePython() 66 perror("ninja: execvp"); in RunBrowsePython()
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
H A D | geniperb.c | 60 execvp(arglist[0], arglist); in create_file() 62 err(1, "execvp failed"); in create_file()
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
H A D | genbessel.c | 60 execvp(arglist[0], arglist); in create_file() 62 err(1, "execvp failed"); in create_file()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
H A D | t0.c | 106 execvp(argv[2], &argv[2]); in main() 107 perror("execvp failed"); in main()
|
/third_party/toybox/toys/other/ |
H A D | oneit.c | 105 execvp(*toys.optargs, toys.optargs); in oneit_main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_lsm.c | 45 execvp(CMD_ARGS[0], CMD_ARGS); in exec_cmd()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_lsm.c | 44 execvp(CMD_ARGS[0], CMD_ARGS); in exec_cmd()
|
/test/xts/acts/kernel_lite/dyload_posix/ |
H A D | ExecApiTest.cpp | 126 * @tc.name execvp api test
139 int rt = execvp("executor1", arg);
in HWTEST_F() 141 PANIC("execvp failed, errno=%d\n", errno);
in HWTEST_F()
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_exec.c | 88 execvp(args[3], args+3); in child_fn() 89 tst_resm(TINFO | TERRNO, "execvp"); in child_fn()
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
H A D | genexp_log.c | 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/misc/math/float/power/ |
H A D | genpower.c | 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
H A D | helper.c | 133 ret = execvp(argv[2], &argv[2]); in main()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 604 if (execvp("mmstress_dummy", argv_init) == -1) { in test6() 605 if (execvp("./mmstress_dummy", argv_init) == -1) { in test6() 606 perror("test6(): execvp()"); in test6()
|