Searched refs:buffer_init (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_p.h16 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0) macro
H A Dctl_clnt.c176 buffer_init(ctx->inbuf);
283 buffer_init(new->outbuf);
H A Dctl_srvr.c459 buffer_init(sess->inbuf);
460 buffer_init(sess->outbuf);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dbuffer.h47 void buffer_init (struct buffer *buffer);
H A Dbuffer.cc60 buffer_init (struct buffer *buffer) function
/netbsd-current/external/bsd/file/dist/src/
H A Dbuffer.c46 buffer_init(struct buffer *b, int fd, const struct stat *st, const void *data, function
H A Dascmagic.c161 buffer_init(&bb, b->fd, &b->st, utf8_buf,
H A Dfile.h610 file_protected void buffer_init(struct buffer *, int, const struct stat *,
H A Dfuncs.c341 buffer_init(&b, fd, st, buf, nb);
H A Dsoftmagic.c1544 buffer_init(bb, -1, NULL, b->ebuf, b->elen);
1551 buffer_init(bb, -1, NULL, b->fbuf, b->flen);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Devent-top.c873 buffer_init (&line_buffer);
H A Dtop.c897 buffer_init (&line_buffer);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc1730 buffer_init (&buffer);
1785 buffer_init (&buffer);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c580 buffer_init (struct string_buffer *b, size_t s) function
2112 buffer_init (&buf, ptr != NULL || size != 0 ? 4096 : 0);

Completed in 228 milliseconds