Home
last modified time | relevance | path

Searched refs:replybuf (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/ufdbguard/ufdbGuard-1.35.3/src/mtserver/
H A Dufdbgclient.c647 result = replybuf; in mt_process_input()
656 result = replybuf; in mt_process_input()
704 result = replybuf; in mt_process_input()
713 result = replybuf; in mt_process_input()
755 result = replybuf; in mt_process_input()
764 result = replybuf; in mt_process_input()
790 result = replybuf; in mt_process_input()
794 nbytes = read( server_socket, replybuf, sizeof(replybuf) ); in mt_process_input()
819 result = replybuf; in mt_process_input()
828 result = replybuf; in mt_process_input()
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Dnetutil.cc1909 replybuf[34U-12U] = 0; in process_udpipv4()
1960 Bit8u replybuf[576]; in udpipv4_dhcp_handler_ns() local
2056 memset(&replybuf[0],0,sizeof(replybuf)); in udpipv4_dhcp_handler_ns()
2057 replybuf[0] = BOOTREPLY; in udpipv4_dhcp_handler_ns()
2058 replybuf[1] = 1; in udpipv4_dhcp_handler_ns()
2059 replybuf[2] = 6; in udpipv4_dhcp_handler_ns()
2068 replybuf[236] = 0x63; in udpipv4_dhcp_handler_ns()
2069 replybuf[237] = 0x82; in udpipv4_dhcp_handler_ns()
2070 replybuf[238] = 0x53; in udpipv4_dhcp_handler_ns()
2071 replybuf[239] = 0x63; in udpipv4_dhcp_handler_ns()
[all …]
/dports/x11/xprompt/xprompt-1.4/
H A Dxprompt.c154 static char *promptbuf, *replybuf; variable
181 replybuf[0] = '\0';
182 string_changed(reply_w, replybuf, 0);
200 while (replybuf[pos] != '\0' && !trexec(word_tr, replybuf[pos]))
208 while (replybuf[endpos] != '\0')
209 replybuf[pos++] = replybuf[endpos++];
210 replybuf[pos] = '\0';
227 strcpy(npa->reply, replybuf);
295 strcpy(npa_prev->reply, replybuf); in changeprompt()
296 strcpy(replybuf, npa->reply); in changeprompt()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/transport/xmlrpc/
H A Dmain.c182 if (hd->replybuf != NULL) in xmlrpc_command_success_nodata()
184 hd->replybuf = srealloc(hd->replybuf, strlen(hd->replybuf) + strlen(newmessage) + 2); in xmlrpc_command_success_nodata()
185 p = hd->replybuf + strlen(hd->replybuf); in xmlrpc_command_success_nodata()
190 hd->replybuf = smalloc(strlen(newmessage) + 1); in xmlrpc_command_success_nodata()
191 p = hd->replybuf; in xmlrpc_command_success_nodata()
425 if (hd->replybuf != NULL) in xmlrpcmethod_command()
426 xmlrpc_send_string(hd->replybuf); in xmlrpcmethod_command()
/dports/japanese/canna-lib/Canna37p3/cmd/cshost/
H A Dcshost.c115 BYTE reqbuf[HEADER_SIZE], replybuf[128], *replyp = replybuf; in CannaDispControlList() local
128 if (RkcRecvWReply(replybuf, sizeof replybuf, &replylen, &replyp)) { in CannaDispControlList()
/dports/japanese/canna-server/Canna37p3/cmd/cshost/
H A Dcshost.c115 BYTE reqbuf[HEADER_SIZE], replybuf[128], *replyp = replybuf; in CannaDispControlList() local
128 if (RkcRecvWReply(replybuf, sizeof replybuf, &replylen, &replyp)) { in CannaDispControlList()
/dports/math/combblas/CombBLAS_beta_16_2/graph500-1.2/generator/
H A Dscramble_edges.c155 int64_t* replybuf = (int64_t*)xmalloc(recv_displs[size] * 2 * sizeof(int64_t)); in scramble_edges_mpi() local
166 replybuf[i * 2 + 0] = local_edges_in[(recvbuf[i] - my_edge_offset) * 2 + 0]; in scramble_edges_mpi()
167 replybuf[i * 2 + 1] = local_edges_in[(recvbuf[i] - my_edge_offset) * 2 + 1]; in scramble_edges_mpi()
180 MPI_Alltoallv(replybuf, recv_counts, recv_displs, INT64_T_MPI_TYPE, in scramble_edges_mpi()
183 free(replybuf); replybuf = NULL; in scramble_edges_mpi()
/dports/irc/atheme-services/atheme-7.2.9/modules/transport/jsonrpc/
H A Dmain.c301 if (hd->replybuf != NULL) in jsonrpc_command_success_nodata()
303 hd->replybuf = srealloc(hd->replybuf, strlen(hd->replybuf) + strlen(newmessage) + 2); in jsonrpc_command_success_nodata()
304 p = hd->replybuf + strlen(hd->replybuf); in jsonrpc_command_success_nodata()
309 hd->replybuf = smalloc(strlen(newmessage) + 1); in jsonrpc_command_success_nodata()
310 p = hd->replybuf; in jsonrpc_command_success_nodata()
433 if (hd->replybuf != NULL) in jsonrpcmethod_command()
434 jsonrpc_success_string(conn, hd->replybuf, id); in jsonrpcmethod_command()
/dports/comms/hamlib/hamlib-4.3.1/rigs/alinco/
H A Ddxsr8.c242 char replybuf[BUFSZ + 1]; in dxsr8_transaction() local
267 retval = read_string(&rs->rigport, replybuf, BUFSZ, LF, strlen(LF)); in dxsr8_transaction()
275 retval = read_string(&rs->rigport, replybuf, BUFSZ, LF, strlen(LF)); in dxsr8_transaction()
287 replybuf[retval] = 0; in dxsr8_transaction()
289 if (strcmp(replybuf, "OK") == 0) in dxsr8_transaction()
300 reply_len = strcspn(replybuf, "\r\n"); in dxsr8_transaction()
301 replybuf[reply_len] = 0; in dxsr8_transaction()
303 strcpy(data, replybuf); in dxsr8_transaction()
320 char replybuf[10]; in dxsr8_read_num() local
322 retval = dxsr8_transaction(rig, cmd, strlen(cmd), replybuf, &reply_len); in dxsr8_read_num()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_bootdhcp.c296 struct bootp *replybuf; member
394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); in bootpcheck()
395 bootp = bpc->replybuf; in bootpcheck()
507 bpc.replybuf = NULL; in bootpc_call()
628 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); in bootpc_call()
629 if (bpc.replybuf == NULL) in bootpc_call()
648 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); in bootpc_call()
680 inet_ntoa(bpc.replybuf->bp_siaddr)); in bootpc_call()
682 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags); in bootpc_call()
685 if (bpc.replybuf) in bootpc_call()
[all …]
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-notify.c72 uint8_t replybuf[2048]; in notify_host() local
125 received = recvfrom(s, (void*)replybuf, sizeof(replybuf), 0, in notify_host()
140 status = ldns_wire2pkt(&pkt, replybuf, (size_t)received); in notify_host()
148 printf("%02x", (unsigned)replybuf[i]); in notify_host()
161 printf("%02x", (unsigned)replybuf[i]); in notify_host()
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-notify.c72 uint8_t replybuf[2048]; in notify_host() local
125 received = recvfrom(s, (void*)replybuf, sizeof(replybuf), 0, in notify_host()
140 status = ldns_wire2pkt(&pkt, replybuf, (size_t)received); in notify_host()
148 printf("%02x", (unsigned)replybuf[i]); in notify_host()
161 printf("%02x", (unsigned)replybuf[i]); in notify_host()
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-notify.c72 uint8_t replybuf[2048]; in notify_host() local
125 received = recvfrom(s, (void*)replybuf, sizeof(replybuf), 0, in notify_host()
140 status = ldns_wire2pkt(&pkt, replybuf, (size_t)received); in notify_host()
148 printf("%02x", (unsigned)replybuf[i]); in notify_host()
161 printf("%02x", (unsigned)replybuf[i]); in notify_host()
/dports/net/latd/latd-1.31/
H A Dconnection.cc146 char replybuf[MAX_REPLIES][256]; in process_session_cmd() local
153 memset(replybuf, 0, sizeof(replybuf)); in process_session_cmd()
155 reply[ri] = (LAT_SlotCmd *)replybuf[ri]; in process_session_cmd()
474 unsigned char replybuf[1600]; in process_session_cmd() local
476 memset(replybuf, 0, sizeof(replybuf)); in process_session_cmd()
477 LAT_Header *header = (LAT_Header *)replybuf; in process_session_cmd()
493 pending_data.push(pending_msg(replybuf, ptr, false)); in process_session_cmd()
834 unsigned char replybuf[1600]; in circuit_timer() local
836 memset(replybuf, 0, sizeof(replybuf)); in circuit_timer()
837 LAT_Header *header = (LAT_Header *)replybuf; in circuit_timer()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
135 replybuf[len] = 'r'; in sendFeedback()
137 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
139 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
141 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
143 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
152 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
135 replybuf[len] = 'r'; in sendFeedback()
137 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
139 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
141 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
143 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
152 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c114 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
135 replybuf[len] = 'r'; in sendFeedback()
137 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
139 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
141 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
143 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
145 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
152 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c119 char replybuf[1 + 8 + 8 + 8 + 8 + 1]; in sendFeedback() local
138 replybuf[len] = 'r'; in sendFeedback()
140 fe_sendint64(output_written_lsn, &replybuf[len]); /* write */ in sendFeedback()
142 fe_sendint64(output_fsync_lsn, &replybuf[len]); /* flush */ in sendFeedback()
144 fe_sendint64(InvalidXLogRecPtr, &replybuf[len]); /* apply */ in sendFeedback()
146 fe_sendint64(now, &replybuf[len]); /* sendTime */ in sendFeedback()
148 replybuf[len] = replyRequested ? 1 : 0; /* replyRequested */ in sendFeedback()
155 if (PQputCopyData(conn, replybuf, len) <= 0 || PQflush(conn)) in sendFeedback()

1234567