Home
last modified time | relevance | path

Searched refs:mkpath_dest_arg (Results 1 – 5 of 5) sorted by relevance

/dports/net/rsync/rsync-3.2.3/
H A Doptions.c105 int mkpath_dest_arg = 0; variable
815 {"mkpath", 0, POPT_ARG_VAL, &mkpath_dest_arg, 1, 0, 0 },
816 {"no-mkpath", 0, POPT_ARG_VAL, &mkpath_dest_arg, 0, 0, 0 },
2935 if (mkpath_dest_arg && am_sender) in server_options()
H A Dmain.c65 extern int mkpath_dest_arg;
728 if (mkpath_dest_arg && statret < 0 && (cp || file_total > 1)) { in get_local_name()
/dports/net/rsync/rsync-3.2.3/patches/
H A Dhfs-compression.diff162 extern int mkpath_dest_arg;
H A Ddetect-renamed.diff595 if (mkpath_dest_arg && statret < 0 && (cp || file_total > 1)) {
H A Ddb.diff2436 extern int mkpath_dest_arg;
2486 @@ -104,6 +106,9 @@ int mkpath_dest_arg = 0;