Home
last modified time | relevance | path

Searched refs:io_write (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/xz/
H A Dfile_io.h188 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
H A Dcoder.c1116 if (io_write(pair, &out_buf, IO_BUFFER_SIZE - strm.avail_out)) in coder_write_output()
1365 if (io_write(pair, &in_buf, strm.avail_in)) in coder_passthru()
H A Dfile_io.c1436 io_write(file_pair *pair, const io_buf *buf, size_t size) in io_write() function
/freebsd/contrib/lua/src/
H A Dliolib.c691 static int io_write (lua_State *L) { in io_write() function
765 {"write", io_write},