Searched refs:script_buftoenv (Results 1 – 3 of 3) sorted by relevance
36 char ** script_buftoenv(struct dhcpcd_ctx *, char *, size_t);
180 script_buftoenv(struct dhcpcd_ctx *ctx, char *buf, size_t len) in script_buftoenv() function566 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL) in make_env()
292 if (script_buftoenv(ctx, UNCONST(envbuf), len) == NULL) in ps_root_run_script()