/third_party/musl/libc-test/src/functionalext/supplement/process/ |
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()
|
D | test_src_functionalext_supplement_process.gni | 25 "execvp",
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | gauger.h | 38 execvp("gauger", (char*const*) __gauger_v); \ 68 execvp("gauger",__gauger_v);\
|
/third_party/ltp/testcases/kernel/mem/thp/ |
D | thp01.c | 73 TEST(execvp("true", args)); in thp_test() 93 TEST(execvp("true", args)); in thp_test()
|
/third_party/ltp/testcases/kernel/syscalls/execvp/ |
D | execvp01.c | 26 execvp("execvp01_child", args); in verify_execvp()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | newns.c | 38 execvp(argv[0], argv); in child()
|
/third_party/grpc/third_party/rake-compiler-dock/build/ |
D | sigfw.c | 41 status = execvp(argv[1], &argv[1]); in main()
|
/third_party/musl/src/process/ |
D | execlp.c | 20 return execvp(file, argv); in execlp()
|
D | execvp.c | 55 int execvp(const char *file, char *const argv[]) in execvp() function
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
D | geniperb.c | 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | socat.c | 93 execvp ("zzuf", args); in zzuf_socat_start()
|
/third_party/ninja/src/ |
D | browse.cc | 60 execvp(command[0], (char**)&command[0]); in RunBrowsePython()
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
D | genbessel.c | 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
D | t0.c | 106 execvp(argv[2], &argv[2]); in main()
|
/third_party/ltp/testcases/misc/math/float/power/ |
D | genpower.c | 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/e2fsprogs/lib/ |
D | fpopen.c | 110 (void) execvp(prog, argv); in fpopen()
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
D | gentrigo.c | 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/toybox/toys/other/ |
D | oneit.c | 105 execvp(*toys.optargs, toys.optargs); in oneit_main()
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
D | genexp_log.c | 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
D | helper.c | 133 ret = execvp(argv[2], &argv[2]); in main()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_exec.c | 88 execvp(args[3], args+3); in child_fn()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 604 if (execvp("mmstress_dummy", argv_init) == -1) { in test6() 605 if (execvp("./mmstress_dummy", argv_init) == -1) { in test6()
|
/third_party/ltp/testcases/lib/ |
D | tst_rod.c | 133 execvp(argv[1], args); in main()
|
/third_party/python/Lib/ |
D | os.py | 557 execvp(file, args) 568 def execvp(file, args): function 901 return _spawnvef(mode, file, args, None, execvp)
|
/third_party/glib/glib/ |
D | gbacktrace.c | 349 execvp (args[0], (char **) args); /* exec gdb */ in stack_trace()
|