HomeSort by: relevance | last modified time | path
    Searched refs:script_buf (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
script.c 255 fp = open_memstream(&ctx->script_buf, &ctx->script_buflen);
566 char *buf = realloc(ctx->script_buf, buf_len);
569 ctx->script_buf = buf;
573 if (fread(ctx->script_buf, sizeof(char), buf_len, fp) != buf_len)
582 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL)
606 return control_queue(fd, ctx->script_buf, (size_t)len);
781 return script_dump(ctx->script_buf, (size_t)buflen);
794 err = ps_root_script(ctx, ctx->script_buf, (size_t)buflen);
811 if (control_queue(fd, ctx->script_buf, (size_t)buflen) == -1)
dhcpcd.h 169 char *script_buf; member in struct:dhcpcd_ctx
dhcpcd.c 2877 free(ctx.script_buf);

Completed in 17 milliseconds