Home
last modified time | relevance | path

Searched refs:ibuf_open (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg.c156 if ((m.buf = ibuf_open(datalen)) == NULL) in imsg_get()
305 if ((hdrbuf = ibuf_open(IMSG_HEADER_SIZE)) == NULL) in imsg_compose_ibuf()
H A Dimsg.h82 struct ibuf *ibuf_open(size_t);
H A Dimsg-buffer.c54 ibuf_open(size_t len) in ibuf_open() function