Home
last modified time | relevance | path

Searched refs:send_data (Results 1 – 8 of 8) sorted by relevance

/openbsd/libexec/ftpd/
H A Dmonitor.c64 void send_data(int, void *, size_t);
77 send_data(int sock, void *buf, size_t len) in send_data() function
294 send_data(fd_slave, &slavequit, in handle_cmds()
316 send_data(fd_slave, &slavequit, in handle_cmds()
375 send_data(fd_slave, &err, sizeof(err)); in handle_cmds()
456 send_data(fd_monitor, &cmd, sizeof(cmd)); in monitor_user()
459 send_data(fd_monitor, &len, sizeof(len)); in monitor_user()
461 send_data(fd_monitor, name, len); in monitor_user()
472 send_data(fd_monitor, &cmd, sizeof(cmd)); in monitor_pass()
477 send_data(fd_monitor, pass, len); in monitor_pass()
[all …]
H A Dftpd.c209 static int send_data(FILE *, FILE *, off_t, off_t, int);
1169 send_data(fin, dout, st.st_blksize, st.st_size, in retrieve()
1500 send_data(FILE *instr, FILE *outstr, off_t blksize, off_t filesize, int isreg) in send_data() function
/openbsd/gnu/usr.bin/perl/t/io/
H A Dsocket.t80 my $send_data = "test" x 50_000;
96 while ($sent_total < length $send_data) {
97 my $sent = send($accept, substr($send_data, $sent_total), 0);
136 is_child($buf, $send_data, "check we received the data");
174 my $send_data = "test\x80\xFF" x 50_000;
186 utf8::upgrade($send_data);
188 while ($sent_total < length $send_data) {
189 my $sent = send($accept, substr($send_data, $sent_total), 0);
226 is_child($buf, $send_data, "check we received the data");
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-m32r-sdi.c226 return send_data (buf, 1); in send_cmd()
235 return send_data (buf, 2); in send_one_arg_cmd()
245 return send_data (buf, 6); in send_two_arg_cmd()
257 return send_data (buf, 13); in send_three_arg_cmd()
480 send_data (buf, 10); in m32r_resume()
593 send_data (buf, 13); in m32r_resume()
752 send_data (buf, 10); in m32r_wait()
820 send_data (buf, 13); in m32r_wait()
1520 send_data (buf, 3); in debug_chaos_command()
1532 send_data (buf, 3); in use_debug_dma_command()
[all …]
/openbsd/gnu/usr.bin/cvs/src/
H A Dclient.c5164 struct send_data struct
5181 struct send_data *args = (struct send_data *) callerdat; argument
5387 struct send_data *args = (struct send_data *) callerdat;
5657 struct send_data args;
H A DChangeLog-972513 to struct send_data.
2908 * client.c (struct send_data): Fix indentation.
2920 * client.c (struct send_data): Define.
2921 (send_fileproc): The callerdat parameter now points to a send_data
2924 send_data struct.
2926 send_data struct and pass it to start_recursion as callerdat.
H A DChangeLog1792 * client.c (struct send_data): new element `backup_modified'.
/openbsd/usr.bin/ssh/
H A Dsftp-server.c587 send_data(u_int32_t id, const u_char *data, int dlen) in send_data() function
834 send_data(id, buf, ret); in process_read()