Home
last modified time | relevance | path

Searched refs:script_exec (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/dhcpcd/src/
H A Dscript.h37 pid_t script_exec(char *const *, char *const *);
H A Dscript.c90 script_exec(char *const *argv, char *const *env) in script_exec() function
705 pid = script_exec(argv, ctx->script_env); in script_run()
H A Dprivsep-root.c295 pid = script_exec(argv, ctx->script_env); in ps_root_run_script()