Home
last modified time | relevance | path

Searched refs:execvp (Results 1 - 25 of 68) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecvp.c30 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()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dgauger.h38 execvp("gauger", (char*const*) __gauger_v); \
68 execvp("gauger",__gauger_v);\
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp01.c73 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 Dexecvp01.c26 execvp("execvp01_child", args); in verify_execvp()
/third_party/cups-filters/filter/
H A Dpdftops.c1082 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/musl/src/process/
H A Dexeclp.c20 return execvp(file, argv); in execlp()
H A Dexecvp.c55 int execvp(const char *file, char *const argv[]) in execvp() function
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dnewns.c38 execvp(argv[0], argv); in child()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dsocat.c93 execvp ("zzuf", args); in zzuf_socat_start()
/third_party/ninja/src/
H A Dbrowse.cc62 execvp(command[0], (char**)&command[0]); in RunBrowsePython()
66 perror("ninja: execvp"); in RunBrowsePython()
/third_party/ltp/testcases/misc/math/float/iperb/
H A Dgeniperb.c60 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 Dgenbessel.c60 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 Dt0.c106 execvp(argv[2], &argv[2]); in main()
107 perror("execvp failed"); in main()
/third_party/toybox/toys/other/
H A Doneit.c105 execvp(*toys.optargs, toys.optargs); in oneit_main()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_exec.c88 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 Dgentrigo.c60 execvp(arglist[0], arglist); in create_file()
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenexp_log.c59 execvp(arglist[0], arglist); in create_file()
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenpower.c59 execvp(arglist[0], arglist); in create_file()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
H A Dhelper.c133 ret = execvp(argv[2], &argv[2]); in main()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c604 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()
/third_party/ltp/testcases/lib/
H A Dtst_rod.c140 execvp(args[0], args); in main()
/third_party/toybox/openharmony/
H A Dsu.c79 execvp(argv[0], argv); in xexec()
/third_party/libfuse/lib/
H A Dmount_bsd.c241 execvp(mountprog, (char **) argv); in fuse_mount_core()
/third_party/python/Lib/
H A Dos.py557 execvp(file, args)
568 def execvp(file, args): function
569 """execvp(file, args)
585 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
903 return _spawnvef(mode, file, args, None, execvp)
/third_party/gn/infra/
H A Drecipes.py270 os.execvp(argv[0], argv)

Completed in 10 milliseconds

123