Home
last modified time | relevance | path

Searched refs:write_fill (Results 1 – 19 of 19) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/drivers/unix/
H A Dbin_drv.c44 static int read_fill(), write_fill();
178 if (write_fill (fd,t,size) != size) {
193 static int write_fill(fd, buf, len) in write_fill() function
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_net_client.c36 sr->write_fill = 0; in spectool_netcli_init()
165 return (sr->write_pos < sr->write_fill); in spectool_netcli_getwritepend()
245 sr->write_fill - sr->write_pos)) < 0) { in spectool_netcli_writepoll()
253 if (sr->write_pos >= sr->write_fill) { in spectool_netcli_writepoll()
254 sr->write_fill = 0; in spectool_netcli_writepoll()
443 if (sr->write_fill + len >= CLI_BUF_SZ) { in spectool_netcli_append()
445 "fit %d bytes, %d of %d full", len, sr->write_fill, CLI_BUF_SZ); in spectool_netcli_append()
449 memcpy(&(sr->wbuf[sr->write_fill]), data, len); in spectool_netcli_append()
450 sr->write_fill += len; in spectool_netcli_append()
H A Dspectool_net_server.c59 int write_fill, read_fill; member
143 if (tci->write_fill + len >= CLI_BUF_SZ) { in wts_cli_append()
145 "%d of %d full", tci->fd, len, tci->write_fill, CLI_BUF_SZ); in wts_cli_append()
149 memcpy(&(tci->wbuf[tci->write_fill]), data, len); in wts_cli_append()
150 tci->write_fill += len; in wts_cli_append()
274 tc->write_fill = 0; in wts_accept()
340 if (tci->write_fill > 0) { in wts_fdset()
549 tcb->write_fill - tcb->write_pos)) < 0) { in wts_poll()
558 if (tcb->write_pos >= tcb->write_fill) { in wts_poll()
559 tcb->write_fill = 0; in wts_poll()
H A Dspectool_net_client.h102 int write_pos, read_pos, write_fill, read_fill; member
/dports/www/yaws/yaws-2.0.6/c_src/
H A Depam.c42 static int write_fill(int fd, char *buf, int len) in write_fill() function
234 if (write_fill(1, buf, len+2) != len+2) in werr()
247 if (write_fill(1, buf, len+2) != len+2) in wok()
258 if (write_fill(1, buf, 4) != 4) { in wstart()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/dpx/
H A Ddpx.cc434 dpxi::write_fill(os, 0x00, 104); in write()
490 dpxi::write_fill(os, 0x00, 52); in write()
515 dpxi::write_fill(os, 0x00, 20); in write()
539 dpxi::write_fill(os, 0x00, 108); in write()
541 dpxi::write_fill(os, 0x00, 21); in write()
548 dpxi::write_fill(os, 0x00, 1); in write()
560 dpxi::write_fill(os, 0x00, 76); in write()
H A Ddpx_raw.hh163 void write_fill(std::ostream *os, char b, int count);
H A Ddpx_raw.cc164 void write_fill(std::ostream *os, char b, int count) { in write_fill() function
/dports/devel/radare2/radare2-5.1.1/shlr/grub/kern/
H A Dmisc.c660 write_fill (const char ch, int n, struct vsnprintf_closure *cc) in write_fill() function
793 write_fill (zerofill, format1 - grub_strlen (tmp), &cc); in grub_vsnprintf_real()
796 write_fill (zerofill, format1 - grub_strlen (tmp), &cc); in grub_vsnprintf_real()
863 write_fill (zerofill, format1 - len, &cc); in grub_vsnprintf_real()
870 write_fill (zerofill, format1 - len, &cc); in grub_vsnprintf_real()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dxlsx_producer.hpp149 void write_fill(const xlnt::fill &f);
H A Dxlsx_producer.cpp1063 void xlsx_producer::write_fill(const fill &f) in write_fill() function in xlnt::detail::xlsx_producer
1291 write_fill(current_fill); in write_styles()
1645 write_fill(current_fill); in write_styles()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/tree/
H A Dexport.rs747 write_fill(&path.fill, is_clip_path, xml); in write_path()
814 fn write_fill( in write_fill() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/tree/
H A Dexport.rs744 write_fill(&path.fill, is_clip_path, xml); in write_path()
811 fn write_fill( in write_fill() function