Home
last modified time | relevance | path

Searched refs:rsync_path (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/rsync/
H A Dfargs.c49 char *rsync_path, *ap, *arg; in fargs_cmdline() local
56 if ((rsync_path = sess->opts->rsync_path) == NULL) in fargs_cmdline()
57 rsync_path = RSYNC_PATH; in fargs_cmdline()
84 addargs(&args, "%s", rsync_path); in fargs_cmdline()
91 addargs(&args, "%s", rsync_path); in fargs_cmdline()
H A Dextern.h157 char *rsync_path; /* --rsync-path */ member
H A Dmain.c452 opts.rsync_path = optarg; in main()