Home
last modified time | relevance | path

Searched defs:buffer_init (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dbuffer.c46 buffer_init(struct buffer *b, int fd, const struct stat *st, const void *data, in buffer_init() function
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_p.h16 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0) macro
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dvasprintf.c580 buffer_init (struct string_buffer *b, size_t s) in buffer_init() function