Home
last modified time | relevance | path

Searched refs:script_env (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c203 env = reallocarray(ctx->script_env, nenv + 1, sizeof(*env)); in script_buftoenv()
206 ctx->script_env = env; in script_buftoenv()
211 envp = ctx->script_env; in script_buftoenv()
220 return ctx->script_env; in script_buftoenv()
705 pid = script_exec(argv, ctx->script_env); in script_run()
H A Ddhcpcd.h172 char **script_env; member
H A Dprivsep-root.c295 pid = script_exec(argv, ctx->script_env); in ps_root_run_script()
H A Ddhcpcd.c2687 free(ctx.script_env); in main()