Home
last modified time | relevance | path

Searched refs:read_fill (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/epmd/src/
H A Depmd_cli.c31 static int read_fill(int,char*,int);
46 if ((rval = read_fill(fd,buf,2)) == 2) { in kill_epmd()
86 if ((rval = read_fill(fd,buf,7)) == 7) { in stop_cli()
178 static int read_fill(int fd,char *buf,int len) in read_fill() function
/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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_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();
127 if (read_fill(fd,1+rbuf,size) != size) {
210 static int read_fill(fd, buf, len) in read_fill() function
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_net_server.c59 int write_fill, read_fill; member
275 tc->read_fill = 0; in wts_accept()
568 &(tcb->rbuf[tcb->read_fill]), in wts_poll()
569 CLI_BUF_SZ - tcb->read_fill)) <= 0) { in wts_poll()
580 tcb->read_fill += res; in wts_poll()
583 while (tcb->read_pos < tcb->read_fill && in wts_poll()
584 tcb->read_fill - tcb->read_pos > spectool_fr_header_size()) { in wts_poll()
588 tcb->read_fill = 0; in wts_poll()
595 if (ntohs(frh->frame_len) > (tcb->read_fill - tcb->read_pos)) { in wts_poll()
615 if (tcb->read_pos >= tcb->read_fill) { in wts_poll()
[all …]
H A Dspectool_net_client.c37 sr->read_fill = 0; in spectool_netcli_init()
176 while (sr->read_fill - sr->read_pos >= spectool_fr_header_size()) { in spectool_netcli_poll()
182 sr->read_fill = 0; in spectool_netcli_poll()
187 if (ntohs(header->frame_len) > (sr->read_fill - sr->read_pos)) { in spectool_netcli_poll()
194 if (sr->read_pos >= sr->read_fill) { in spectool_netcli_poll()
196 sr->read_fill = 0; in spectool_netcli_poll()
221 if ((res = read(sr->sock, &(sr->rbuf[sr->read_fill]), in spectool_netcli_poll()
222 CLI_BUF_SZ - sr->read_fill)) <= 0) { in spectool_netcli_poll()
232 sr->read_fill += res; in spectool_netcli_poll()
/dports/www/yaws/yaws-2.0.6/c_src/
H A Depam.c24 static int read_fill(int fd, unsigned char *buf, int len) in read_fill() function
370 if (read_fill(0, lb, 2) != 2) in main()
373 if (read_fill(0, buf, rval) != rval) in main()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/common/
H A Dheart.c188 static int read_fill(int, char *, int);
878 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
896 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
909 read_fill(fd, buf, len) in read_fill() function
939 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/common/
H A Dheart.c182 static int read_fill(int, char *, int);
872 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
890 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
903 read_fill(fd, buf, len) in read_fill() function
933 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/common/
H A Dheart.c182 static int read_fill(int, char *, int);
872 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
890 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
903 read_fill(fd, buf, len) in read_fill() function
933 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/common/
H A Dheart.c188 static int read_fill(int, char *, int);
878 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
896 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
909 read_fill(fd, buf, len) in read_fill() function
939 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/common/
H A Dheart.c188 static int read_fill(int, char *, int);
878 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
896 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
909 read_fill(fd, buf, len) in read_fill() function
939 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/common/
H A Dheart.c188 static int read_fill(int, char *, int);
878 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
896 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
909 read_fill(fd, buf, len) in read_fill() function
939 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/common/
H A Dheart.c182 static int read_fill(int, char *, int);
872 if ((i = read_fill(fd, (char *) mp, MSG_HDR_SIZE)) != MSG_HDR_SIZE) {
890 if ((i = read_fill(fd, ((char *) mp + MSG_HDR_SIZE), rlen)) != rlen) {
903 read_fill(fd, buf, len) in read_fill() function
933 if ((i = read_fill(fd, buf, maxlen)) <= 0) {
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlDrawingTableStyleReader.h97 KoFilter::ConversionStatus read_fill();

12