Searched refs:exec_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 551 child_exec(char *const exec_array[], in child_exec() argument 701 for (i = 0; exec_array[i] != NULL; ++i) { in child_exec() 702 const char *executable = exec_array[i]; in child_exec() 755 do_fork_exec(char *const exec_array[], in do_fork_exec() argument 814 child_exec(exec_array, argv, envp, cwd, in do_fork_exec() 849 char *const *exec_array, *const *argv = NULL, *const *envp = NULL; in subprocess_fork_exec() local 897 exec_array = _PySequence_BytesToCharpArray(executable_list); in subprocess_fork_exec() 898 if (!exec_array) in subprocess_fork_exec() 1074 pid = do_fork_exec(exec_array, argv, envp, cwd, in subprocess_fork_exec() 1131 if (exec_array) in subprocess_fork_exec() [all …]
|
/aosp_15_r20/external/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 557 execvp(i->exec_array[0], (char * const *)&i->exec_array[0]); in lws_spawn_piped() 559 execvpe(i->exec_array[0], (char * const *)&i->exec_array[0], in lws_spawn_piped() 563 lwsl_err("%s: child exec of %s failed %d\n", __func__, i->exec_array[0], in lws_spawn_piped()
|
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 110 lws_cgi(struct lws *wsi, const char * const *exec_array, in lws_cgi() argument 154 sum += lws_snprintf(sum, lws_ptr_diff_size_t(sumend, sum), "%s ", exec_array[0]); in lws_cgi() 365 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "SCRIPT_PATH=%s", exec_array[0]); in lws_cgi() 395 info.exec_array = exec_array; in lws_cgi()
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-cgi.h | 73 lws_cgi(struct lws *wsi, const char * const *exec_array,
|
H A D | lws-misc.h | 974 const char * const *exec_array; member
|
/aosp_15_r20/external/libwebsockets/lib/plat/windows/ |
H A D | windows-spawn.c | 474 while (i->exec_array[n]) { in lws_spawn_piped() 475 lws_strncpy(p, i->exec_array[n], in lws_spawn_piped()
|