Home
last modified time | relevance | path

Searched defs:exec_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_posixsubprocess.c551 child_exec(char *const exec_array[], in child_exec()
755 do_fork_exec(char *const exec_array[], in do_fork_exec()
849 char *const *exec_array, *const *argv = NULL, *const *envp = NULL; in subprocess_fork_exec() local
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c110 lws_cgi(struct lws *wsi, const char * const *exec_array, in lws_cgi()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-misc.h974 const char * const *exec_array; member