Searched refs:f_in (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Dinput-file.c67 FILE *f_in = NULL; /* JF do things the RIGHT way */ variable
79 f_in = (FILE *)0;
100 return f_in!=(FILE *)0;
115 f_in=fopen(filename,"r");
118 f_in = stdin;
121 if (f_in==(FILE *)0) {
126 setbuffer(f_in, xmalloc(BUFFER_SIZE), BUFFER_SIZE);
128 setbuffer(f_in,in_buf,BUFFER_SIZE);
130 c=getc_unlocked(f_in);
132 c=getc_unlocked(f_in);
[all...]
H A Dinput-file.h51 extern FILE *f_in;
H A Dinput-scrub.c515 last_f_in = f_in;
534 if (f_in != (FILE *)0)
544 f_in = last_f_in;
/macosx-10.9.5/rsync-42/rsync/
H A Dcompat.c38 void setup_protocol(int f_out,int f_in) argument
43 remote_protocol = read_int(f_in);
117 checksum_seed = read_int(f_in);
H A Dpipe.c47 pid_t piped_child(char **command, int *f_in, int *f_out) argument
94 *f_in = from_child_pipe[0];
108 * sockets. In the parent, the function arguments f_in and f_out are
110 pid_t local_child(int argc, char **argv, int *f_in, int *f_out, argument
164 *f_in = from_child_pipe[0];
H A Dclientserver.c114 int start_inband_exchange(char *user, char *path, int f_in, int f_out, argument
139 if (!read_line(f_in, line, sizeof line - 1)) {
182 if (!read_line(f_in, line, sizeof line - 1)) {
272 static int rsync_module(int f_in, int f_out, int i, char *addr, char *host) argument
320 auth_user = auth_server(f_in, f_out, i, host, addr, "@RSYNCD: AUTHREQD ");
593 if (!read_line(f_in, line, sizeof line - 1))
642 filesfrom_fd = f_in;
670 setup_protocol(f_out, f_in);
717 start_server(f_in, f_out, argc, argv);
741 int start_daemon(int f_in, in argument
[all...]
H A Dreceiver.c136 static int receive_data(int f_in, char *fname_r, int fd_r, OFF_T size_r, argument
150 read_sum_head(f_in, &sum);
190 while ((i = recv_token(f_in, &data)) != 0) {
276 read_buf(f_in,file_sum2,MD4_SUM_LENGTH);
285 static void discard_receive_data(int f_in, OFF_T length) argument
287 receive_data(f_in, NULL, -1, 0, NULL, -1, length);
345 int recv_files(int f_in, struct file_list *flist, char *local_name) argument
381 i = read_int(f_in);
404 iflags = read_item_attrs(f_in, -1, i, &fnamecmp_type,
467 discard_receive_data(f_in, fil
[all...]
H A Dproto.h5 char *auth_server(int f_in, int f_out, int module, char *host, char *addr,
44 int start_inband_exchange(char *user, char *path, int f_in, int f_out,
46 int start_daemon(int f_in, int f_out);
48 void setup_protocol(int f_out,int f_in);
61 void recv_filter_list(int f_in);
101 void io_set_sock_fds(int f_in, int f_out);
110 void io_set_filesfrom_fds(int f_in, int f_out);
204 void start_server(int f_in, int f_out, int argc, char *argv[]);
205 int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]);
219 pid_t piped_child(char **command, int *f_in, in
[all...]
H A Dsender.c175 int read_item_attrs(int f_in, int f_out, int ndx, uchar *type_ptr, argument
180 int iflags = protocol_version >= 29 ? read_shortint(f_in)
197 fnamecmp_type = read_byte(f_in);
201 if ((len = read_vstring(f_in, buf, MAXPATHLEN)) < 0)
224 void send_files(struct file_list *flist, int f_out, int f_in) argument
252 i = read_int(f_in);
267 iflags = read_item_attrs(f_in, f_out, i, &fnamecmp_type,
319 if (!(s = receive_sums(f_in))) {
H A Dauthenticate.c224 char *auth_server(int f_in, int f_out, int module, char *host, char *addr, argument
242 if (!read_line(f_in, line, sizeof line - 1)
H A Dio.c170 void io_set_sock_fds(int f_in, int f_out) argument
172 sock_f_in = f_in;
412 * uses the io_filesfrom_buf to read a block of data from f_in (when it is
416 void io_set_filesfrom_fds(int f_in, int f_out) argument
418 io_filesfrom_f_in = f_in;
H A Dexclude.c1195 void recv_filter_list(int f_in) argument
1205 while ((len = read_int(f_in)) != 0) {
1208 read_sbuf(f_in, line, len);
H A Dmain.c317 int *f_in, int *f_out)
434 *f_in = batch_fd;
441 ret = local_child(argc, args, f_in, f_out, child_main);
443 ret = piped_child(args,f_in,f_out);
621 static void read_final_goodbye(int f_in, int f_out) argument
626 i = read_int(f_in);
628 while ((i = read_int(f_in)) == the_file_list->count
629 && read_shortint(f_in) == ITEM_IS_NEW) {
644 static void do_server_sender(int f_in, int f_out, int argc, char *argv[]) argument
692 send_files(flist,f_out,f_in);
316 do_cmd(char *cmd, char *machine, char *user, char *path, int *f_in, int *f_out) argument
702 do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) argument
796 do_server_recv(int f_in, int f_out, int argc,char *argv[]) argument
898 start_server(int f_in, int f_out, int argc, char *argv[]) argument
930 client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]) argument
1066 int f_in,f_out; local
[all...]

Completed in 196 milliseconds