search for: allow_8bit_chars

Displaying 3 results from an estimated 3 matches for "allow_8bit_chars".

2007 Aug 21
1
DO NOT REPLY [Bug 4907] New: --disable-ipv6 disables -4 option
...NET6 {"ipv4", '4', POPT_ARG_VAL, &default_af_hint, AF_INET, 0, 0 }, +#ifdef INET6 {"ipv6", '6', POPT_ARG_VAL, &default_af_hint, AF_INET6, 0, 0 }, #endif {"8-bit-output", '8', POPT_ARG_NONE, &allow_8bit_chars, 0, 0, 0 }, @@ -588,8 +588,8 @@ static struct poptOption long_daemon_opt {"bwlimit", 0, POPT_ARG_INT, &daemon_bwlimit, 0, 0, 0 }, {"config", 0, POPT_ARG_STRING, &config_file, 0, 0, 0 }, {"daemon", 0, POPT_ARG_NONE,...
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
...;fat_filenames, 0, 0, 0 }, {"ipv4", '4', POPT_ARG_VAL, &default_af_hint, AF_INET, 0, 0 }, {"ipv6", '6', POPT_ARG_VAL, &default_af_hint, AF_INET6, 0, 0 }, {"8-bit-output", '8', POPT_ARG_VAL, &allow_8bit_chars, 1, 0, 0 }, diff --git a/receiver.c b/receiver.c index 4325e30..bc9dc90 100644 --- a/receiver.c +++ b/receiver.c @@ -38,6 +38,7 @@ extern int relative_paths; extern int preserve_hard_links; extern int preserve_perms; extern int preserve_xattrs; +extern int fat_filenames; extern int basis_dir_cn...
2007 Sep 22
0
rsync build on IA64 using icc
...emark #1419: external declaration in primary source file extern int am_generator; ^ rsync.c(43): remark #1419: external declaration in primary source file extern int am_starting_up; ^ rsync.c(44): remark #1419: external declaration in primary source file extern int allow_8bit_chars; ^ rsync.c(45): remark #1419: external declaration in primary source file extern int preserve_uid; ^ rsync.c(46): remark #1419: external declaration in primary source file extern int preserve_gid; ^ rsync.c(47): remark #1419: external declaration in pri...