Searched refs:script_exec (Results 1 – 3 of 3) sorted by relevance
37 pid_t script_exec(char *const *, char *const *);
90 script_exec(char *const *argv, char *const *env) in script_exec() function705 pid = script_exec(argv, ctx->script_env); in script_run()
295 pid = script_exec(argv, ctx->script_env); in ps_root_run_script()