Searched refs:ctl_buf (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_p.h3 struct ctl_buf { struct
23 int ctl_bufget(struct ctl_buf *, ctl_logfunc);
24 void ctl_bufput(struct ctl_buf *);
H A Dctl_p.c80 ctl_bufget(struct ctl_buf *buf, ctl_logfunc logger) {
94 ctl_bufput(struct ctl_buf *buf) {
H A Dctl_clnt.c80 struct ctl_buf outbuf;
96 struct ctl_buf inbuf;
H A Dctl_srvr.c96 struct ctl_buf inbuf;
97 struct ctl_buf outbuf;
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.h138 char *ctl_buf; member in struct:dhcpcd_ctx
H A Ddhcpcd.c1727 len = read(ctx->control_fd, ctx->ctl_buf + ctx->ctl_bufpos,
1739 if (ctx->ctl_buf[ctx->ctl_buflen - 1] != '\0') /* unlikely */
1740 ctx->ctl_buf[ctx->ctl_buflen - 1] = '\0';
1741 script_dump(ctx->ctl_buf, ctx->ctl_buflen);
1777 free(ctx->ctl_buf);
1778 ctx->ctl_buf = malloc(ctx->ctl_buflen);
1779 if (ctx->ctl_buf == NULL)
2723 free(ctx.ctl_buf);

Completed in 91 milliseconds