Searched refs:fargs (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/usr.bin/rsync/ |
| H A D | main.c | 79 static struct fargs * in fargs_parse() 82 struct fargs *f = NULL; in fargs_parse() 88 if ((f = calloc(1, sizeof(struct fargs))) == NULL) in fargs_parse() 361 struct fargs *fargs; in main() 567 fargs = fargs_parse(argc, argv, &opts); in main() 568 assert(fargs != NULL); in main() 577 if (fargs->remote && opts.ssh_prog == NULL) { in main() 578 assert(fargs->mode == FARGS_RECEIVER); in main() 579 if ((rc = rsync_connect(&opts, &sd, fargs)) in main() 360 struct fargs *fargs; main() local [all...] |
| H A D | extern.h | 94 struct fargs { struct 324 char **fargs_cmdline(struct sess *, const struct fargs *, size_t *); 357 int rsync_client(const struct opts *, int, const struct fargs *); 358 int rsync_connect(const struct opts *, int *, const struct fargs *); 359 int rsync_socket(const struct opts *, int, const struct fargs *);
|
| H A D | Makefile | 4 SRCS= blocks.c client.c copy.c downloader.c fargs.c flist.c hash.c ids.c \
|
| H A D | client.c | 37 rsync_client(const struct opts *opts, int fd, const struct fargs *f) in rsync_client()
|
| H A D | socket.c | 289 rsync_connect(const struct opts *opts, int *sd, const struct fargs *f) in rsync_connect() 372 rsync_socket(const struct opts *opts, int sd, const struct fargs *f) in rsync_socket()
|
| H A D | fargs.c | 45 fargs_cmdline(struct sess *sess, const struct fargs *f, size_t *skip) in fargs_cmdline()
|
| /openbsd-src/lib/libfuse/ |
| H A D | fuse.c | 274 struct fusefs_args fargs; in fuse_mount() local 312 memset(&fargs, 0, sizeof(fargs)); in fuse_mount() 313 fargs.fd = fc->fd; in fuse_mount() 314 fargs.max_read = opts.max_read; in fuse_mount() 315 fargs.allow_other = opts.allow_other; in fuse_mount() 317 if (mount(MOUNT_FUSEFS, fc->dir, mnt_flags, &fargs)) { in fuse_mount()
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2.c | 986 static const char * const fargs[4] in do_spawn_ve() local 988 const char * const *argsp = fargs; in do_spawn_ve() 1216 argsp = fargs; in do_spawn_ve()
|