Lines Matching defs:fargs
79 static struct fargs *
82 struct fargs *f = NULL;
88 if ((f = calloc(1, sizeof(struct fargs))) == NULL)
361 struct fargs *fargs;
567 fargs = fargs_parse(argc, argv, &opts);
568 assert(fargs != NULL);
577 if (fargs->remote && opts.ssh_prog == NULL) {
578 assert(fargs->mode == FARGS_RECEIVER);
579 if ((rc = rsync_connect(&opts, &sd, fargs)) == 0) {
580 rc = rsync_socket(&opts, sd, fargs);
608 args = fargs_cmdline(&sess, fargs, NULL);
623 if (!fargs->remote)
624 rc = rsync_client(&opts, fds[0], fargs);
626 rc = rsync_socket(&opts, fds[0], fargs);