Searched refs:exec_array (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Modules/ |
D | _posixsubprocess.c | 455 child_exec(char *const exec_array[], in child_exec() argument 600 for (i = 0; exec_array[i] != NULL; ++i) { in child_exec() 601 const char *executable = exec_array[i]; in child_exec() 654 do_fork_exec(char *const exec_array[], in do_fork_exec() argument 707 child_exec(exec_array, argv, envp, cwd, in do_fork_exec() 740 char *const *exec_array, *const *argv = NULL, *const *envp = NULL; in subprocess_fork_exec() local 786 exec_array = _PySequence_BytesToCharpArray(executable_list); in subprocess_fork_exec() 787 if (!exec_array) in subprocess_fork_exec() 953 pid = do_fork_exec(exec_array, argv, envp, cwd, in subprocess_fork_exec() 1005 if (exec_array) in subprocess_fork_exec() [all …]
|
/third_party/libwebsockets/lib/plat/unix/ |
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()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-cgi.h | 73 lws_cgi(struct lws *wsi, const char * const *exec_array,
|
D | lws-misc.h | 974 const char * const *exec_array; member
|
/third_party/libwebsockets/lib/roles/cgi/ |
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()
|
/third_party/libwebsockets/lib/plat/windows/ |
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()
|