Searched refs:execv (Results 51 - 63 of 63) sorted by relevance
123
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 761 execv(argv[0], (char * const *) argv);
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 2497 (void)execv(argsvector[0], argsvector); in pcre2grep_callout()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4505 /* execv doesn't actually work on mingw as expected on unix */ 4521 execv (lt_argv_zero, newargz);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3593 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() functions
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 4525 /* execv doesn't actually work on mingw as expected on unix */ 4541 execv (lt_argv_zero, newargz);
|
/third_party/eudev/ |
H A D | ltmain.sh | 5951 /* execv doesn't actually work on mingw as expected on unix */ 5967 execv (lt_argv_zero, newargz);
|
/third_party/curl/ |
H A D | ltmain.sh | 6152 /* execv doesn't actually work on mingw as expected on unix */ 6168 execv (lt_argv_zero, newargz);
|
/third_party/lame/ |
H A D | ltmain.sh | 5903 /* execv doesn't actually work on mingw as expected on unix */ 5919 execv (lt_argv_zero, newargz);
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 6152 /* execv doesn't actually work on mingw as expected on unix */ 6168 execv (lt_argv_zero, newargz);
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 6152 /* execv doesn't actually work on mingw as expected on unix */ 6168 execv (lt_argv_zero, newargz);
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 6153 /* execv doesn't actually work on mingw as expected on unix */ 6169 execv (lt_argv_zero, newargz);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 5903 /* execv doesn't actually work on mingw as expected on unix */ 5919 execv (lt_argv_zero, newargz);
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 5858 os.execv 5876 /* execv has two arguments: (path, argv), where in os_execv_impl() 5881 "execv() arg 2 must be a tuple or list"); in os_execv_impl() 5886 PyErr_SetString(PyExc_ValueError, "execv() arg 2 must not be empty"); in os_execv_impl() 5896 "execv() arg 2 first element cannot be empty"); in os_execv_impl() 5910 execv(path->narrow, argvlist); in os_execv_impl()
|
Completed in 138 milliseconds
123