Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.h36 char ** script_buftoenv(struct dhcpcd_ctx *, char *, size_t);
H A Dscript.c180 script_buftoenv(struct dhcpcd_ctx *ctx, char *buf, size_t len) in script_buftoenv() function
566 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL) in make_env()
H A Dprivsep-root.c292 if (script_buftoenv(ctx, UNCONST(envbuf), len) == NULL) in ps_root_run_script()