search for: logfile_format_has_i

Displaying 2 results from an estimated 2 matches for "logfile_format_has_i".

2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
...ut_format = NULL; char *password_file = NULL; char *early_input_file = NULL; @@ -205,6 +207,7 @@ static const char *empty_argv[1]; int quiet = 0; int output_motd = 1; int log_before_transfer = 0; +int log_after_transfer = 0; int stdout_format_has_i = 0; int stdout_format_has_o_or_i = 0; int logfile_format_has_i = 0; @@ -769,6 +772,7 @@ static struct poptOption long_options[] = { {"no-m", 0, POPT_ARG_VAL, &prune_empty_dirs, 0, 0, 0 }, {"log-file", 0, POPT_ARG_STRING, &logfile_name, 0, 0, 0 }, {"log-file-format", 0, POPT_ARG_STRING, &...
2007 Sep 22
0
rsync build on IA64 using icc
...19: external declaration in primary source file extern int do_xfers; ^ generator.c(29): remark #1419: external declaration in primary source file extern int stdout_format_has_i; ^ generator.c(30): remark #1419: external declaration in primary source file extern int logfile_format_has_i; ^ generator.c(31): remark #1419: external declaration in primary source file extern int am_root; ^ generator.c(32): remark #1419: external declaration in primary source file extern int am_server; ^ generator.c(33): remark #1419: external declaration in...